Quote:
Originally Posted by paul41598
is there anyway to have like a category called "staff smilies", that only admins/mods can access? Any hopes?!!
|
Sure. Just implement for admins something like:
PHP Code:
if ( $bbuserinfo[usergrouid] == "6" )
{
echo "<option bla bla>My Category</option>">
}
But be aware that other people will be able to use the same smilies as soon as they copy the code from the originals postings. So for me this does not make sense at all. But the solution is above.
Cheers,