[Solved] Place module link in top menu in admin

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
xlilien
Forum Members
Forum Members
Posts: 11
Joined: Thu Mar 08, 2012 10:51 pm

[Solved] Place module link in top menu in admin

Post by xlilien »

Hey guys, this question probably has an obvious answer. Is it possible to place my own module in the top menu section in admin? E.g. next to Content at the same level. Probably no, right? :-)

API is clear - there is no such option (http://www.cmsmadesimple.org/apidoc/CMS ... minSection)...but in the sceleton module there is a note about "top-level" placement:

Code: Select all

/**
   * GetAdminSection()
   * If your module has an Admin Panel, you can specify
   * which Admin Section (or top-level Admin Menu) it shows
   * up in. This method returns a string to specify that
   * section. Valid return values are:
   * ...
   */
So what do you think? Thanks in advance for your replies and opinions!
Last edited by xlilien on Sat Mar 17, 2012 10:54 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Place module link in top menu in admin

Post by calguy1000 »

You answered your own question.
Probably no, right?
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.
xlilien
Forum Members
Forum Members
Posts: 11
Joined: Thu Mar 08, 2012 10:51 pm

Re: [Solved] Place module link in top menu in admin

Post by xlilien »

OK, thanks...
Post Reply

Return to “Developers Discussion”