Hi Zed, Elmer told me about this hack and I decided it was really cool and we had to have it on our little site. Only thing I changed was
Quote:
if($thread[slippery] == 1) {
$thread[icon]='<img src="images/drop.gif" border="0" alt="">';
$thread[movedprefix] = "$thread[movedprefix] Slippery: ";
}
|
to
Quote:
if($thread[slippery] == 1 and $bbuserinfo[usergroupid] == 6) {
$thread[icon]='<img src="images/drop.gif" border="0" alt="">';
$thread[movedprefix] = "$thread[movedprefix] Slippery: ";
}
|
so that only admins can see that the tread is slippery. I must say, you have some
evil hacks. I love em!
Thanks, Chris (still stuck in an LT1

)