Quote:
Originally Posted by keyla31
I think I set this all up correctly however my 36000 users in vbulletin have not populated into wordpress as I only see 141 users there, and when I go to a wordpress article and click login to leave a comment it shows the vbulletin logged in successful message but then re-directs back to the wordpress article and still asks me to log in, please advise? Thank you
|
Quote:
Originally Posted by xeagle
vBSSO does not migrates all users at once. Every user will be created in Wordpress at first authorization with vBulletin.
Make sure that this user account has identical usernames and emails on both platforms. Also, if you already configured `vBSSO Access Settings` in vBulletin, try to login with empty settings.
|
i have the same problem
if i use Squares side
vbsso login form
i cannt login wp from vbsso login or login.php
but if i login from wp-admin (with normal user) its be ok!
what i mean
I cannot access my adminCP. It just keeps taking me back to the home page.
i have vbseo in my forum and i have a redirect rules created in .htaccess
this is wordpress .htaccess
PHP Code:
ErrorDocument 401 /onerror.html
ErrorDocument 403 /onerror.html
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<Files wp-config.php>
Order Deny,Allow
Deny from All
</Files>
# END WordPress
.
any help!
can anyone give me sample about vBSSO Access Settings for vbulletin with wordpress !!!!!!!!!!!!!!!