bill
03-09-2006, 02:51 AM
I am setting up vbDrupal on a members only site. Only registered members have been given permission to see anything on vB or vbDrupal. This causes a problem for the Unregistered / Not Logged In group as anything in the Drupal portion of the site will show a blank unstyled page. Users get this vB message:
vBulletin Message
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
You are not logged in. Fill in the form at the bottom of this page and try again.
You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
This is the standard vB login form page. login.php
This is problematic as returning users who have not logged in will get this completely unstyled page with only the site's logo at the top. People who log our or clear their cookies have the same experience.
Then there is the added problem that login.php will only work from the vB forums directory. So if anyone presented with this login form actually tries to login they will get a page cannot be found error...as obviously vbDrupal is using vB's login.
Any suggestions how I might work around this?
vBulletin Message
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
You are not logged in. Fill in the form at the bottom of this page and try again.
You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
This is the standard vB login form page. login.php
This is problematic as returning users who have not logged in will get this completely unstyled page with only the site's logo at the top. People who log our or clear their cookies have the same experience.
Then there is the added problem that login.php will only work from the vB forums directory. So if anyone presented with this login form actually tries to login they will get a page cannot be found error...as obviously vbDrupal is using vB's login.
Any suggestions how I might work around this?