The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add custom text to "new thread" on specific forum
Hi All,
I've done some searching, but can't seem to find what I am looking for. It seems quite easy to add custom text to the "Post New Thread" section, but what I want/need is a custom text on 1 specific Forum. In our case I'd like to add a text in our "Sales" forum with specific rules for selling stuff. Anyone has any idea how to accomplish this (easy ) ? We use vbulletin 4.1.12. Thanks in advance and kind regards, Lucas |
#2
|
|||
|
|||
So it sounds like you know how you would add text by editing the newthread template? Then you would just need to surround your new text by if tags, and check the forum id, like:
Code:
<vb:if condition="$forumid == X"> Rules for sales forum </vb:if> of course you would change X to the actual id number of your Sales forum. |
#3
|
|||
|
|||
Thanks! Just the answer I was looking for.
I am still kinda new to vbulletin, so sometimes the simplest of problems still elude me. Going to work on some nice "Sales rules" now. It is Ducth, but this is how it looks like now: (http://www.type-r.nl/newthread.php?do=newthread&f=62) Thanks again, and kind regards, Lucas |
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|