The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
I'd like to make a small bit of text and an image appear in a particular forum between the subforum listing and the thread list. Is this difficult to do? Thanks for your help. |
|
#2
|
||||
|
||||
|
You can probably edit the SHOWTHREAD template and put something like:
HTML Code:
<if condition="$forum[forumid] == 'xx'"> small bit of text and an image </if> |
![]() |
|
|