The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Some Text on showthread based on forumdisplay id "only on first post"
Some Text on showthread based on forumdisplay id "only on first post"
i want put text on some showthread based on forumdisplay id only on first post.. i have ask on https://www.vbulletin.com/forum/show...orumdisplay-id help me please |
#2
|
||||
|
||||
You would need to edit your postbit or postbit_legacy template, whichever one you use for your forum.
Search in the template for: Code:
{vb:raw post.message} Code:
<vb:if condition="$post['isfirstshown'] AND $thread['forumid'] == X"> Text Goes Here </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|