The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have added a profile field in postbit legacy but I only want it to show in one forum. What would I need to add to this code?
Code:
<div class="smallfont"> <br /> <if condition="$post['field10']"><b><font color="#FF0000"><big> $post[field10]</big> </font> </b> </if> |
#2
|
||||
|
||||
![]()
I think you can wrap a conditional around it:
<if condition="$thread[forumid] == xx"> your code here for forum xx </if> |
#3
|
|||
|
|||
![]()
Yeah that got it thanks.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|