The Arcive of vBulletin Modifications Site. |
|
|
#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 | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|