Ok cool, so when i want the popup to show for registered users only, i will need this code (modified) code below like this?
_____________________________________
if ($bbuserinfo['userid']==1) {
eval("\$popupreg = \"".gettemplate('popup_reg')."\";");
}
_____________________________________
$bbuserinfo['userid']==0 (not registered, guests)
$bbuserinfo['userid']==1 (registered)
That's correct?
Cheers!
|