MyBB Community Forums

Full Version: Guests can't view threads.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-10-11, 02:19 PM)Clone Wrote: [ -> ]Though, when signed in, you get redirected to the index page. Any fix to that?

Open ./member.php and find (around line# 1088)
redirect(htmlentities($mybb->input['url']), $lang->redirect_loggedin);
Does it has same code like what I've posted above ?
(2011-10-11, 03:44 PM)Yaldaram Wrote: [ -> ]
(2011-10-11, 02:19 PM)Clone Wrote: [ -> ]Though, when signed in, you get redirected to the index page. Any fix to that?

Open ./member.php and find (around line# 1088)
redirect(htmlentities($mybb->input['url']), $lang->redirect_loggedin);
Does it has same code like what I've posted above ?

Yep.
Pages: 1 2