Fun and simple hack..Thanks!!
that said, how do I change the look and what links appear in the extra NAVBAR?
- one of the reasons I wanted this hack is I need a simple way to add an extra bar without figuring it out myself (lazy bastid I am).
- but when I add the extra bar... it goes shooting off the edge of the page.

- plus I want to add a drop down menu with fun extras on my board.
any tips would be appreciated. I'm a code n00bsquared. :/
Quote:
Originally Posted by ssvp
Just edit Unread Posts and Reputation (2) in your plugin manager.
Code:
$vbphrase['welcome_x_link_y'] .= '</strong><br />'.$unread.'<strong>';
with this
Code:
$vbphrase['ung_greeting'] .= '</strong><br />'.$unread.'<strong>';
|
woot!! thanks! that did it.