vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - [AJAX] SmnLikQuick v2.0 - Advanced Announcements Block (https://vborg.vbsupport.ru/showthread.php?t=172773)

bobster65 12-29-2009 02:22 PM

Quote:

Originally Posted by powerful_rogue (Post 1941430)
Hi Bobster,

Any idea on how to change the colour of the unselected tab name? It blends in too much and you cant read the tab title until its selected.

Ive tried playing around with the css, but cant seem to locate the correct setting.

Without seeing your CSS file, I am going to suggest that you try adding a color element to either the .indentmenu class or the .indentmenu class

so if you are using the default CSS file that Bree provided, it would look like this..

Code:

.indentmenu{
font: bold 13px Arial;
width: 100%;
}

change to

Code:

.indentmenu{
color: #000000;
font: bold 13px Arial;
width: 100%;
}

OR

Code:

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 6px;
background: #869BBF url(/images/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */
}

change to

Code:

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 6px;
color: #000000;
background: #869BBF url(/images/gradients/gradient_tcat.gif) repeat-x top left; /* EDIT PATCH/GRAPHIC */
}


MalluParadise 03-17-2010 02:22 PM

did this mod work in Vb-4 ?

MalluParadise 02-18-2011 04:17 AM

I got
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: smnlikquick_bit in [path]/includes/functions.php on line 4007

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 20

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: smnlikquick in [path]/includes/functions.php on line 4007 for VB-4

bobster65 02-18-2011 06:34 PM

Quote:

Originally Posted by MalluParadise (Post 2005557)
did this mod work in Vb-4 ?

No and I am not sure if Bree wants to update it to work with vB4 or not. Its her MOD, not mine or KK's ..

Sworm 03-19-2011 04:28 PM

............

Sworm 05-05-2011 06:51 PM

I have always loved this hack, but should be really great to edit the css to have that small white gap , that exist in the default navbar gradient tab....
Attachment 128832

The first red is of SmnLikQuick, the second red is the default.....

AnyBody know what must i do to have the same great gap in this great hack too?

Thanks in advance

############Edit############

I have edited the smnlikquick tpl , the results seems pretty, but the ground is white , not grey like vb default.....
Attachment 128833

Not there's a way to show grey the smnlikquick border too?

################Edit##################

Doned :up:
Attachment 128837

PS
But this hack is related to the calendar?
When i try to add a new calendar event , the default event title is the same title of the last smnlikquick tab....


All times are GMT. The time now is 12:16 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.01633 seconds
  • Memory Usage 1,733KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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