AzzidReign
06-16-2009, 11:28 PM
I need [hopefully] minor help with getting these links to line up properly. This is what I have so far:
http://www.se7ensins.com/forums/
Scroll down to footer.
I'm trying to get the links on the bottom right (contact us, privacy, etc) to show up like this image:
https://vborg.vbsupport.ru/external/2009/06/104.jpg
This is the code:
$ad_location[ad_footer_start]
$spacer_close
<!-- /content area table -->
<form action="$vboptions[forumhome].php" method="get">
<!-- / icons and login code -->
<table cellpadding="0" cellspacing="0" border="0" width="856px" id="footer" align="center">
<tr><td colspan="3" align="center" height="100px">
<!-- icons and login code -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr><td height="20px" class="smallfont" align="center" style="padding-bottom:12px;">$vbphrase[all_times_are_gmt_x_time_now_is_y]</td></tr></table>
<table cellpadding="2" cellspacing="0" border="0" align="center" style="border:1px solid #bfbfbf;">
<tr>
<td class="alt2" style="border-right:1px solid #fff; padding:5px 5px 5px 5px;"><img src="$stylevar[imgdir_statusicon]/forum_new.png" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="alt1" style="border-right:1px solid #bfbfbf; border-left:1px solid #bfbfbf; padding:0 5px 0 0;"><span class="smallfont"> $vbphrase[forum_contains_new_posts]</span></td>
<td class="alt2" style="border-right:1px solid #bfbfbf; padding:5px 5px 5px 5px;"><img src="$stylevar[imgdir_statusicon]/forum_old.png" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="alt1" style="padding:0 5px 0 0;"><span class="smallfont"> $vbphrase[forum_contains_no_new_posts]</span></td>
<if condition="$vboptions['showlocks']">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.png" alt="$vbphrase[a_closed_forum]" border="0" /></td>
<td class="alt1"><span class="smallfont"> $vbphrase[forum_is_closed_for_posting]</span></td>
</if>
</tr>
</table>
</td></tr>
<tr>
<if condition="$show['quickchooser']">
<td width="250px" height="0px" style="padding-left:35px;">
<select name="styleid" onchange="switch_id(this, 'style')" style="width:120px;">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td>
<select name="langid" onchange="switch_id(this, 'lang')" style="width:120px;">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td align="center" width="270px" height="0px">
</td>
<td align="$stylevar[right]" width="270px" height="0px" style="padding-right:25px;">
<div class="smallfont" align="left">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice --><br />
<!-- Do not remove this copyright notice -->
<em>Design by:</em><strong><a href="http://edenwebs.com/">EdenWebs.com</a></strong>
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="left">
<!-- 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 class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a></if>
<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a></if> <br />
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a></if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a><br />
$template_hook[footer_links]
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></if>
</strong>
</div>
</td>
</tr>
</table>
<br />
</form>
$ad_location[ad_footer_end]
<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="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $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 -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
Help please.
http://www.se7ensins.com/forums/
Scroll down to footer.
I'm trying to get the links on the bottom right (contact us, privacy, etc) to show up like this image:
https://vborg.vbsupport.ru/external/2009/06/104.jpg
This is the code:
$ad_location[ad_footer_start]
$spacer_close
<!-- /content area table -->
<form action="$vboptions[forumhome].php" method="get">
<!-- / icons and login code -->
<table cellpadding="0" cellspacing="0" border="0" width="856px" id="footer" align="center">
<tr><td colspan="3" align="center" height="100px">
<!-- icons and login code -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr><td height="20px" class="smallfont" align="center" style="padding-bottom:12px;">$vbphrase[all_times_are_gmt_x_time_now_is_y]</td></tr></table>
<table cellpadding="2" cellspacing="0" border="0" align="center" style="border:1px solid #bfbfbf;">
<tr>
<td class="alt2" style="border-right:1px solid #fff; padding:5px 5px 5px 5px;"><img src="$stylevar[imgdir_statusicon]/forum_new.png" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="alt1" style="border-right:1px solid #bfbfbf; border-left:1px solid #bfbfbf; padding:0 5px 0 0;"><span class="smallfont"> $vbphrase[forum_contains_new_posts]</span></td>
<td class="alt2" style="border-right:1px solid #bfbfbf; padding:5px 5px 5px 5px;"><img src="$stylevar[imgdir_statusicon]/forum_old.png" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="alt1" style="padding:0 5px 0 0;"><span class="smallfont"> $vbphrase[forum_contains_no_new_posts]</span></td>
<if condition="$vboptions['showlocks']">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.png" alt="$vbphrase[a_closed_forum]" border="0" /></td>
<td class="alt1"><span class="smallfont"> $vbphrase[forum_is_closed_for_posting]</span></td>
</if>
</tr>
</table>
</td></tr>
<tr>
<if condition="$show['quickchooser']">
<td width="250px" height="0px" style="padding-left:35px;">
<select name="styleid" onchange="switch_id(this, 'style')" style="width:120px;">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td>
<select name="langid" onchange="switch_id(this, 'lang')" style="width:120px;">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td align="center" width="270px" height="0px">
</td>
<td align="$stylevar[right]" width="270px" height="0px" style="padding-right:25px;">
<div class="smallfont" align="left">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice --><br />
<!-- Do not remove this copyright notice -->
<em>Design by:</em><strong><a href="http://edenwebs.com/">EdenWebs.com</a></strong>
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="left">
<!-- 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 class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a></if>
<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a></if> <br />
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a></if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a><br />
$template_hook[footer_links]
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></if>
</strong>
</div>
</td>
</tr>
</table>
<br />
</form>
$ad_location[ad_footer_end]
<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="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $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 -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
Help please.