Nice mod. Installed!
I first had problems, as I didn't noticed to "deactivate" the standard guest notice.
It works very good now, and I'm looking forward to get more clicks.
Edit:
I'm running Photopost Gallery on my forums and I recognized, that the additional.css wasn't loaded automatically. It was missing in the header-inc.php. You have to add the red code.
Code:
$extracss = "<link rel=\"stylesheet\" type=\"text/css\" href=\"$vboptions[bburl]/css.php?styleid=$vbstyleid&langid=$vblang&d=$vbdate&sheet=forumbits.css\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"$vboptions[bburl]/css.php?styleid=$vbstyleid&langid=$vblang&d=$vbdate&sheet=forumhome.css\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"$vboptions[bburl]/css.php?styleid=$vbstyleid&langid=$vblang&d=$vbdate&sheet=forumdisplay.css\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"$vboptions[bburl]/css.php?styleid=$vbstyleid&langid=$vblang&d=$vbdate&sheet=additional.css\" />";