Where I add one more menu in admin 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
kumaran
Forum Members
Forum Members
Posts: 30
Joined: Thu Apr 03, 2008 6:43 am

Where I add one more menu in admin panel

Post by kumaran »

Greetings Everybody,

I have one doubt. How to add the menu in admin panel.

Like

CMS>

home
View Page
Logout

I want one more link add this menu, where i will change give the solutions for me.

Thanks in advance...

Thanks & Regards

Kumaran Paranthaman.
Pierre M.

Re: Where I add one more menu in admin panel

Post by Pierre M. »

Search for a "populate" member function in some menu class in the admin code.

Pierre
rvdv
Forum Members
Forum Members
Posts: 62
Joined: Wed Oct 31, 2007 2:16 pm

Re: Where I add one more menu in admin panel

Post by rvdv »

You should open the file 'lib\class.admintheme.inc.php'. On line 669 there's a function called 'PopulateAdminNavigation'. In here you can add a new menu item.
Post Reply

Return to “Developers Discussion”