vb.org Archive

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

detalhe 01-21-2009 01:33 PM

Marked as instaled and nominated :)

One question, where do I change the style of the text to bold? (black menu)

Thank you!

UKBusinessLive 01-21-2009 05:08 PM

Quote:

Originally Posted by Forum Lover (Post 1719701)
UKBL, can we put any dropdown there too? Tagged. :)

if you experiment with the CSS, But its not for that i'm afriad ;)

UKBusinessLive 01-21-2009 05:09 PM

Quote:

Originally Posted by doraj (Post 1720104)
Hello Uk,

congratulations for this Mod!

On my forum I use a double navbar and when I add your Men?, it hide my first part of navbar, the more high.
In fact, I have same navbar of your forum, how can I fix this little problem?

Thank you

Make sure your code is inserted at the very end of your header template ;)

UKBusinessLive 01-21-2009 05:22 PM

Quote:

Originally Posted by detalhe (Post 1720106)
Marked as instaled and nominated :)

One question, where do I change the style of the text to bold? (black menu)

Thank you!


Thanks detalhe :D

The weight of a font is how dark or light it appears. This also refers to the boldness of a font face, so this is what we need to add to the CSS

The most common font weight to use is "bold". This is a standard font weight determined by the user agent. It is the weight that is generally assigned when you use the <b> or the <strong> tags.

It's recommended that you use CSS and the font-weight property rather than the <b> tag:

example......

Code:

font-weight: bold;
What we nee to do is to add this request with the spans in the menu links, so change the links you want like this

before...

Code:

<li><a href="http://www.ukbusinesslive.co.uk/"><span>UK Business Live</span></a></li>
and in the first span tag add the fon-weight as above, so you'll end up with something like this...

Code:

<li><a href="http://www.ukbusinesslive.co.uk/"><span font-weight: bold;>UK Business Live</span></a></li>
That should make that tab's title bold :D

Hope you enjoyed the little lesson there, Thanks again ;)

Forum Lover 01-23-2009 03:16 AM

Quote:

Originally Posted by UKBusinessLive (Post 1720301)
if you experiment with the CSS, But its not for that i'm afriad ;)

Copy that chief, but I really need at least one drop down there. :( Any help? :)

UKBusinessLive 01-23-2009 04:59 AM

Quote:

Originally Posted by Forum Lover (Post 1721880)
Copy that chief, but I really need at least one drop down there. :( Any help? :)

I'd see if i can make a dropdown menu for you later tonight, it might be completely different, so i may have to release it as another hack complete with instructions, wait until i get back from work and i'll have a go doing it for you ;)

:D

gkaradagan 02-24-2009 10:29 AM

looks good i will use them

NetRover 02-24-2009 03:08 PM

Hi there, i just added this to a template and the tabs look well hot giving me not ajaxed tabbed forums very easily.

Is it possible to set them active per forums id?

UKBusinessLive 02-24-2009 04:11 PM

Quote:

Originally Posted by NetRover (Post 1753384)
Hi there, i just added this to a template and the tabs look well hot giving me not ajaxed tabbed forums very easily.

Is it possible to set them active per forums id?

If you can do it with an Url, then yes :D

citizenkane 02-25-2009 07:35 PM

thanksss


All times are GMT. The time now is 01:09 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.01233 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
  • (3)bbcode_code_printable
  • (6)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