![]() |
Advanced Footer Rework
1 Attachment(s)
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. https://vborg.vbsupport.ru/attachmen...1&d=1335512282 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*/ 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'])"> 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 :o Mod Version and Updates Version 1.01 April 27 2012 - First version, Tested on vBulletin 4.1.1 and Released |
It might be nice to have a text file included in the zip with the instructions and code for the footer. ;)
|
Great idea to release this one thank you!
|
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? |
Quote:
try this..maybe it will work.. :up: Code:
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> |
Wow, I like how this footer looks.
|
Hi Rocketeers:
I installed it and it works with vB pages, not with the customer pages. Do you know how to fix it for customer pages? Overall, it looks great on my vB pages, just exactly you have it on your vB pages. Installed, voted and nominated. Victor:up: |
@ victorvu, I am sorry victor, but I think Custom(?) Pages have a separate footer, so you might have to manually figure that out how to enter in there or call the footer. it works everywhere in our forum granted we dont really have any custom pages :p
|
1 Attachment(s)
Quick Update: Guys I forgot to include this for you
I will will update the package later. please also download this dotted.png image attached to this post and upload it to the images folder, it will add the dotted lines effect :up: |
Hi I inputted the code as stated, and images. However, I cannot see any difference..
Can someone please help? Thanks in advance... |
Quote:
|
Hi Rocketeer..
I basically, added the code. However, cannot see any change to my footer.. Did I install it incorrectly? |
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.. :) |
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 :)
|
Quote:
|
Quote:
|
1 Attachment(s)
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'])"> |
Quote:
|
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? |
Quote:
|
I have posted my footer template before:
Code:
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> Thanks for support. :) |
Hey, Okay try this :) I think it should work and place it above the Back to Top and Style Changer box
Code:
<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> But if that doesn't work or look the way you wanted it to look And for those of you who have a custom style and want to add this code to your custom style, here is the code itself. Test the below code by adding it somewhere in your custom footer template. for example I wanted to add this above the style changer <vb:if condition="$show['quickchooser']"> so I added it above Code:
<div id="footerBar"> And when you add this to your custom footer make sure that you add this when a tag </ and block of code ends and another begins, so thats where for example the final </div> has been placed and a new <div begins Again, Here is the code, just play around with it and you will get a hang of it :) Code:
<!-- TomorrowsGaming Custom Footer Rework Begin --> |
1 Attachment(s)
Thank you very much for this post. Like you said, I have played a little bit with the codes and now it looks really cool! But I still have one problem with it - the background color. I cant change it to the old, black one. I found the code for my footer bg in additional.css:
Code:
#footerMain { Thanks! |
I think its conflicting with your footermain background .css. play around with the additional.css background and you should be able to figure it out :) maybe try placing it between <div id="footerMain"> and <div class="copyright"> in the footer ?
|
Have you put together a code yet to make 2 link menus and 1 About section?
|
Just tested for it working in 4.2 in case anyone wondered and yes A1 thanks
|
also works with 4.2 p2
|
Hello mate as i was searching for a footer modification and came across with yours. i liked your stuff and also installed it done all the edits but in the code which you have pasted here have two image files (f2.png) and (dotted.png) which are getting loaded from images directory but you haven't attached any files nor any type of such files are in this directory by default .. due to this my site takes too much time to load...when i checked its page load its getting stuck on my domain.com/images/f2.png and domain.com/images/dotted.png can you please assist whats the matter and how can i resolve that waiting for your response
|
I know this guy ain't been around for awhile but I'm hoping someone can tell me how I can close up the spacing between the three areas of this footer. Or in other words, widen each of the three areas/columns.
|
1 Attachment(s)
I am using this on my site and have made changes to reflect my sites info. Looks nice I really like it.
The only thing I would like to do is add social icons to it. I have marked the area on the attachment image in red where I want to place the icons. But, I simply don't have the code skills to do such. I've played around with it and tried several different ways to no avail :( Thank goodness for keeping back ups :) Would anyone like to assist me with this not only for my sake but to release as an update to the original? I really like this footer and with the addition of social icons I think a lot more folks will use it. |
I would like to use this Footer Rework on my custom style, but it wont work without some heavy modifications to the CSS, and maybe to the code itself. Thats the downside of having a completely custom style.
Thank you anyway though! My forum: https://thetechgenius.net |
Quote:
|
All times are GMT. The time now is 12:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|