The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ad locations
Have searched here and at vbulletin.com with no joy! Can anyone tell me how I can move the global above footer location for banners into the actual footer?
Thanks |
#2
|
|||
|
|||
It's already in the footer template, so you can just edit the footer template and move the code for that ad. It looks like this:
Code:
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> <div style="clear: {vb:stylevar left}"> {vb:raw ad_location.ad_footer_start} {vb:raw ad_location.global_above_footer} </div> </vb:if> and is at the very top of the template. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|