Page 1 of 1

[Solved] Place module link in top menu in admin

Posted: Fri Mar 16, 2012 9:37 pm
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!

Re: Place module link in top menu in admin

Posted: Fri Mar 16, 2012 10:58 pm
by calguy1000
You answered your own question.
Probably no, right?

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

Posted: Sat Mar 17, 2012 10:55 am
by xlilien
OK, thanks...