I?m only getting a blank page after clicking on fun list. But I didn?t register with Facebook so far.
I?m a professing Facebook-mod-surfer!

So I?m joining the party and am grateful for the reliable responses and the support here.
Thank you very much for creating this new facebook-mod, mrpaint!
Btw.:
To have the fbconnect-button nearby the register-link, I edited the navbar-template.
Searched for
Code:
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
and added
Code:
<td id="navbar_fbb" class="vbmenu_control">
<a id="navbar_fbb_link" href="register.php?do=signup&fbb" rel="nofollow">
<img src="$vboptions[bburl]/fbb/facebook_logo_16x16.gif" width="16" height="16" border="0"/>
$vbphrase[fbb_navbar_button_text]
</a>
</td>
this whole code from your fbb_navbar_button-template below. Furthermore I deactivated this original template to avoid double-entries in the navbar. This was no prob with the template modification system.