How can I disable the mobile site on Punbb?
3 posters
How can I disable the mobile site on Punbb?
Van-Helsing- Hyperactive
- Posts : 2431
Reputation : 116
Language : English, Greek
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
Hi,
Add the following script in all the pages :
( Modules > JS codes management )
If that doesn't work please provide the URL of your forum.
Add the following script in all the pages :
( Modules > JS codes management )
- Code:
$(function() {
if (_userdata.page_desktop) windowlocationhrefTEMPORARYDISABLE = _userdata.page_desktop
});
If that doesn't work please provide the URL of your forum.
Guest- Guest
Thanks @Ange Tuteur . Got one for your phpBB3 friends
Night all
Samantha.
- Code:
$(function(){if (_userdata && _userdata.page_desktop) window.location.href = _userdata.page_desktop.replace(/&/,'&')});
Night all
Samantha.
Van-Helsing- Hyperactive
- Posts : 2431
Reputation : 116
Language : English, Greek
Thank you very much @Ange Tuteur it is working perfect it is displaying the mobile version while loading (for 1-2 secs) and then redirects to desktop version. Thank you very much too @RoXaNNeX, I will keep it for phpbb3 too maybe someone need it.
The problem is solved.
The problem is solved.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.