PDA

View Full Version : Ad locations


maddmatt
09-27-2011, 02:12 PM
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

kh99
09-28-2011, 12:45 PM
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:

<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.