Quote:
Originally Posted by ApoX
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
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.