Lampwrights Forum > Other Stuff > vBulletin Wordpress Bridge

Reply
 
Thread Tools
03-28-2011, 09:21 PM   #1
ApoX
Junior Member
 
Join Date: Mar 2011
Posts: 1
Rep Power: 0
ApoX is getting browny points
How do i turn of the bar on the top ?

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.

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 ?
ApoX is offline   Reply With Quote

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
Reply

Tags

vbulletin wordpress bridge


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 05:38 AM.


Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.