The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Footer Rework Details »» | |||||||||||||||||||||||||||||
We have actually had a number of small forum display enhancements and mini mods coded for us last year. This is One of them. I thought I'd have them released to the Community and have marked the code re-useable since as its not sure how much support can be provided, so feel free to use it as you like and improve it.
What does this do? Advanced Footer Rework is a Simple Mod that changes your forums footer and adds 3 small blocks to look more like this. DEMO Installation is very easy, and this should work with most versions of vBulletin 4.x. You simply replace the footer with the one below, add the bit of .css to your additional css and simply upload the 2 images inside the images.zip. Although its IMPORTANT and I do suggest you always backup before making any modifications. Please read all steps carefully. To Install 1. Add this bit of code to your additional.css located Style Manager > CSS Templates > additional.css Code:
/* Begin custom footer rework*/ .tgfooter { background:#dbe2ea; font:normal 11px Arial, Helvetica, sans-serif; color:#323232; } .tgfooter1 { height:41px; font:normal 11px Arial, Helvetica, sans-serif; color:#323232; line-height:35px; padding:0 17px; } .tgftime { float:left; } .tgflinks { margin:0; padding:0; list-style:none; float:right; } .tgflinks li { float:left; margin-left:12px; display:inline; } .tgfooter1 a { color:#182433; text-decoration:none; } .tgfooter1 a:hover { color:#417394; text-decoration:none; } .tgfooter2 { background:url(images/f2.png) repeat-x left top; height:241px; } .tgfooter2-in { background:url() no-repeat left top; height:241px; } .tgfooter2-in2 { background:url() no-repeat right top; height:223px; padding:18px 38px 0 23px; } .tgfooter2 a { color:#323232; text-decoration:none; } .tgfooter2 a:hover { color:#417394; text-decoration:none; } .tgfwl { float:left; width:236px; } .tgfwl h4, .tgfwm h4 { margin:0; padding:0 15px; background:url(images/header_footerBG.png) no-repeat left top; height:28px; font:normal 13px Arial, Helvetica, sans-serif; color:#fff; line-height:28px; } .tgfwl ul { margin:0; padding:5px 2px 0 15px; list-style:none; } .tgfwl ul li { font:normal 11px Arial, Helvetica, sans-serif; color:#323232; line-height:100%; padding:9px 0; background:url(images/dotted.png) repeat-x left bottom; } .tgfwl ul li a { color:#323232; text-decoration:none; } .tgfwr { float:right; width:262px; } .tgfwr2 { padding-left:68px; padding-top:10px; color:#010000; } .tgfwr2 div select { margin-top:5px; width:170px; } .tgfwr2 a { color:#010000; text-decoration:none; } .tgfwr2 a:hover { color:#417394; text-decoration:none; } .tgfwm { width:236px; padding-right:26px; margin:0 auto; } .tgfwm p { font:normal 11px Arial, Helvetica, sans-serif; color:#323232; padding:10px 0 10px 15px; } .ttgfooter3 { padding:20px 17px; font:normal 11px Arial, Helvetica, sans-serif; color:#323232; text-align:center; } /* End custom footer rework*/ 2. Replace your footer template with the one below, Remember to later edit the links, description and or image paths to suite your liking and point to your own forums 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="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 class="tgfwm"> <h4>About TomorrowsGaming.Com</h4> <p>TomorrowsGaming is a Bangladeshi Gaming, Computer & Technology Community; Uniting the Gamers and Computer Enthusiasts of Bangladesh Since 2005. We sponsored the Champions of the 2008 World Cyber Games Bangladesh (WCGBD), and occasionally hold tournaments and contests. You can Join various hardware, games and technology related discussions in our community and get your queries answered. We have a friendly user base offering a variety of advice and tech support as well as frequent news and reviews of hardware and games.</p> </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 mod is free, You dont require to put any link backs or copyright or anything to our forum, you are welcome to use it as you like. Please Remember to Tag it for later, or if you install it then please do Mark As Installed Mod Version and Updates Version 1.01 April 27 2012 - First version, Tested on vBulletin 4.1.1 and Released Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
final kaoss |
Comments |
#12
|
||||
|
||||
Why? i dont understand whats the problem? very little info..but have you refreshed your cache and saved the templates properly?
|
#13
|
|||
|
|||
Hi Rocketeer..
I basically, added the code. However, cannot see any change to my footer.. Did I install it incorrectly? |
#14
|
||||
|
||||
Quote:
maybe you installed it wrong? because everyone else got it working.. you should reinstall. make sure you got the right template, go to additional.css then copy paste the #1. code. then save and find the template named footer and replace it with the #2. code. then upload the images. simple.. |
#15
|
|||
|
|||
Say I want to remove the logo completely and make 4 columns of links, boxed in with an outline/header, and centered? Any help? I tried to swap the coding around, but I honestly don't know what I'm doing. I'd appreciate it a lot if you put something like this together for me
|
#16
|
||||
|
||||
Quote:
|
#17
|
|||
|
|||
I did, but they were all right next to each other. I'm not sure how to space them so they are evenly spaced across the footer.
|
#18
|
|||
|
|||
After adding this all my footer links disappeared. Do you know how to fix this? And how to change the background color to black and font color to grey (like I have had before)?
Thanks for this footer rework. Great idea! Its my old footer template: 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"> <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> </div> <!-- closing div for body_wrapper --> <div class="below_body"> {vb:raw ad_location.ad_footer_end} <vb:if condition="$vboptions['enablefacebookconnect']"> {vb:raw facebook_footer} </vb:if> </div> <!-- Custom Content Wrap --> </div> </div> <div id="footerBar"> <div class="skinSelect"> <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> </div> <a href="#header" class="backTop">Back to top</a> </div> <div class="footerNav"><div class="footerNavWrap"> <ul> <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> </div></div> <div id="footerMain"> <div class="copyright"> <div> <!-- Do not remove this copyright notice --> {vb:rawphrase powered_by_vbulletin} <!-- Do not remove this copyright notice --> </div> <div> <!-- 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} </div> <div>{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div> <div>Original Skins shared by crackiss</div> </div> <div class="footerLogo"> <a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="{vb:stylevar imgdir_themedir}/footerLogo.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a> </div> <div style="clear:both;"></div> </div> </div> <!-- Custom Content Wrap End --> |
#19
|
||||
|
||||
Quote:
|
#20
|
|||
|
|||
Theres no image attached to this post - https://vborg.vbsupport.ru/showpost....96&postcount=9
I dont know, if I can post link to my forum, but - wrestlingforum.pl On the basic style is my original footer. Your footer rework is in Pro fluid style. Yes, I'm using custom style. What I should do now? |
#21
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|