[]jamie said:
doesn't seem to do anything for me? i followed all the instructions correctly. [/]
My guess is you're limiting use to authenticated users, so you only need to show users in ubbt_registerednav.tmpl. Unfortunately, the comment above the include of ubbt_unregisterednav.tmpl in ubbt.inc.php is wrong:
// Now require the registerednav.php template
$html = new html;
list($tbopen,$tbclose) = $this -> table_wrapper();
if (!$debug) {
include("$thispath/templates/$tempstyle/ubbt_unregisterednav.tmpl");
}
So you may end up adding it to a nav bar that will never show any users. I ran into that briefly.
-Conrad