View Single Post
  #3  
Old 06-14-2010, 09:45 PM
calumn calumn is offline
 
Join Date: Nov 2007
Location: Scotland
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rafa-el View Post
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 &copy; 2009-2010 <a 
href="http://www.xxxxxxxx.com/">xxxxx</a>.<br />
Powered by vBulletin? Version 4.0.3
Copyright &copy; 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 &copy; 2009-2010 <a 
href="http://www.xxxxxxxx.com/">xxxxx</a>.<br />
Powered by vBulletin? Version 4.0.3
Copyright &copy; 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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03524 seconds
  • Memory Usage 1,812KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete