![]() |
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 Any suggestions? |
Are you sure that the if condition is even working?
Ensure that the class alt22 actually appears in the <td> |
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... |
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 ;) |
Thanks, but unfortunately that didn't work either. :(
I just don't get what's happening...:erm: |
1 Attachment(s)
Here's what's happening...
This is NOT the background that I want.... |
Provide a forum link? Can help a bit more if I can see the whole source.
PS. background color looks different to me.. |
Sure:
http://www.teegopher.com/index.php --------------- Added 07 Jan 2009 at 20:44 --------------- Quote:
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. :) |
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;) |
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 |
I totally missed that. I made those changes a couple of months ago, so I didn't even think to check it.
Sorry for the noobiness, but I REALLY appreciate this! :) Thank you both. :) --------------- Added [DATE]1231384794[/DATE] at [TIME]1231384794[/TIME] --------------- I'm just not sure where you're talking about as a background="link..." I'm just not seeing it. I'm most likely missing something important, but I'm still pretty new at most of this. Thanks again! :) |
Glad to help, as for the background, I believe it is in your header file.
HTML Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" background="http://www.teegopher.com/images/misc/TeeGopherHeader_bg.jpg" height="135px"> |
Ah, yes. I think I did hard code that one in my template.
Thanks again! :) |
All times are GMT. The time now is 10:58 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|