Customizing SMF > SMF Coding Discussion
Show stuff only in topics what are public
Owdy:
Okay that works, but it shows stuff only to guests.
I am trying to show something to all users, but only in public boards :)
Arantor:
--- Code: ---global $board_info;
if (in_array(-1, $board_info['groups']))
{
// do stuff
}
--- End code ---
Owdy:
Perfect, thanks Arantor!
Navigation
[0] Message Index
[*] Previous page
Go to full version