The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
When a post is made?
Is there an <if> statement for when a post is created in a specific forum? Along with that, the title of that thread? I'm trying to create a line of text that will show up near the header when a post is made in a specific forum for my technical staff.
|
#2
|
||||
|
||||
The variable names used in the if statement would depend on which template you are using. So, which template are you modifying?
|
#3
|
|||
|
|||
I'll probably use navbar. Our header is already customized and I don't want to add much more to it.
|
#4
|
||||
|
||||
You can try using $forumid in that template. I've never done a condition for the forumid in the navbar before. But, try (change x to your forumid):
HTML Code:
<if condition="$forumid == 'x'"> whatever </if> |
#5
|
|||
|
|||
Quote:
HTML Code:
<if condition="$newpost[forumid] == true"> stuff </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|