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 version | Forum

Andrea
Andrea Jan 12 '14
Hi,
How can I disable mobile version? In alternative can I add other page content to mobile version?
Andrea
Andrea Jan 13 '14
nobody can help me?

MattS
MattS Jan 13 '14
To disable the 1.6 version mobile version you need to

1) comment out the following rows in /ow_core/ow.php
else if ( $isSmart )
{
    $context = self::CONTEXT_MOBILE;
}

2) to get rid of the mobile version link, you need to update your database in ow_base_menu_item table. Search for 'mobile_version_menu_item' from the 'key' column and update the type to something else than 'bottom' (e.g. 'disable').

This should disable the mobile version functionality pretty well.
The Forum post is edited by MattS Jan 13 '14
Daisy Team
Daisy Jan 17 '14
Guys, this solution will work out, but it would be better if you create a new configuration or init file and disable the mobile using them. We strongly recommend not to modify the core files since it will lead to the changes loss if you decide to update your core files.