The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add an automatic link in every thread in a particular forum
I would like add automatic link in the tread only in a particular forum [id]
when someone adds a new thread, this link will automatically be put on the first line of the post in that forumdisplay. Where is postbit? should I change and what exactly should I change? how to do that? |
#2
|
||||
|
||||
You can add it to the postbit (or postbit_legacy, depending on which one you use) template. Find where the message is displayed (should say $post[message] I think) and add above it:
HTML Code:
<if condition="$thread['forumid']==x AND $post['postid']==$thread['firstpostid']"> your message written using proper html </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|