Back to vBulletin 4.x Template Modifications

Stop showing signature more than once in each page!
Mod Version: 1.00, by ToNetU

vB Version: 4.0.0 Rating: (22 votes - 4.91 average) Installs: 156
Released: 19 Jan 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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
Code:
<vb:if condition="$post['signature']">
replace it to this:
Code:
<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
- 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

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024