this is the code i use in my phpinclude:
Code:
// Make feature just show for logged ins
// And code just for unregistred users
if ($bbuserinfo['userid']<1) {
$justloggedinopen = "<!-- ";
$justloggedinclose = " -->";
$justunregopen = "";
$justunregclose = "";
} else {
$justloggedinopen = "";
$justloggedinclose = "";
$justunregopen = "<!-- ";
$justunregclose = " -->";
}
it works on most of the templates, but not on postbit??
it think it has something to do with the repeating...
i hope i'll find out