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
How do i remove the "Add Me" msgs in the Admin control panel?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: How do i remove the "Add Me" msgs in the Admin control panel?
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: How do i remove the "Add Me" msgs in the Admin control panel?
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?
Sorry, im new to this - but where will i find the lang classes and files?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: How do i remove the "Add Me" msgs in the Admin control panel?
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.
the files will be in admin/lang
I suggest you don't tweak with the lib directory, especially just for lang strings.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: How do i remove the "Add Me" msgs in the Admin control panel?
Sweet! Thanks for the tips!