Disable the mobile version.
3 posters
Page 1 of 1
Disable the mobile version.
The "Classic version" doesn't work on mobile, but I hate the mobile version style, I want to remove it completely, anyone has a tip or a javascript code for me?
http://boredom.iftopic.com/forum
http://boredom.iftopic.com/forum
Re: Disable the mobile version.
Hello @Wealh,
To answer your problem, I did a quick search on Google and found this page.
~> https://help.forumotion.com/t133321-disable-mobile-version
Refer to what @Derri said in that page and this should help you solve your issue.
Hope this helps!
-James
To answer your problem, I did a quick search on Google and found this page.
~> https://help.forumotion.com/t133321-disable-mobile-version
Refer to what @Derri said in that page and this should help you solve your issue.
Hope this helps!
-James
Guest- Guest
Re: Disable the mobile version.
Meliodas wrote:Hello @Wealh,
To answer your problem, I did a quick search on Google and found this page.
~> https://help.forumotion.com/t133321-disable-mobile-version
Refer to what @Derri said in that page and this should help you solve your issue.
Hope this helps!
-James
It doesn't work. I searched on Google before asking, but thanks .
Re: Disable the mobile version.
Hello,
There is also this topic, 2nd page Ange Tuteur's post. https://help.forumotion.com/t140831p30-smartphone-site-seems-otherwise
I am not sure what your forum version is, but that code is designed to work on phpbb2 and the one on avacweb was designed to work only on phpbb3. If you have neither of those 2 versions, I am not sure if there is a code developed for this on any other versions.
-Brandon
There is also this topic, 2nd page Ange Tuteur's post. https://help.forumotion.com/t140831p30-smartphone-site-seems-otherwise
I am not sure what your forum version is, but that code is designed to work on phpbb2 and the one on avacweb was designed to work only on phpbb3. If you have neither of those 2 versions, I am not sure if there is a code developed for this on any other versions.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Disable the mobile version.
Hello Again,
I have just tested this on my test forum and it worked perfectly.
Just follow these steps below and it should work. Make sure you follow these steps in order and to the dot.
This should work. I have tested it on my test forum and browsed the forum with my phone and it worked like a charm.
If you need any further help, please let me know.
-James
I have just tested this on my test forum and it worked perfectly.
Just follow these steps below and it should work. Make sure you follow these steps in order and to the dot.
Step 1: Open the Administration Panel.
Step 2: Click the Modules Tab
Step 3: Click "Javascript codes management" underneath the "HTML & JAVASCRIPT" box.
Step 4: Set "Enable Javascript code management" to "YES" & click Save.
Step 5: Click "Create a new Javascript"
Step 6: Name the code and select "In all the pages" where it says Placement.
Step 7: Paste the code below into the box.Step 8: Click Submit!
- Code:
$(function() {
if(window._userdata && _userdata.page_desktop) window.location = _userdata.page_desktop;
});
This should work. I have tested it on my test forum and browsed the forum with my phone and it worked like a charm.
If you need any further help, please let me know.
-James
Guest- Guest
Re: Disable the mobile version.
Im about to use this code thanks.Meliodas wrote:Hello Again,
I have just tested this on my test forum and it worked perfectly.
Just follow these steps below and it should work. Make sure you follow these steps in order and to the dot.Step 1: Open the Administration Panel.
Step 2: Click the Modules Tab
Step 3: Click "Javascript codes management" underneath the "HTML & JAVASCRIPT" box.
Step 4: Set "Enable Javascript code management" to "YES" & click Save.
Step 5: Click "Create a new Javascript"
Step 6: Name the code and select "In all the pages" where it says Placement.
Step 7: Paste the code below into the box.Step 8: Click Submit!
- Code:
$(function() {
if(window._userdata && _userdata.page_desktop) window.location = _userdata.page_desktop;
});
This should work. I have tested it on my test forum and browsed the forum with my phone and it worked like a charm.
If you need any further help, please let me know.
-James
Re: Disable the mobile version.
Meliodas wrote:Hello Again,
I have just tested this on my test forum and it worked perfectly.
Just follow these steps below and it should work. Make sure you follow these steps in order and to the dot.Step 1: Open the Administration Panel.
Step 2: Click the Modules Tab
Step 3: Click "Javascript codes management" underneath the "HTML & JAVASCRIPT" box.
Step 4: Set "Enable Javascript code management" to "YES" & click Save.
Step 5: Click "Create a new Javascript"
Step 6: Name the code and select "In all the pages" where it says Placement.
Step 7: Paste the code below into the box.Step 8: Click Submit!
- Code:
$(function() {
if(window._userdata && _userdata.page_desktop) window.location = _userdata.page_desktop;
});
This should work. I have tested it on my test forum and browsed the forum with my phone and it worked like a charm.
If you need any further help, please let me know.
-James
It worked, thanks !
Re: Disable the mobile version.
Is this solved?
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» How to Disable the Mobile Version
» Can't disable mobile version
» Disable Mobile Version
» Display a mini-version of user avatars in posts in the mobile version?
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
» Can't disable mobile version
» Disable Mobile Version
» Display a mini-version of user avatars in posts in the mobile version?
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum