View Single Post
01-13-2012, 10:48 AM   #8
andrewsgn
Junior Member
 
Join Date: Jan 2012
Posts: 5
Rep Power: 0
andrewsgn is getting browny points
Quote:
Originally Posted by Jeff View Post
You should not be displaying warnings on a production server, you need to fix that in your php,ini file.

Could you find this line in vbbridge.php:

Code:
add_filter('user_has_cap', 'vbb_user_has_cap');
And move it after this line:

Code:
if ($admin_integration):
And tell me if that solves it for you?
That worked! Thank you.

Not sure if this is by design but only the user's primary VB group seems to be mapping. When I had Administrators as a secondary group in VB I couldn't access the WP Admin. However, when I added Administrators as my primary group I could access WP Admin. Not a big deal but figured it is worth mentioning.

Thanks again for your help.
andrewsgn is offline   Reply With Quote