Page 1 of 1

How do i remove the "Add Me" msgs in the Admin control panel?

Posted: Tue Oct 16, 2007 1:09 am
by AussieBattla
Hi,

I have been playing around with customizing the menu system within the administration area and it seems that if i change any of the default menu headings (for instance "main", or "content") to something of my own it prints my heading title but with an "-- Add Me --" next to it. Can anybody please help me remove this annoying automactic msg?

Thanks in Advance -
Chris

Re: How do i remove the "Add Me" msgs in the Admin control panel?

Posted: Tue Oct 16, 2007 1:11 am
by calguy1000
the lang('main') call looks up a string in the translation system.  the proper place to change the verbology there is to change it in the lang files.

Re: How do i remove the "Add Me" msgs in the Admin control panel?

Posted: Tue Oct 16, 2007 1:23 am
by AussieBattla
Thanks for such a quick reply. As a quick fix which worked fine, all i did was remove the call to the lang function.
Sorry, im new to this - but where will i find the lang classes and files?

Re: How do i remove the "Add Me" msgs in the Admin control panel?

Posted: Tue Oct 16, 2007 1:29 am
by calguy1000
The lang function will be in the lib directory,

the files will be in admin/lang

I suggest you don't tweak with the lib directory, especially just for lang strings.

Re: How do i remove the "Add Me" msgs in the Admin control panel?

Posted: Tue Oct 16, 2007 1:32 am
by AussieBattla
Sweet! Thanks for the tips!