The stars are for the thread rankings i believe. When you make a new reply, you can 'rate the post'...
Unless i'm stupid and can't read correctly today

I'll update this for vB3 soon....i suppose....but can't release it here till vB3 final is released..
Quote:
http://www.ph33rnet.com/forums/show...php?&threadid=3
It's just a hack testing board, not intended for public use.... but I guess I could let people see it in action...
|
Hmm...it doesn't look like its working for the admin user.
The administrator group id should be 6, at least thats what i have the hack set for. Change those if they are different ^^
PHP Code:
if(($post[usergroupid] == "6")) { // This should be the admin group id
$pip="images/apip.gif";
} elseif(($post[usergroupid] == "5")) { // this should be the super mod group id
$pip="images/spip.gif";
} elseif(($post[usergroupid] == "7")) { // and this should be moderator group id
$pip="images/mpip.gif";
} else {
$pip="images/pip.gif";
}