PDA

View Full Version : how to stop showing signature if it's already posted/shown



admin
24-01-2010, 04:22 PM
hi there,

this is how to stop showing signature twice in the same page.

to do this, find in postbit template or postbit_legacy if you are using it

<vb:if condition="$post['signature']">

replace it to this:

<vb:if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">

- when you post something by using quick post box, it will show you the signature if it's already shown, but when you refresh the page it will disappear http://www.vbulletin.org/forum/images/smilies/smile.gif
- if there are for example 2 pages in the thread it will show the signature once per page.
- PLEASE don't forget to click install.

that's it http://www.vbulletin.org/forum/images/smilies/smile.gif