mariovaldez.net

MV.net forums
It is currently 14 Jul 2016, 00:40

All times are UTC - 7 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Change start bar?
PostPosted: 14 Jul 2005, 15:35 
OK so this is probably a lame question but how can I make the tab for CM in phproject say something other than start?


Report this post
Top
  
Reply with quote  
PostPosted: 14 Jul 2005, 16:02 
User avatar

Joined: 06 Mar 2003, 03:21
Posts: 447
Location: Monterrey, NL, Mexico
nosrak:

> OK so this is probably a lame question but
> how can I make the tab for CM in phproject
> say something other than start?

Hi. To change any word in the CMS module just edit the language files. The language files are in the directory /cm/lang/. The English language file is named en.inc.php, and the variable to change is cm_text["root"].

So, for example, you can change this line (in the en.inc.php file) from:
Code:
$cm_text["root"] = "Start";


to

Code:
$cm_text["root"] = "Content";


Now the Start tab will become the Content tab.


Regards,

Mario A. Valdez-Ramirez.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Version 5
PostPosted: 17 Jul 2005, 00:52 
Just as an F.Y.I to anyone using Smooth for PHProjekt 5

To change the tab name for the CMS open the Smooth\includes\setup.inc.php file and change:
Code:
array(1, 'cm', 'cm', 'Articles', 3),

To whatever you want, like 'Articles' to 'Content'!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: 29 Mar 2006, 00:44 
THIS SPAM MESSAGE HAS BEEN DELETED BY THE MODERATOR


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 7 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group