I got this far, and it doesnt show the staff smilies now, but it be cool, if they would at least show for admins/mods, instead of not at all.
PHP Code:
while ($smilie = $DB_site->fetch_array($smilies))
{
if ( $smilie['category'] == "TCW Staff Smilies" )
{
if ( $bbuserinfo[usergroupid] != "6" || $bbuserinfo[usergroupid] != "7")
{
//eval('$smiliebits .= "' . fetch_template('help_smilies_category') . '";');
}
else {
}
}
else {
if ($smilie['category'] != $lastcat)
{
eval('$smiliebits .= "' . fetch_template('help_smilies_category') . '";');
}
exec_switch_bg();
eval('$smiliebits .= "' . fetch_template('help_smilies_smilie') . '";');
$lastcat = $smilie['category'];
}
}
N/M Figured It Out !!!