The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want a message to appear on the new thread page in certain forums only.
Like when you post a new thread, I want to put just below the navbar or somewhere visible a message... basically just making sure they understand what should be posted in that section. How could I do this? |
#2
|
||||
|
||||
![]()
you can add the text in the templates and surround it with template conditionals:
Code:
<if condition="$forum[forumid] == XX">text</if> |
#3
|
|||
|
|||
![]()
that conditional doesn't work... i include the following on http://forum.pesinsight.com/forumdisplay.php?f=202
Code:
<if condition="$forum[forumid] == 202"><center><b>This section is only for downloads. Do not post threads with questions!</center></b><br /></if> |
#4
|
|||
|
|||
![]()
Replace $forum with $foruminfo
|
#5
|
|||
|
|||
![]()
It doesn't seem to want to work in 3.6. Any ideas?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|