Developer mode Admin panel

A forum for module developers to discuss how to convert their modules to be compatible with CMSMS 2.0. Please read the APIDOC at http://www.cmsmadesimple.org/APIDOC2_0/
Post Reply
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Developer mode Admin panel

Post by Rolf »

Some features in the CMSMS Admin panel are only needed for module developers and not for regular users. We have hidden these features.
You can make them visible by adding in the config.php file:

Code: Select all

$config['developer_mode'] = 'true';
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
chandra

Re: Developer mode Admin panel

Post by chandra »

Is anywhere a summary available which features are hidden?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Developer mode Admin panel

Post by calguy1000 »

Currently (subject to change) developer mode is only used in ModuleManager

Developer mode enables:
- Exporting a module to XML
- changing the module repository URL
- a couple of other minor things related to testing a remote module repository.
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.
chandra

Re: Developer mode Admin panel

Post by chandra »

Thx for your fast reply - thought there were a lot more hidden options ;).
Post Reply

Return to “Module Developers”