The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I would like the newreply in a particular forum to contain text suggestions. What would I add to the newreply template in terms of conditionals and text and where?
thanks in advance |
|
#2
|
||||
|
||||
|
This may be what you are thinking of - Thread Stencil
|
|
#3
|
|||
|
|||
|
If not the condition would be:
Code:
<if condition="$foruminfo['forumid'] == X"> SOME TEXT HERE... </if> Change X to the forumid of the forum you want the changes to show in. |
![]() |
|
|