But now I've got another issue which I can't fix.
When I try to login through my IP.Board (URL is http://www.gamecove.net/forum) it will redirect as usual to the Wordpress login. However, the url is "http://gamecove.net/...cove.netFforumF", and so when it logs in and redirects it will go to my custom 404 page (http://gamecove.net/404/). But if I load the board URL manually then it's signed in (meaning the SSO isn't a problem).
Inside the SSO settings in WP end; this is the text at the top.
############################################
# IPBWI Wordpress Integration
# Start Board to Wordpress Redirect Area
############################################
RewriteEngine on
# Registration
RewriteCond %{QUERY_STRING} section=register$ [NC]
RewriteRule (.*) http://gamecove.net/...action=register [L,R=301]
# Logout
RewriteCond %{QUERY_STRING} do=logout [NC]
RewriteRule (.*) http://gamecove.net/...p?action=logout [L,NE,R=301]
# Login
RewriteCond %{QUERY_STRING} section=login$ [NC]
RewriteRule (.*) http://gamecove.net/....net%2Fforum%2F [L,R=301]
# Change Password
RewriteCond %{QUERY_STRING} area=password [NC]
RewriteRule (.*) http://gamecove.net/...min/profile.php [L,R=301]
# Change Email
RewriteCond %{QUERY_STRING} area=email [NC]
RewriteRule (.*) http://gamecove.net/...min/profile.php [L,R=301]
# Change Display Name
RewriteCond %{QUERY_STRING} area=displayname [NC]
RewriteRule (.*) http://gamecove.net/...min/profile.php [L,R=301]
############################################
# End Board to Wordpress Redirect Area
############################################
And I've noticed the line "RewriteRule (.*) http://gamecove.net/wordpress/wp-login.php?redirect_to=http%3A%2F%2Fgamecove.net%2Fforum%2F" I notice the letters in the redirect, taking out the "%" its the same as my normal login.
SO, what I want to know is how can I make it so when I sign into the forum, and it loads as the wp-login.php, can it redirect to the forum.
Thanks!
Also with the latest posts widget, is it possible to select only a few of the forums? I want the latest topics to be shown from everywhere on my forum except for the staff section....and I can't do that at the momet.
Edited by Infinite, 16 October 2011 - 05:27 AM.













