Note This is untested so please test in your testboard first:
In forumdisplay.php find:
PHP Code:
if ($thread[attach]>0) {
$paperclip="<img src=\"{imagesfolder}/paperclip.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
}
Change it to:
PHP Code:
if ($thread[attach]>0) and $bbuserinfo['styleid']=x) {
$paperclip="<img src=\"{imagesfolder}/paperclip.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
}
} else {
$paperclip="<img src=\"{imagesfolder}/paperclip2.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
}
You'll have to change the stylid to suit your needs..
This is my first ever go at a lil hack so it probably wont work but thats the basic jist of it
- miSt