The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have a mobile style and detection that auto selects the mobile style for mobile devices, however the vBulletin CMS is not compatible with the mobile style.
Is there a way for the mobile users to be auto redirected away from any CMS page and onto the Forums? Many thanks. |
#2
|
||||
|
||||
![]()
no replies??? i am also looking for answer.......any one can help???
|
#3
|
||||
|
||||
![]() Quote:
+1 to OP.. |
#4
|
|||
|
|||
![]()
This could help https://vborg.vbsupport.ru/showthread.php?t=292704
|
#5
|
|||
|
|||
![]()
possibly there are many ways how to do that. one option is you need to add some javascript to you web page to detect the screen width like this:
HTML Code:
<script type="text/javascript"> if (screen.width <= 800) { window.location = "http://mydomain.com"; } </script> check that out and leave feedback to us! :up: --------------- Added [DATE]1436516878[/DATE] at [TIME]1436516878[/TIME] --------------- by the way, just a quick search at SOF and found this great solution: PHP Code:
source: Javascript code to redirect mobile phone users |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|