I've installed this mod and I've done some changes to it. But the problem is when I when I click login it redirects to my forums which I've installed (Simple Machine Forums) and linked it to Word Press using a bridge. Now I want it to login direcly instead of redirecting me to my forums login page.
I've currently got this code:
<input type="submit" name="submit" value="Login" class="bt_login" />
<input type="hidden" name="redirect_to" value="<?php echo $_SERVER['REQUEST_URI']; ?>"/>
For the login button.
Someone please help. Thanks!