Page 1 of 1

Adding Pages and Content

Posted: Tue May 23, 2006 7:30 pm
by Greg
The link for adding a new page is "Add New Content" the top of the page has "Current Pages".
Feedback from some of the users that work on sites I maintain indicate this is confusing.
Should be "Add New Page"

Re: Adding Pages and Content

Posted: Wed May 24, 2006 2:04 am
by Dr.CSS
FTP to site, in the admin folder is a lang folder in that is en_US folder in that is the admin.inc.php on line 6 is
$lang['admin']['addcontent'] = 'Add New Content';    change it to
$lang['admin']['addcontent'] = 'Add New Page';

worked for me...

    mark
of course if your not using english you will have to find the lang version you are using and change that....

Re: Adding Pages and Content

Posted: Thu May 25, 2006 1:20 am
by Greg
Thanks Mark !