vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Awesome footer with Social Icons. (https://vborg.vbsupport.ru/showthread.php?t=286140)

soaringpine 08-19-2012 02:00 AM

Love this mod but how can I get everything to center properly on full width layout? HEre is my site - http://bit.ly/PwfViE

Thanks for the help.

KrU$ty 08-19-2012 05:30 AM

How do I get rid of the bullet points so they are just plain links? I tried "list-style: none;" but it didn't work.

Phil K?vin 08-19-2012 07:01 PM

1 Attachment(s)
Is this possible?

ChiNa 08-19-2012 07:11 PM

Can this be made to vB 3.8?

I would appreciated,, thank you in advance,, Waiting for a reply!

Gemma 08-19-2012 08:06 PM

Quote:

Originally Posted by KrU$ty (Post 2358084)
How do I get rid of the bullet points so they are just plain links? I tried "list-style: none;" but it didn't work.

Replace the links code like this, find (from example in OP)
Code:

<li><a href="http://www.eminem.com/">Official Eminem Site</a></li>
Change it to this
Code:

<a href="http://www.eminem.com/">Official Eminem Site</a><br/>
Basically, remove the <li> and replace the </li> with <br/> in each link

socialteenz 08-22-2012 06:36 PM

Quote:

Originally Posted by pнιl ĸ?vιn (Post 2358238)
Is this possible?

Yes, that's what i have posted.

No edits.

socialteenz 08-22-2012 07:16 PM

Quote:

Originally Posted by ChiNa-Man (Post 2358239)
Can this be made to vB 3.8?

I would appreciated,, thank you in advance,, Waiting for a reply!


Here you go.

https://vborg.vbsupport.ru/showthread.php?t=286954

Disco_Dave 08-23-2012 09:23 AM

Great mod! Still playing on a test site, how do I make the copyright text to show in a certain colour, any help would be great.

Dave

socialteenz 08-23-2012 07:22 PM

Quote:

Originally Posted by tricksodave (Post 2359281)
Great mod! Still playing on a test site, how do I make the copyright text to show in a certain colour, any help would be great.

Dave


Thanks.

To change the color of the copyright text.

Go to Admin CP->>>Your Style>>>Style Variable Editor

Find: footer_copyright_color

Change it accordingly.

To change the time color,

Find: footer_time_color

Don't forget to mark this as installed for further support.

Cheers.

Disco_Dave 08-27-2012 07:13 AM

1 Attachment(s)
I'm going to half to uninstall this it's messing with some of our custom styles, it removes this logo when installed?

marked with a black circle.

Dave

socialteenz 08-27-2012 10:38 AM

Quote:

Originally Posted by tricksodave (Post 2360371)
I'm going to half to uninstall this it's messing with some of our custom styles, it removes this logo when installed?

marked with a black circle.

Dave


Not sure, how does it have conflict with that template?


If yes, please go and un-install it.

tarzan22 09-02-2012 06:15 PM

Hello

Why social icons redirect the same forum?

http://www.foroxd.com/foro/

regards

Gemma 09-02-2012 06:29 PM

Quote:

Originally Posted by tarzan22 (Post 2362047)
Hello

Why social icons redirect the same forum?

http://www.foroxd.com/foro/

regards

You need to replace the # in the code below with your url of your social media

Code:

<div class="col4 fallowus">
          <h3>Follow us on</h3>
           
          <p>
              <a href="#" target="_blank"><img width="28" height="28" border="0" alt="Twitter" src="social/social_twitter.png"></a>
              <a href="#" target="_blank"><img width="28" height="28" border="0" alt="Facebook" src="social/social_fb.png"></a>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="youtube" src="social/youtube.png"></a>
            <a href="#" target="_blank"><img width="28" height="28" border="0" alt="Flickr" src="social/social_flickr.png"></a>
            <a href="#" target="_blank"><img width="28" height="28" border="0" alt="DavianArt" src="social/social_da.png"></a>
            <a href="#" target="_blank"><img width="28" height="28" border="0" alt="Dribbble" src="social/social_dribbble.png"></a>           
<a href="#"><img width="28" height="28" border="0" alt="RSS Feed" src="social/icon_rss.png"></a></p>


tarzan22 09-02-2012 06:40 PM

Gemma Very good, excellent.

thanks

stoute 09-02-2012 06:53 PM

How would one center all the columns?

so on wide screen monitors it will show as centered.

EasyEazy 09-03-2012 08:03 AM

Many thanks for this great mod. Very handy addition. Keep up the good work

ndut 09-04-2012 01:28 AM

NICE... i like it

socialteenz 09-04-2012 07:27 AM

Quote:

Originally Posted by tarzan22 (Post 2362051)
Gemma Very good, excellent.

thanks

Please mark this as installed if you are using this.

socialteenz 09-04-2012 07:28 AM

Quote:

Originally Posted by ndut (Post 2362408)
NICE... i like it

Please mark this as installed if you are using this.

socialteenz 09-04-2012 07:35 AM

Quote:

Originally Posted by stoute (Post 2362054)
How would one center all the columns?

so on wide screen monitors it will show as centered.


Actually, depending on your screen resolution it will change.

So, you need to play with this..

.col4 {
float: left;
margin-left: 56px;
width: Adjust the width to your needs;
}

togotutor 09-06-2012 04:13 PM

Nice one, I will give it a try..

GameOverViper 09-11-2012 01:16 AM

How would I go about adding an image in the background of the whole footer behind everything?

inigo 09-14-2012 05:36 AM

Nice mod, thanks.

I want to do a suggestion to improve this mod.

I would like to integrate the lowest vbulletin bar (where is the language select, style select, and privacy policies contact,... ) into this personalized footer, so this mod replace completely the vbulletin footer.

for example in the first column instead of the description of the forum, insert this links in a column.

Thanks!

socialteenz 09-22-2012 08:01 PM

Quote:

Originally Posted by GameOverViper (Post 2364495)
How would I go about adding an image in the background of the whole footer behind everything?


Mark as installed for further support.

socialteenz 09-22-2012 08:02 PM

Quote:

Originally Posted by inigo (Post 2365296)
Nice mod, thanks.

I want to do a suggestion to improve this mod.

I would like to integrate the lowest vbulletin bar (where is the language select, style select, and privacy policies contact,... ) into this personalized footer, so this mod replace completely the vbulletin footer.

for example in the first column instead of the description of the forum, insert this links in a column.

Thanks!

Thanks for your suggestion, i will give it a try n post here..

advancedgamerz 09-30-2012 01:43 AM

im not very good at editing templates but this worked out good. thank you.

socialteenz 09-30-2012 02:03 AM

Quote:

Originally Posted by advancedgamerz (Post 2369674)
im not very good at editing templates but this worked out good. thank you.

Wow, that's great to hear.


Do, mark this as installed.

nezr 09-30-2012 10:01 AM

I would like to add an image background for the whole footer. Do i change the below?


Code:

footer1 {
    margin-top: -13px;
    background: url("imagepath/image.png");
    min-height: 140px;
    padding: 45px 0 35px;
    border-radius: 5px 5px 5px 5px;
}


UK CHI3F 10-01-2012 08:11 AM

Thanks great mod makes VB look much more professional and gives better options to make good use of footers. Here are my results
Marked as installed

http://www.xboxplayers.co.uk/site/images/footer.gif

Papa Bear 10-03-2012 12:52 AM

Installed very nice..thanks..:up:

CAG CheechDogg 10-03-2012 12:53 AM

I have to agree , it is a very cool mod that adds a little something to your site. Well made.

ewebdesigner 10-03-2012 04:14 PM

For some reason when I installed this hack the footer looked much different. I am pretty savy with html and a little other code but this could not work right. My vb credits remained the same. See my forum footer: http://www.affcrusher.com/forum

GhostHunter2010 10-04-2012 09:22 AM

nothin special lol i tested an looks horrible

UK CHI3F 10-06-2012 07:31 PM

I see someone else asked about centering all the columns to the screen, i don't want to do it to my screen as others would look wrong so changing the pixels from the left dosent cut it for me.

Has anyone got another solution for this? It must be possible surely to make the fluid look good

ShawneyJ 10-11-2012 12:37 AM

About to install a test VB4 site to support my VB4 mods, i will be testing this out thank you ;)

