How can I put my admin panel into demo mode. By the looks of it you need to add a variable to config but I can't get it. Or is this option even up yet?
Announcement
Collapse
No announcement yet.
Demo Mode
Collapse
X
-
Where did you hear there was a 'demo mode' in vB3?Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
There alot of code that I found with demomode permissions and this is the best example of of like 25-50 diffrent areas.
PHP Code:// ###################### Start demomode #######################
// if DEMO_MODE is defined and set to true in config.php
// this function will return false, the main purpose of
// which is to disable parsing of phpinclude templates
// and other stuff that is undesirable for a board running
// with a publicly accessible admin control panel
function is_demo_mode()
{
return (defined('DEMO_MODE') AND DEMO_MODE == true) ? true : false;
}
Comment
-
Hmmm...this must be an unfinished feature. One of the Devs will need to explain what this is for.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment