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

how i can disable mobile version ?[Solved] | Forum

memo
memo Apr 27 '14
hello,
please how i can disable mobile version in my site ?

thank you
The Forum post is edited by ross May 11 '14
ross Team
ross Apr 27 '14
Do the search on the forum this topic has been discussed many times already
Wilson
Wilson May 5 '14
hey Memo

Put this in your cnfig file.    define('OW_USE_CONTEXT', 1);

Should be after the last ; and before the end }

LOOKS LIKES THIS:
define('OW_PROFILER_ENABLE', false); define('OW_USE_CONTEXT', 1); }

Wilson

memo
memo May 8 '14

Quote from Wilson hey Memo

Put this in your cnfig file.    define('OW_USE_CONTEXT', 1);

Should be after the last ; and before the end }

LOOKS LIKES THIS:
define('OW_PROFILER_ENABLE', false); define('OW_USE_CONTEXT', 1); }

Wilson


hello Mr wilson
thank you very much :)