vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Forum Home Enhancements - UKBL- Easy Menu Tabs (https://vborg.vbsupport.ru/showthread.php?t=200686)

Gamelobby 01-07-2009 05:18 AM

Quote:

Originally Posted by UKBusinessLive (Post 1703358)
If you've uploaded your tabs to your site and are happy with them and want to show off :rolleyes: PM me with a link to your site and i'll add it to the Live Demo List to show other members what can be acheived.

Thanks Guys :)

Feel free..!!

You already have it in a PM and in my sig, but.. Gamelobby.com ;)

UKBusinessLive 01-07-2009 05:20 AM

Quote:

Originally Posted by Gamelobby (Post 1703904)
Feel free..!!

You already have it in a PM and in my sig, but.. Gamelobby.com ;)

Thanks Buddy :D

wmlvb 01-09-2009 07:22 PM

Hey,

I appreciate you creating this so us newbies and see how and where to do this. I have been trying to fix tabs I already have that are messed up this helps point me in right direction.

UKBusinessLive 01-09-2009 07:27 PM

Thanks wmlvb

Its quite an easy system compared to a lot of others, Theres minimum Edits and since its pretty simple its a lot easier to explain.

Hope you enjoy it :D

UKBusinessLive 01-17-2009 09:13 PM

Changing individual Tab Font Colors

You can add some html markup between the <span> where the tab name is

Just change the first <Span> Value to

Code:

<span style="color:Green">
So your Menu Line would look something like this

Code:

<li><a href="http://www.ukbusinesslive.co.uk/topsite/"><span style="color:Green">Forums Topsite</span></a></li>
https://vborg.vbsupport.ru/external/2009/01/38.png

Hope that helps, just change the color Green, for a color of your choice

You could use a tab with a different color text to point to your Paypal Account and call it donations :confused: Worth a try ;)

:D

Super Jinni 01-18-2009 06:23 AM

Hi man,
this is really cool

I have a request though

if you can make the current page's tab be in another color just like when hover it, it will be great.
just like vbulletin.org here.
you can see it yourself

the tabs change when you move through them according to the current one.

it might be a condition or something to set different color to the current page's tab.

hope you got what I mean.

thanks for your great work :)

UKBusinessLive 01-18-2009 07:47 AM

You need to add a span attribute to the CSS

https://vborg.vbsupport.ru/external/2009/01/37.png

Dependant on what tab design you are using, find the following in the code

Code:

  #tabs1 a:hover {
      background-position:0% -42px;
      }

and change it to this

Code:

#tabs1 a:hover span {
      color:#000000;
      background-position:0% -42px;
      }

Where #000000 (hex Code for Black) is the new color that you want, so now you should have the tabs show up as normal and when you hover the cursor over them with the above hex code the text will be BLACK

Just change this color hex to whatever hex color you want

Enjoy

:D

Super Jinni 01-18-2009 10:22 AM

OK, need to give that a shot.

I'm going to try that after taking some sleep cause I didn't sleep for more than 30 hours and now I'm seeing my computer two. :D

thanks man for your reply :)

UKBusinessLive 01-18-2009 04:21 PM

Quote:

Originally Posted by Super Jinni (Post 1716680)
OK, need to give that a shot.

I'm going to try that after taking some sleep cause I didn't sleep for more than 30 hours and now I'm seeing my computer two. :D

thanks man for your reply :)

let us know how you got on :D

brvheart 01-19-2009 12:40 AM

I have a question and a comment -

Comment first - thank you!! This is easy and works great!

Question - I did not want this in the header, so I put it in forumhome just above the main forums (placed below the <!-- main -->). This worked great, until I viewed it in safari - when I look at it in firefox - no problem, IE - no problems, Safari - throws the rest of the main table to the right - do you know how I would fix that?


All times are GMT. The time now is 06:07 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.01829 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete