MyBB Community Forums

Full Version: Not Redirected Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is my site http://pinoyfused.com

My problem is when Im not log in, and I browse some of the threads and want to reply on that specific thread of course I need to log in, But when I log in my account Im not redirected on that specific thread but in the home page.

Can someone help me how to fix this problem?? Sad
Please make sure that you have this code in your error_nopermission template:
<input type="hidden" name="url" value="{$redirect_url}" />
after this code:
<input type="hidden" name="action" value="do_login" />
where can I find "error_nopermission" please help
I believe you can find that in Error Templates.