Quote:
Originally Posted by Merenguista
I want to have two blocks as (Computer Help and Advice) the first in the right and the second in the left, and in the middle of them I want put footer_logo.jpg and Community Rules / Market Rules.
How can I do this? what should I change in the code?
|
Should be simple, I am not sure but you would probably have to move the codes around. You want to bring the logo to the center and make two blocks like the Computer Help and Advice Block on both sides and get rid of the about us Block, right?
try this..maybe it will work.. :up:
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>
<div id="footer" class="floatcontainer footer">
<form action="{vb:link forumhome|nosession}" 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}"><option class="hidden"></option></optgroup>
<vb:if condition="$quickchooserbits1">
<vb:if condition="$quickchooserbits2">
<optgroup label=" {vb:rawphrase standard_styles}">
</vb:if>
{vb:raw quickchooserbits1}
<vb:if condition="$quickchooserbits2">
</optgroup>
</vb:if>
</vb:if>
<vb:if condition="$quickchooserbits2">
<vb:if condition="$quickchooserbits1">
<optgroup label=" {vb:rawphrase mobile_styles}">
</vb:if>
{vb:raw quickchooserbits2}
<vb:if condition="$quickchooserbits1">
</optgroup>
</vb:if>
</vb:if>
</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:raw session.sessionurl_q}">{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>
<vb:if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff};
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</vb:if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
{vb:raw template_hook.footer_javascript}
</div>
<!-- closing div for body_wrapper -->
<div class="below_body">
<div id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>
<!-- TomorrowsGaming Custom Footer Rework Begin -->
<div class="tgfooter2">
<div class="tgfooter2-in">
<div class="tgfooter2-in2">
<div class="tgfwl">
<h4>Computer Help and Advice</h4>
<ul>
<li><a
href="http://tomorrowsgaming.com/buy-sell-trade/">Personal
Computer Buying Advice</a> </li>
<li><a
href="http://tomorrowsgaming.com/hardware-software/">
Computer Troubleshooting</a></li>
<li>
<a
href="http://tomorrowsgaming.com/overclocking-cooling/">Overclocking
and Cooling Help</a> </li>
<li><a
href="http://tomorrowsgaming.com/modding-workshop/">Modding
Workshop & Electronics</a></li> </li>
<li>
<a
href="http://tomorrowsgaming.com/content/section/4-game-reviews.html">
Game Reviews (PC, PS3, XBOX 360)</a></li>
</ul>
</div>
<div class="tgfwr">
<div>
<img src="/images/footer_logo.jpg" border="0"
alt=""></div>
<div class="tgfwl">
<h4>Computer Help and Advice</h4>
<ul>
<li><a
href="http://tomorrowsgaming.com/buy-sell-trade/">Personal
Computer Buying Advice</a> </li>
<li><a
href="http://tomorrowsgaming.com/hardware-software/">
Computer Troubleshooting</a></li>
<li>
<a
href="http://tomorrowsgaming.com/overclocking-cooling/">Overclocking
and Cooling Help</a> </li>
<li><a
href="http://tomorrowsgaming.com/modding-workshop/">Modding
Workshop & Electronics</a></li> </li>
<li>
<a
href="http://tomorrowsgaming.com/content/section/4-game-reviews.html">
Game Reviews (PC, PS3, XBOX 360)</a></li>
</ul>
</div>
<div class="tgfwr">
<div>
<img src="/images/footer_logo.jpg" border="0"
alt=""></div>
<div class="tgfwr2">
<div>
<a
href="http://tomorrowsgaming.com/misc.php?do=vsarules">
Community Rules</a> |
<a
href="http://tomorrowsgaming.com/misc.php?do=vsarules&cfrset=4">
Market Rules</a></div>
<div>
<form
action="http://tomorrowsgaming.com/" method="get" id="footer_select"
class="footer_select">
</form>
</div>
</div>
</div>
</div>
</div>
</div><br />
<!-- TomorrowsGaming Custom Footer Rework Ends -->
<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
{vb:raw template_hook.footer_copyright}
</div>
{vb:raw ad_location.ad_footer_end}
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>
</div>
The amount of nonsense loading and constant timeouts I am getting at vB.org recently it really gives a hard time for me to reply or even edit a post