![]() |
Quote:
Please post the exact color codes or code color that U want 2 match... Blue color codes...>>> #3333FF, #3333CC, #0000FF, #0000CC or check code of your style and post info... I will create and upload;) |
Wow!! That's awesome!
Color codes of my forum: .tborder: #0B198C .alt2: #E1E4F2 .tcat: #869BBF I am using this style: forumhome colors navbar colors |
Quote:
If those don't do the trick, I shall create another group 2 try out... Good Luck;) |
Please create another group to try out. I'd really like rounded edged buttons, like the ones I posted. Did you use the colors I listed above in Tab set 10? If so, then I have made a mistake with the bright blue color. This should be the dark blue background color of tcat.
|
Hi, i have tabs j how do i add #003366 as the background colour
Thanks Peter |
I would like the tabs to list my forum categories where, by clicking on a category tab, the browser will remain on the same page but scroll down to that category. In the Forum Manager I can rename the category to:
<a name="anchor">Category Name</a>and then define the tab link as <a href="#anchor"><span>Category Name</span></a>However, when I click on the Category Name, it no longer displays a new page showing only forums in that category. I think I'm nesting a named anchor link inside of the category link which overrides the category link. Does anyone know how to get around this? Or what template is adding the link for the category. --Robert |
Quote:
Rickyreter changing background is easy bud, look in yo css area of the TAB, then look 4 bkgrd area's listed in several locations... Example below...>>> HTML Code:
body {font-family:jokerman, frosty, helvetica, sans-serif; font-size:84%; color:#000; padding:0; border:1; margin:0; background:#fff url(../forums/images/yo.pic.here.gif) repeat-x 0 10px; text-align:center;} Good Luck;) |
Quote:
|
I really like set 13 a lot. Could you make the colors match vb's standard skin? See: http://www.vbulletin.com/forum/ for the standard skin.
|
Quote:
Good Luck:eek: |
What was today's update?
|
ty 4 this really cool work. i love it!!
a little issue with my install. everything seems to work good even if a html error is there using IE7(*) this error comes as soon as mouse over on a tabbar button. In this example tabbars is installed by default (as shipped) just translated tabs label (the same issue happen regardless where $tabbars is placed) any idea? ty so much ciao edit : (*) issue is not there using FF |
Quote:
Im not using IE7 so I cant replicate your issue, so let me check around and C if theres a patch 4 CSS using IE7... Also what language is that? Can U give the english version? If U want 2 align your tabs down lower use the padding area of your CSS code {{{<ul> or <li> }}} I will post l8ter about this... Good Luck:) |
How can i change the white font of the tab letters??
|
Quote:
the language is italian. here I translate what the code error say : Line: 193 character: 1 Error: Aspected as an Object Code: 0 URL : my URL ty for alignment hint. The above picture was just a test. I will try to play with it on this weekend ; take care ciao |
Quote:
HTML Code:
font: bold 14px Verdana, Arial, Helvetica, sans-serif; HTML Code:
h2 { Most of the Demo Tabs in package are CSS1 tabs so it should be a breeze editing this... If U dont use any font code in css area of Tabs then vBull will use its default style... U can goto Admincp Css area and hardcode font info there if U like... Good Luck:) |
Quote:
|
Quote:
If I have the time I will update this again with better functionality... I will also create more custom tabs 2 match most forums with special effects, l8ter...:) |
can we use this to do the "quick links" ?
in otherwords, the drop downs ? Thanks |
Quote:
sorry but been gone 4 a bit,,, {Quick Links}??? Anywhere theres a table or tbody coded in your template, this mod should work ok... Where in quick links? Places that I have verified this works...>>> Forumhome areas **************
Gallery areas **********
I hope this helps:) |
Quote:
Silvio I did some research and found that MS is still up 2 there old tricks when it comes 2 supporting new standards... It seems that IE7 when released never had full CSS2, 2.1 or 3 support intergrated... Web developers have come up with some workarounds 4 this... Here are some links that my help U... ******************************* http://dean.edwards.name/IE7/ http://dean.edwards.name/weblog/2005/03/the-reason/ http://positioniseverything.net/explorer.html http://www.csskarma.com/articles/css21.php If I had IE7 installed it would help me better, Looks like Vista is on the menu...:eek: |
Hi.Can you point out where do we insert our quicklinks/nav_popout codes?
|
Quote:
Adam21 presently tabs menu bars are only coded 2 work with one link, I haven't had extra time 4 coding recently because Im in and out of town alot this season. This mod has a tutorial that should have most of your answers there... |
Quote:
Ok,thanks for the hack! :) |
Hi,
Great mod and works brilliantly on the site - except for one place. It works fine in vBadvanced but not in the vBadvanced Links directory. I have placed the $tabbars into the header in ca_evo template so it really should show I guess - so must be a path problem ?? Where would I find this ?? Help :D |
Quote:
Ok, I dont use VBA on most forums I work on, but because alot of folks asking about VBA Im planning on coverting some over 2 this... There is another Hack by bobster65 that my help U with VBA... I intend on adding more updates 2 this Mod in the future, but at this time my job is demanding 2 much of my time... Your Question? VBA links, is that a pay service or free? After I do some testing on VBA I will do a update by the end of the month... Good Luck |
hi, installed..
one problem, theirs a line comming off the right and left side, im using the Css5 one. see here: http://puregraffiti.com/graffiti-space/index.php how do i remove the extra lines from the sides? and also, if i want to change the color of the rollover that is currently Blue to another color like Red, what do i need to do? Thanks!! great hack! |
Quote:
Puregraf, Here's your solution below...>>> HTML Code:
#nav{ Good Luck 2 ya ;) |
hi, thanks for your reply and help
i have a question, i currently had to disable plugins due to some plugins problems causing my vbulletin to be super slow, is there any way for me to have this menu on my site without it using plugins? thanks for your help sabrina |
Quote:
Sure U can, Best way 2 accomplish what U want is 2 split code... Css info added in file {{{ mycss.css }}}, Next insert into headerincludes like this below...> HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css"> Html added into body of your forumhome or navbar template... Example below...> HTML Code:
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Remember 2 add html code above table or tbody area where U want it 2 show up... If U want it above navbar, add html code 2 navbar template at beginning... Some call this Semi-hardcode... Give it a go :up: |
Quote:
|
Quote:
HTML Code:
<script type="text/javascript" src="tabbars/tabjs/csssheets.js"></script> Im working on another update 2 help with this and other areas also... Let me know where yo issue is and I can fix 4 ya... Im currently working on more tabs that will match better with most forum colors... But if U need a custom tabbars color let me know and if time permits I shall commit 2 one free design... please be patient, cause Im only 1 soldier in the field...:eek: |
Quote:
Hi thanks, i tried what you said but the nav bar ended up showing up like a list with the links next to a dot (like a list) going down. I also tried to remove those lines appearing on the right and left but it didnt work either :\ |
Quote:
Looks cool,,, You're almost there my friend, all U have 2 do is get rid of that line at bottom by changing code in css area here ...>>> border-bottom:1px Change to ZERO Next,,, Move your TAB down by changing your cellpadding or cellspacing in table area <<<... Or,,, Change PADDING in your css area ...>>> padding-bottom:21px; <...{{{ change this here to to move down }}} If U still have issues let me have temp access and I can fix 4 ya... Give it a go;) |
hey there! thank you i removed the line! but i am still running it using plugins, i turn my plugins off and the menu disapears. im trying to still figure out this <link rel="stylesheet" type="text/css" media="screen" href="mycss.css">
i added it to my headersinclude, but dont i need to edit this code? like the mycss.cc dont i need to name this something else? i really suck at this css stuff its sad :( |
Quote:
Puregraf it looks like U have the html code placed correctly, next create css file with css code in it... U can call the file whatever you like, but first use a editor and cut and paste code and add 2 your new css file... Css code is within these tags... <style>code is here in upper part of TAB you are using</style> After cut and paste save file and name it, then insert name into code in headersinclude template... HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="mycss.css"> give it a go:up: |
I don't know if it's me or what, but I can't get it this to work. The tabs don't show up or the like.
|
this looks so cool now. thanks for the update.
|
Quote:
Im releasing 20 or more Custom Tabs today and if U like I can match one 2 your forums... Gooden lucken *********************************************** Quote:
L8ter |
Very interesting mod. I will be installing this if you can implement a feature to make it to where it can be used in the MEMBERINFO template, with each member being able to add their own custom tabs to their profile. This will take a while, or maybe not, but I'm sure it will be well worth the work considering there's nothing like that on the market right now. Let me know if this is even possible! Thanks and keep up the good work!! :D
|
All times are GMT. The time now is 01:01 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|