We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

disable mobile won't work[Solved] | Forum

Topic location: Forum home » Support » General Questions
ed claassen
ed claassen Mar 24 '14

i have the plugin mobille

http://www.oxwall.org/store/item/326


but when i do:


    define('OW_DEBUG_MODE', false);
    define('OW_DEV_MODE', false);
    define('OW_PROFILER_ENABLE', false); 
 define('OW_USE_CONTEXT', 1);
}
else
{
    /**
    * Make changes in this block if you want to enable DEV mode and DEBUG mode
    */
   
    define('OW_DEBUG_MODE', false);
    define('OW_DEV_MODE', false);
    define('OW_PROFILER_ENABLE', false);
 define('OW_USE_CONTEXT', 1);


it still moves to the old mobile site, where or what can i do so that it go's to mysite.com/mobille and not to mysite.com/mobile?

The Forum post is edited by ross Mar 25 '14
ross Team
ross Mar 24 '14
This piece of code is intended to disable original mobile not third-party one. Contact this plugin developer to get that info. 
ed claassen
ed claassen Mar 25 '14
i send him a private masage, you can close this one.