Stop showing signature more than once in each page

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
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 :)
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
T
Replies
0
Views
1K
truongcan
T
Admin
Replies
0
Views
3K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
1
Views
818
buondolot999
B
Admin
Replies
0
Views
793
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
544
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
681
AdminAdmin is verified member.
Admin
Back
Top