PDA

View Full Version : landing page for mobile theme


mubasshar
10-19-2015, 10:19 AM
Hi,

i am using VB4 with CMS. for desktop users i am having content.php as landing page. but for mobile users i want the forum page as landing page. is there any way to do this.

Regards

Dave
10-19-2015, 11:13 AM
If you hook into global_bootstrap_init_start, you can check if the variable $mobile_browser is set to true. That way you can add some logic to redirect the mobile user to the right landing page.