Bluefin221 10-11-2012 05:48 PM

I added an image to the bottom which appears to slightly overlap unsure how to get rid of the overlapping, anyone any ideas?

https://vborg.vbsupport.ru/

inigo 10-15-2012 05:06 PM

Quote:

Originally Posted by socialteenz (Post 2367743)
Thanks for your suggestion, i will give it a try n post here..

Any update in integrating the default vbulletin footer bar links in one of your footer columns?

Thanks!

Vick98 10-17-2012 11:04 AM

Excellent mod that makes your forum look professional.

Check out the footer: http://www.soullessknights.com

socialteenz 11-20-2012 06:05 PM

Those of you who are trying to center this in your forum, add this to your additional.css

Code:


.footer1 .container {
    width: 1090px;
    margin: auto;
}


socialteenz 11-20-2012 06:22 PM

Quote:

Originally Posted by inigo (Post 2373205)
Any update in integrating the default vbulletin footer bar links in one of your footer columns?

Thanks!


I tried & i messed it all up. Also, i didn't spend much time with it. I don't think many people would prefer it. You can use the same color for footer background & column background to make it look alike.. [I mean footer bar & my column background]


All times are GMT. The time now is 11:13 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
  • Page Generation 0.01698 seconds
  • Memory Usage 1,827KB
  • 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
  • (5)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete