vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - User Links in Navbar for vB 4 (https://vborg.vbsupport.ru/showthread.php?t=260260)

UncoderMom 03-13-2011 03:06 PM

Oooh did I tell you already to add subscribed threads to it?

PLEASE add subscribed threads!

UncoderMom 03-13-2011 03:08 PM

Under the posts section would be nice.

Mikevet1984 03-13-2011 03:15 PM

Boofo I need help to change the font color and backround color of the categories of (statistics,miscellaneous,posts) so as to suit better the colors of each of my installed skins. I would also like to make these three phrases bold so as to make the difference from the link where the font is normal. How could I do that? Is it possible?

Am I also wondering if (in future updates of course) you could add the possibility to admins after widing a little the space of each link, to add html script of a tiny image ie 10 px to make the mod look more impressive to users eyes.

Boofo 03-13-2011 10:53 PM

Quote:

Originally Posted by UncoderMom (Post 2172877)
Oooh did I tell you already to add subscribed threads to it?

PLEASE add subscribed threads!

I had that added at one time but decided to take it out since Subscribed Threads is already there under the Quick Links menu.

Boofo 03-13-2011 11:05 PM

Quote:

Originally Posted by Mikevet1984 (Post 2172881)
Boofo I need help to change the font color and backround color of the categories of (statistics,miscellaneous,posts) so as to suit better the colors of each of my installed skins. I would also like to make these three phrases bold so as to make the difference from the link where the font is normal. How could I do that? Is it possible?

Am I also wondering if (in future updates of course) you could add the possibility to admins after widing a little the space of each link, to add html script of a tiny image ie 10 px to make the mod look more impressive to users eyes.

The code you added to the additonal.css is what you need to edit for what you want. That handles the sub-head lines.

As far as adding an image, I had thought about that, but as you can see from a few users in this thread, they are already having issues with spacing in the menu due to screen size on their end. I will look into it further and see what I can figure out with, though.

Boofo 03-13-2011 11:46 PM

1 Attachment(s)
Mike, is the pic below something like what you were looking to do?

Mikevet1984 03-14-2011 12:39 AM

Yup, plus the images before the text of the url. In the admin defined url it's easy as the only thing you have to do is paste html script of the image before the title. But in the other links of your mod needs template edit but I am not such an expert to do it.

The answer in your question in yes...

Boofo 03-14-2011 12:45 AM

As far as the images go, that is a slippery slope. How do you know what image to have for what link? Also, all you would need is one admin trying to like to an over-sized image to blow it all apart.

As for as the background color of the sub-head line, try replacing the additional.css code with this:

Code:

li.menuname {
        font-size: {vb:stylevar small_fontSize};
        font-weight: bold;
        padding: 2px 0px 2px {vb:math {vb:stylevar padding}/2};
        border: 0;
        background: {vb:stylevar navbar_background};
        text-decoration: none;
        text-align: {vb:stylevar left};
        color: {vb:stylevar boofo_userlinks_color};
}


Boofo 03-14-2011 12:55 AM

Actually, Mike, now that I have looked into it, it wouldn't be that hard to make another setting for the icon images. BUT... unless they used icons for ALL of the additional links, it would look really out of place with links staggered. Do you have an idea for a standard image that could be added before all of the additional links?

Mikevet1984 03-14-2011 01:20 AM

Quote:

As far as the images go, that is a slippery slope. How do you know what image to have for what link? Also, all you would need is one admin trying to like to an over-sized image to blow it all apart.
You do not know....you choose. Icons are millions found through websearching.

An image of avout 15-px worked perfect to me. It suits the mod, taking into account the current dimensions of the links backround.


All times are GMT. The time now is 03:28 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.01186 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)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