The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to put in a picture inside one of my forum sections, not anywhere in a thread, but one forum section. Is there anyway to do that?
|
|
#2
|
||||
|
||||
|
Sure. Find the template (FORUMDISPLAY?) and put a condition around what you want to show:
HTML Code:
<if condition="$forumid == 'x'"> image </if> |
|
#3
|
|||
|
|||
|
Thanks again Lynne!
|
![]() |
|
|