Quote:
Originally Posted by Rafa-el
No, that's because as the message said you're moving more of the template brackets allowed so double check for the missing tags and you will be ready.
|
I am definitely not moving it so that it creates missing tags (at least I think not).
This is the new footer:
Code:
{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
{vb:raw ad_location.ad_footer_end}
<div align="center" style="width: 100%;">
<div id="footer_time" class="shade footer_time" style="width: 250px; color: #000000;">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}<br />
Copyright © 2009-2010 <a
href="http://www.xxxxxxxx.com/">xxxxx</a>.<br />
Powered by vBulletin? Version 4.0.3
Copyright © 2010 vBulletin Solutions, Inc.<br />All rights reserved.</div>
</div>
<div id="footer" class="floatcontainer footer">
<form action="{vb:raw vboptions.forumhome}.php" method="get" id="footer_select" class="footer_select">
<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>
<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
</form>
<ul id="footer_links" class="footer_links">
<vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
<vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php">{vb:rawphrase archive}</a></li></vb:if>
{vb:raw template_hook.footer_links}
<vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
<vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
<li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul>
</div>
</td></tr></table> <!-- closing div for body_wrapper -->
<div class="footer_area">
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td valign="top" width="250"></td>
<td bgcolor="#262626" width="1"></td>
<td width="15"></td>
<td width="353" valign="top"><br />
<p>
<b>Want to know about new blog posts?</b> Enter your
e-mail address by <a target="new"
href="http://feedburner.google.com/fb/a/mailverify?uri=XXXXX"
rel="nofollow">clicking here</a> to have posts sent to your inbox!
</p>
</td>
<td bgcolor="#262626" width="1"></td>
<td width="15"></td>
<td width="250" valign="top"><br />
{vb:raw cronimage}
</td>
</tr></table>
</div>
</td>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7434387-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</tr></table>
I want to move the copyright so it is under the time, so I changed it to:
Code:
{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
{vb:raw ad_location.ad_footer_end}
<div align="center" style="width: 100%;">
<div id="footer_time" class="shade footer_time" style="width: 250px; color: #000000;">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>
</div>
<div id="footer" class="floatcontainer footer">
<form action="{vb:raw vboptions.forumhome}.php" method="get" id="footer_select" class="footer_select">
<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>
<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
</form>
<ul id="footer_links" class="footer_links">
<vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
<vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php">{vb:rawphrase archive}</a></li></vb:if>
{vb:raw template_hook.footer_links}
<vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
<vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
<li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul>
</div>
</td></tr></table> <!-- closing div for body_wrapper -->
<div class="footer_area">
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<td valign="top" width="250"></td>
<td bgcolor="#262626" width="1"></td>
<td width="15"></td>
<td width="353" valign="top"><br />
<p>
<b>Want to know about new blog posts?</b> Enter your
e-mail address by <a target="new"
href="http://feedburner.google.com/fb/a/mailverify?uri=XXXXX"
rel="nofollow">clicking here</a> to have posts sent to your inbox!
</p>
</td>
<td bgcolor="#262626" width="1"></td>
<td width="15"></td>
<td width="250" valign="top"><br />
<p>
Copyright © 2009-2010 <a
href="http://www.xxxxxxxx.com/">xxxxx</a>.<br />
Powered by vBulletin? Version 4.0.3
Copyright © 2010 vBulletin Solutions, Inc.<br />All rights reserved.<br />
</p>
{vb:raw cronimage}
</td>
</tr></table>
</div>
</td>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7434387-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</tr></table>
Red is the moved code