TMS bug found?
I don't know for sure if this is also happaning on 3.6.x installations when trying to change things in the footer near the vbulletin copyright notices.
In my 3.7.0 installation I wanted to move the ad_location ad_footer_end code a bit higher like this:
Code:
$ad_location[ad_footer_end]
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
<if condition="$show['dst_correction']">
Normally the addcode is between the /form code and the dst correction code.
I can't get this to work, not even if I copy the complete footer template code to get this changed.
Changes in the beginning of the footer code, f.e. adding an add code in the beginning of the footer template, is no problem.
Just moving this add_footer code above the copyright code won't work unless I change it in the template itselve.
How come this won't work with the TMS system whilest everything else and also other footer template adjustments (higher up in the template) work with TMS even in 3.7.x?