MyBB Hacks

Full Version: [Ask] Custom Front Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
oh great.. thanks thanks a lot RateU.. Smile Smile

another question (hope this is the last in this topic Biggrin)
I made this custom page in fixed view, not in fluid view and I installed Go Mobile plugin for mobile version.
And I have some problem about my custom page view on mobile version.

so, I put this code in my custom page php file to redirect my user forum which using mobile version to index forum.

PHP Code:
if ($mybb->user['style'] == $mybb->settings['gomobile_theme_id'])
	{
		redirect("index.php", "Redirecting you to our forums...");
	}


but nothing happen when I used Opera Mini Simulator to tested it.
I'm noobs about PHP code, but from script above I'm sure the concept is auto redirect user when viewing my forum using specify theme.

Need your suggestion or someone here..

Thanks before


ah.. nevermind.. I solved it Biggrin
Pages: 1 2 3
Reference URL's