[Ask] Custom Front Page
lenkbreak Offline
Junior Member
**
Posts: 23
Joined: Apr 2012
Post: #21
RE: [Ask] Custom Front Page
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
(This post was last modified: 04-22-2012 06:34 PM by lenkbreak.)
04-22-2012 06:12 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: