Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   vBulletin Wordpress Bridge (http://www.lampwrights.com/forumdisplay.php?f=13)
-   -   How do i turn of the bar on the top ? (http://www.lampwrights.com/showthread.php?t=96)

ApoX 03-28-2011 09:21 PM

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 ?

Jeff 03-29-2011 07:12 AM

Quote:

Originally Posted by ApoX (Post 436)
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 (Post 436)
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.


All times are GMT -4. The time now is 02:21 PM.

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