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