View Single Post
03-29-2011, 07:12 AM   #2
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Quote:
Originally Posted by ApoX View Post
Just installed this on a local machine, going to bridge vbulletin with wordpress in my new theme.

Seems to be working good so far but one thing i don't like are the bar at the top.

Anyway to turn it of ? It breaks my theme and looks ugly and it doesn't need to be there, doesn't have any function.
I do believe only the admin sees this bar. You can disable it but you will have to modify the code.

Find this code in vbbridge.php:

Code:
    $user->rich_editing = get_option('vbb_VBRICHTEXT');
After that code, add this:

Code:
$user->show_admin_bar_front = false; $user->show_admin_bar_admin = false;
Quote:
Originally Posted by ApoX View Post
Oh, ye, when i tried the link in the dashbar "Edit My Profile" shouldn't that take my to the Vbulletin editor instead of the Wordpress one ?
It should, if you have enabled the admin integration.
Jeff is offline   Reply With Quote