Thread: WP User<vB User
View Single Post
03-22-2011, 02:26 PM   #2
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
What I would recommend you do is disable the admin area integration by commenting out this line:

Code:
define('USE_ADMINCP_BRIDGE', true);
To:

Code:
##define('USE_ADMINCP_BRIDGE', true);
By doing this, you separate users using the WP admin area (wp-admin) from VB users. Users in the WP admin area would have separate logins. VB users will be able to comment on WP posts and depending on your theme you should also see their avatars.
Jeff is offline   Reply With Quote