vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Changing ONE Forum's TD in FORUMBITS (https://vborg.vbsupport.ru/showthread.php?t=200950)

Dax IX 01-07-2009 09:51 AM

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>
And here's the CSS for that one forum:

HTML Code:

.alt22
{
    background: #ecb700;
}

I've tried both isolating that CSS (only putting alt22 in the template), and both "background" and "background-color", and nothing seems to work.

Any suggestions?

Bellardia 01-07-2009 10:20 PM

Are you sure that the if condition is even working?
Ensure that the class alt22 actually appears in the <td>

Dax IX 01-07-2009 10:48 PM

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...

Bellardia 01-07-2009 11:20 PM

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 ;)

Dax IX 01-08-2009 12:32 AM

Thanks, but unfortunately that didn't work either. :(

I just don't get what's happening...:erm:

Dax IX 01-08-2009 12:36 AM

1 Attachment(s)
Here's what's happening...

This is NOT the background that I want....

Bellardia 01-08-2009 12:37 AM

Provide a forum link? Can help a bit more if I can see the whole source.

PS. background color looks different to me..

Dax IX 01-08-2009 12:38 AM

Sure:

http://www.teegopher.com/index.php

--------------- Added 07 Jan 2009 at 20:44 ---------------

Quote:

Originally Posted by Bellardia (Post 1704663)
PS. background color looks different to me..

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. :)

Lynne 01-08-2009 12:53 AM

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;)

I don't know if it's screwed up in other places, but that was just real obvious to me.

Bellardia 01-08-2009 12:59 AM

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; }



All times are GMT. The time now is 08:31 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.01035 seconds
  • Memory Usage 1,743KB
  • 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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