PDA

View Full Version : How to show an user's signature only once per page.


Wayne Luke
Tue 14th Dec '04, 4:02pm
Originally posted by Kier

In the postbit template, find this conditional:
<if condition="$post['signature']">

And replace it with this one:
<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.