The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
What condition should I use to display a banner on my footer on all pages except for the showthread page?
|
|
#2
|
||||
|
||||
|
HTML Code:
<vb:if condition="THIS_SCRIPT != 'showthread'"> banner stuff </vb:if> |
|
#3
|
|||
|
|||
|
Quote:
Code:
<if condition="THIS_SCRIPT != 'showthread'"> Banner </if> |
|
#4
|
||||
|
||||
|
Sorry about that. I corrected it above just in case someone grabs it without reading the whole thread.
|
![]() |
|
|