Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-16-2009, 11:00 PM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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 :\
Reply With Quote
  #2  
Old 08-17-2009, 04:54 AM
Sycoloco1212 Sycoloco1212 is offline
 
Join Date: Mar 2008
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #3  
Old 08-17-2009, 11:09 AM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 :\
Reply With Quote
  #4  
Old 08-18-2009, 04:45 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you provide links to each skin? that may help in determining why its not working on one and working on the other.
Reply With Quote
  #5  
Old 08-18-2009, 10:29 PM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

  • Under Construction
  • Under Construction
  • Under Construction
  • WTF?! on ...
Reply With Quote
  #6  
Old 08-19-2009, 03:21 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 08-19-2009, 06:13 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

View their source code, it will show you how they wrote it.
Reply With Quote
  #8  
Old 08-20-2009, 11:50 PM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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... :\
Reply With Quote
  #9  
Old 09-04-2009, 03:09 PM
hazyeyes hazyeyes is offline
 
Join Date: Jul 2007
Location: Derby
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #10  
Old 12-09-2009, 10:46 AM
KiLLAxMAHN's Avatar
KiLLAxMAHN KiLLAxMAHN is offline
 
Join Date: Aug 2008
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:47 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.04203 seconds
  • Memory Usage 2,280KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete