The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Message below first post.
Hi,
I'm looking for a mod of some sort that will enable me to place a message below a thread. The message will show on Threads but only below the first post and not below replies. To be used to ask people to use the Thanks button and avoid making spammy replies. Any help appreciated... |
#2
|
||||
|
||||
If you edit your postbit or postbit_legacy template...
Put your message at the very bottom of the template, and wrap it in this conditional: Code:
<vb:if condition="$post['isfirstshown']"> Your message here </vb:if> If you want it to show only on the very first post even on a multi-page thread use: Code:
<vb:if condition="$post['postcount'] == 1"> Your message here </vb:if> |
#3
|
|||
|
|||
Thanks you.. works a treat
|
Благодарность от: | ||
BirdOPrey5 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|