In showthread.php find:
PHP Code:
if ($postdone[$post[postid]]) {
Add above it:
PHP Code:
if (ismoderator($thread['forumid'])
{
eval("\$quoteDBlink = \"".gettemplate('postbit_addquote')."\";");
} else {
$quoteDBlink = " ";
}
Now then insert $quoteDBlink in your postbit template making sure you have actually made the postbit_addquote template and put content in it
Regards
- miSt
- miSt