Originally posted by Kier
In the postbit template, find this conditional:
And replace it with this one:HTML Code:<if condition="$post['signature']">
This will cause each user's signature to be shown only on their first post on each page.HTML Code:<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">


Reply With Quote
Bookmarks