The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing ONE Forum's TD in FORUMBITS
I'm having a heck of a time here. I asked this question several months ago, but no one was able to give me an answer.
One thing I should mention is that I've changed my forumbits according to the ForumHome Category Spacing mod https://vborg.vbsupport.ru/showthrea...umhome+spacing I'm trying to change the forum icon TD to another background color for ONE forum, and no matter what I do, it won't change it to the color I want. I can make it have NO background color, but I can't get it to change to a specific color. The thing that I think may be an issue is that this mod was written for 3.7.0*, and I know that there has been at least one template change since then. I'll post code if necessary. Thanks! --------------- Added [DATE]1231369347[/DATE] at [TIME]1231369347[/TIME] --------------- Here's my code in forumhome_forumbit_level2_post: HTML Code:
<td class="<if condition='$forum[forumid] == 37'>alt2 alt22<else />alt2</if>"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> HTML Code:
.alt22 { background: #ecb700; } Any suggestions? |
#2
|
|||
|
|||
Are you sure that the if condition is even working?
Ensure that the class alt22 actually appears in the <td> |
#3
|
|||
|
|||
Thanks for replying.
Yup, the TD in question is showing alt22. The thing is, on my forum home, the background for that TD is missing, so it is different from the other forum listings, but I just can't make it change to the background that I want. I should say that when I combine the two classes the background is the default alt2, but when I isolate alt22, there is no background... |
#4
|
|||
|
|||
Ah, I see what you did.
You used background: #Color, which is improper. Background is a shorthand notation for a large list of style options, the code you're looking for is background-color: #Color Hope that helps |
#5
|
|||
|
|||
Thanks, but unfortunately that didn't work either.
I just don't get what's happening...:erm: |
#6
|
|||
|
|||
Here's what's happening...
This is NOT the background that I want.... |
#7
|
|||
|
|||
Provide a forum link? Can help a bit more if I can see the whole source.
PS. background color looks different to me.. |
#8
|
|||
|
|||
Sure:
http://www.teegopher.com/index.php --------------- Added 07 Jan 2009 at 20:44 --------------- Yes, the background color that is shown is different from the rest of the forums, but what you're seeing is NO background on that <td>, and the background color from the container is being shown. The color that I'm going for is the same yellowish color that you see on the "New Posts" image toward the bottom (or the Title of that forum). I really do appreciate you taking a look at this for me. |
#9
|
||||
|
||||
Your css is messed up right above where you define alt22. Fix it and I'll bet it works:
Code:
.sales2 {background: #f0ddbd; color: #000000;) .sales2 a:link, .sales2_alink, .sales2 a:visited, sales2_avisited {color: #224887;) |
#10
|
|||
|
|||
In your css file you have a line
.sales2 a:link, .sales2_alink, .sales2 a:visited, sales2_avisited {color: #224887 All styles after this point are not applied I edited your source realtime, everything should work provided that is fixed! Also there are a few other errors you might want to look at, but not as important! One of your backgrounds is declared as background="link..", although not major, it just doesn't do anything. Edit : Ah! Lynne beat me to it Nicely done. Here's a full list of mistakes if curious HTML Code:
231 .vbmenu_control Property align doesn't exist : center
253 .vbmenu_popup Property align doesn't exist : center
318 .fieldset Property -moz-border-radius doesn't exist : 5px
325 .breadcrumb Property font-color doesn't exist : #ffffff
327 .breadcrumbl Property font-color doesn't exist : #ffffff
444 .sales2 Parse Error ;) .sales2 a:link, .sales2_alink, .sales2 a:visited, sales2_avisited {color: #224887;) .tcatAlt { background: #e0d3a5 url(http://www.teegopher.com/images/gradients/gradient_tcat_tg_alt.jpg) repeat-x top left; color: #FFFFFF; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tcatAlt a:link, .tcatAlt_alink { color: #ffffff; text-decoration: none; } .tcatAlt a:visited, .tcatAlt_avisited { color: #ffffff; text-decoration: none; } .tcatAlt a:hover, .tcatAlt a:active, .tcatAlt_ahover { color: #ecb700; text-decoration: underline; } .alt22 { background-color: #ecb700; } .alt22 { background-color: #ecb700; } <!-- .alt22 { background-color: #ecb700; } .alt22 { background-color: #ecb700; } --> form { margin: 0px; } label { cursor: default; } .normal { font-weight: normal; } .inlineimg { vertical-align: middle; } .underline { text-decoration: underline; } .vbmenu_hilite * { cursor: pointer; } .floatcontainer:after, .block_row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .floatcontainer, .block_row { display: inline-block; } * html .floatcontainer, * html .block_row { height: 1%; } .floatcontainer, .block_row { display: block; }
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|