Change News Summary Template to say "Happenings" instead of "News"

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
heatherfeuer

Change News Summary Template to say "Happenings" instead of "News"

Post by heatherfeuer »

First, let me just say how very much impressed I am with CMS Made Simple!  ;D  It is by far the most flexible and easiest to use CMS I've seen.

I am building a site for a client using CMSMS and I would like to have the News Summary and the Detail templates sow "Happenings" instead of "News."  It would still say "News" in the admin interface.  I've looked at the templates and stylesheets and language files and I can't see where to do that.

How and where can I make this change?  Thanks!
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Change News Summary Template to say "Happenings" instead of "News"

Post by jmcgin51 »

modules/news/lang/en_us.php
line 88  $lang['news'] = 'News';  'this controls the title of the News module in the Admin


In your template, just use something like this

     
     
        Happenings
        {cms_module module='news' number='5'}
     
     
heatherfeuer

Re: Change News Summary Template to say "Happenings" instead of "News"

Post by heatherfeuer »

Thank you!  DOH!  I just looked at the template again... *Slapping hand on forehead*  ::)
Last edited by heatherfeuer on Thu Jan 11, 2007 11:15 pm, edited 1 time in total.
Locked

Return to “Layout and Design (CSS & HTML)”