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

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
AussieBattla

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

Post 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
calguy1000
Support Guru
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?

Post 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.
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.
AussieBattla

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

Post 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?
calguy1000
Support Guru
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?

Post 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.
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.
AussieBattla

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

Post by AussieBattla »

Sweet! Thanks for the tips!
Post Reply

Return to “Developers Discussion”