vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   professional looking footer (https://vborg.vbsupport.ru/showthread.php?t=221052)

Aclikyano 08-16-2009 11:00 PM

professional looking footer
 
can some1 tell me why my professional looking footer code like cssstickyfooter will not have the categorys go across but they are going down stretching the page more
Code:

<!-- /content area table -->

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
<tr>
    <if condition="$show['quickchooser']">
        <td>
            <select name="styleid" onchange="switch_id(this, 'style')">
                <optgroup label="$vbphrase[quick_style_chooser]">
                    $quickchooserbits
                </optgroup>
            </select>
        </td>
    </if>
    <if condition="$show['languagechooser']">
        <td>
            <select name="langid" onchange="switch_id(this, 'lang')">
                <optgroup label="$vbphrase[quick_language_chooser]">
                    $languagechooserbits
                </optgroup>
            </select>
        </td>
    </if>
    <td width="100%">
        </td>
</tr>
</table>
</div>
<div id="footer-top">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div><!-- footer-top close -->
<div id="footer">
<div class="fcol fcol1">
<div class="fcol1-in">
<h4>Site Sections</h4>
<div class="lthds"><ul>
                    <li><a href="/forums/forumdisplay.php?f=3">Front Office</a></li>   
                    <li><a href="/forums/forumdisplay.php?f=8">Tha Lifestyle</a></li>   
                    <li><a href="/forums/forumdisplay.php?f=23">Sportz Bar</a></li>   
                    <li><a href="/forums/forumdisplay.php?f=32">Tha Crack Lab</a></li>   
                    <li><a href="/forums/forumdisplay.php?f=37">Tha Infamous Alley</a></li>   
                    <li><a href="/forums/forumdisplay.php?f=40">In My Own Mind</a></li>   
                    <li><a href="/forums/misc.php?do=donate"><font color="green"><b>DONATE!</b></font></a></li>   
                   
                </ul>
            </div>
</div>
</div>

<div class="fcol fcol3">
<div class="fcol3-in">

<p><br>$vbphrase[powered_by_vbulletin] $cronimage $vboptions[copyrighttext]</p>
</div>

</div>
<div class="fcol fcol2">
<form action="$vboptions[forumhome].php" method="get">
<div class="fcol2-in">
<h4>Site Navigation</h4>
<ul><if condition="$show['contactus']"><li><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> </li></if>
                <if condition="$vboptions['hometitle']"><li><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> </li></if>
                <if condition="$show['admincplink']"><li><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> </li></if>
                <if condition="$show['modcplink']"><li><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> </li></if>
                <if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php">$vbphrase[archive]</a> </li></if>
                <if condition="$vboptions[privacyurl]"><li><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> </li></if>
                <if condition="$vboptions[tosurl]"><li><a href="$vboptions[tosurl]">$vbphrase[terms_of_service]</a> </li></if>
                <li><a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a></li>
</ul>
</div>
</form>
</div>
</div><!-- footer close -->

$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>

--------------- Added [DATE]1250474192[/DATE] at [TIME]1250474192[/TIME] ---------------

it works on 1 skin but trying 2 take that code onto this other skin it does not work properly with the above code :\

Sycoloco1212 08-17-2009 04:54 AM

when i have problems like that i check over the code to see if im missing any </div> tags or </table> tags would solve the problem lolz =) but.. thats just me =P

Aclikyano 08-17-2009 11:09 AM

i know im not missing anything and i included the footer code above bro!
i said it works on 1 skin but not on another for some reason :\

metalguy639 08-18-2009 04:45 AM

Can you provide links to each skin? that may help in determining why its not working on one and working on the other.

Aclikyano 08-18-2009 10:29 PM

i jus really want a footer like http://forums.wtf.com/
has ALLLLLL the way @ the bottom
that alot of sites that are putting now
where it has site directory and all that
NEW TO WTF?

DO YOU NEED HELP?

SPONSORS

MISCELLANEOUS


metalguy639 08-19-2009 03:21 AM

Yeah I understood what you were saying but I need to see each skin link to see what the coding problem is or what it could be. Without links I cannot help you because I cannot diagnose what might be causing it.

blind-eddie 08-19-2009 06:13 AM

View their source code, it will show you how they wrote it.

Aclikyano 08-20-2009 11:50 PM

thanks but you need to read what i am writing...
I have the footer working on 1 skin but it does not work on another... :\

hazyeyes 09-04-2009 03:09 PM

Just go into the working template FOOTER and select ALL from that given skin.

It should work, but if it doesn't and you've edited that new skin where the footer code is not working then maybe somethings missing.

If this is the case. post your footer template codes from both skins for me to check out.

KiLLAxMAHN 12-09-2009 10:46 AM

I added this pro footer to my site too... www.Noobonic.com look at the bottom.

Just edit the links on this code and that's about it.

Code:

<!-- footer -->
                        </div>
                </div>
               
               
        </div>
        <div id="footer"><div class="footerWrap">
                <!-- <div class="finger"></div> -->
                <div class="footerLinks">
                <table align="center" border="0" cellpadding="0" cellspacing="0" width="900">
                        <tbody><tr>

