The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Showing signature once per-thread page
I need help and or someone to write some code for Showing signature once pre-thread page for each member ..
I search vbulletin.org and NO one has done this b4 .. wow .. someone came close with the Hide sig and avatar idea .. but I am not looking to do that .. Just looking to show sigs only once per-thread page for each member .. Thanks.. BTW the first person to write this keeps my idea BTW I am running Vb 3.8.5 but will run 4.0x if someone can write this.. |
#2
|
||||
|
||||
Sorry, but this has been done since way back in the vb 3.5 days. For vbulletin 4 do the following:
In the postbit AND/OR postbit_legacy template Find: Code:
<vb:if condition="$post['signature']"> Code:
<vb:if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true"> |
#3
|
|||
|
|||
Thank you .. I found the same code on some other site .. I got linked to ..
Thanks again however.. :up: Quote:
|
#4
|
||||
|
||||
thanks, still works!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|