<td class="smallfont" valign="top">
                                <a href="#top" onclick="self.scrollTo(0, 0); return false;" title="Return to Top"><img title="Top" src="http://forums.wtf.com/images/skins/v5/style/finger.png" alt="Top" border="0"></a>
                                </td>
                                <td class="smallfont" valign="top">
                                <h3>NEW TO WTF?</h3>
                                        <ul>
                                                <li><a href="http://forums.wtf.com/about/about-us/">About WTF.com</a></li>
                                                <li><a href="http://forums.wtf.com/about/site-testimonials/">Member Testimonials</a></li>

                                                <li><a rel="nofollow" href="http://forums.wtf.com/faq.php?faq=wtf_site#faq_wtf_rules">Review Our Site Rules</a></li>
                                                <li><a rel="nofollow" href="http://forums.wtf.com/faq.php?faq=wtf_site#faq_emailban">Why is my e-mail banned?</a></li>
                                                <li><a href="http://forums.wtf.com/about/staff-listing/">Meet Our Staff</a></li>       
                                        </ul>
                                </td>
                                <td class="smallfont" valign="top">
                                <h3>DO YOU NEED HELP?</h3>

                                        <ul>
                                                <li><a href="http://forums.wtf.com/faq/">Frequently Asked Questions</a></li>
                                                <li><a rel="nofollow" href="http://forums.wtf.com/forumdisplay.php?do=markread">Mark Forums Read</a></li>
                                                <li><a href="http://forums.wtf.com/about/sitemap/">General Site Map</a></li>
                                                <li><a rel="nofollow" href="http://forums.wtf.com/login.php?do=lostpw">Did you forget your password?</a></li>

                                                <li><a href="http://forums.wtf.com/register.php">Register FREE account!</a></li>

                                        </ul>
                                </td>
                                <td class="smallfont" valign="top">
                                <h3>SPONSORS</h3>
                                        <ul>
                                                <li><a onclick="pageTracker._trackPageview ('/outgoing/http_www_x_arcade_com_landingpage_shtml_kbid_1479');" href="http://www.x-arcade.com/landingpage.shtml?kbid=1479" target="_blank" rel="nofollow">Authentic Arcade Sticks</a></li>
                                                <li><a onclick="pageTracker._trackPageview ('/outgoing/http_www_eternianetworks_com');" rel="nofollow" href="http://www.eternianetworks.com" target="_blank">Eternia Hosting (Bargain!)</a></li>

                                                <li><a href="http://forums.wtf.com/sendemail/">Your Ad - Just $1/Day!</a></li>
                                                <li><a href="http://forums.wtf.com/sendemail/">Your Ad - Just $1/Day!</a></li>
                                                <li><a href="http://forums.wtf.com/sendemail/">Your Ad - Just $1/Day!</a></li>
                                        </ul>
                                </td>                               
                              <td class="smallfont" valign="top">
                                <h3>MISCELLANEOUS</h3>

                                        <ul>
                                                <li>Under Construction</li>
                                                <li>Under Construction</li>
                                                <li>Under Construction</li>
                                                <li>WTF?! on ...&nbsp;<a onclick="pageTracker._trackPageview ('/outgoing/http_www_myspace_com_wtfcom');" rel="nofollow" href="http://www.myspace.com/wtfcom" target="_blank"><img title="WTF on MySpace" src="http://forums.wtf.com/images/skins/v5/style/footer_myspace.png" alt="WTF on MySpace" class="inlineimg" border="0" height="15" width="15"></a>&nbsp;<img title="WTF on FaceBook (Coming Soon)" src="http://forums.wtf.com/images/skins/v5/style/footer_facebook.png" alt="WTF on FaceBook (Coming Soon)" class="inlineimg" border="0" height="15" width="15">&nbsp;<a onclick="pageTracker._trackPageview ('/outgoing/http_www_twitter_com_wtfcom');" rel="nofollow" href="http://www.twitter.com/wtfcom" target="_blank"><img title="WTF on Twitter" src="http://forums.wtf.com/images/skins/v5/style/footer_twitter.png" alt="WTF on Twitter" class="inlineimg" border="0" height="15" width="15"></a></li>
                                                <li><a onclick="pageTracker._trackPageview ('/outgoing/http_validator_w3_org_check_uri_referer');" rel="nofollow" href="http://validator.w3.org/check?uri=referer"><img title="XHTML Valid" src="http://forums.wtf.com/images/skins/v5/style/w3cxhtml.gif" class="inlineimg" alt="XHTML Valid" border="0" height="11" width="71"></a>&nbsp;<a onclick="pageTracker._trackPageview ('/outgoing/http_jigsaw_w3_org_css_validator_check_referer');" rel="nofollow" href="http://jigsaw.w3.org/css-validator/check/referer"><img title="CSS Valid" src="http://forums.wtf.com/images/skins/v5/style/w3ccss.gif" class="inlineimg" alt="CSS Valid" border="0" height="11" width="71"></a></li>
                                        </ul>

                                </td>
                        </tr>
                </tbody></table>
                </div>
        </div></div>
<table id="footerNav" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td width="100%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="900">
<tbody><tr>
<td align="left">
        <div id="footerNav"> <div class="globalWrap">

                </div>
        </div></div>
</td></tr></tbody></table></td></tr></tbody></table>
<!-- /footer -->



All times are GMT. The time now is 06:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01233 seconds
  • Memory Usage 1,815KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete