UBB.Dev
Posted By: donJulio Problem with the stock stylesheet "Frotsted" - 05/17/2003 1:06 AM
The problem is on the categories.php page. Basicly, when I have Frosted set as the stylesheet and I go to the categories.php page, the bottom part of the extra information box is dark blue and I can't really read the information. This is the information that practically dissapears:

You are logged in as, don Julio
52 Registered User(s).
Welcome to our newest member, sare
There are 1 registered and 0 anonymous users online. View recent messages
Past 24 hours
Past 48 hours
Past 7 days Legend:
* New posts
* No new posts

It's those three cells that come out dark blue. This doesn't happen in the ubbthreads.php page (forum display instead of categories display).

The same thing happens in the postlist.php page when after adding Josh's Birthday mod. The cell with the b-day info also is dark blue. If anyone could take a look at this and figure out how to fix it, I would really appreciate it. You can see this effect even here at ThreadsDev by setting your stylesheet to "Frosted", and setting the main page to "Categories." Then you just need to ckick on Main Index from the nav bar to see what I'm talking about. Thanks!
Quite often this is caused by the style class being set in the <tr> tag and not the <td> tags. Go over your templates and make sure there are no class="lighttable" attributes in your <tr> tags. If there are then remove them and place into the <td> tags within that <tr> tag. (provided the <td> tag does not have that attribute already)

Hope this made sense and helps.
Thanks. I think that'll do it because I remember the class attribute being in the tr tag and not the td cell.
Some of the stock templates have the CSS class in the tr tag Dave
I tried to get them all out for Rick a version or two back but it doesn't surprise me that I missed some.
Posted By: AKD96 Re: Problem with the stock stylesheet - 05/17/2003 4:22 PM
Posted By: Rick Re: Problem with the stock stylesheet "Frotsted" - 05/18/2003 5:07 AM
I'm going through them all for 6.4 to make sure that we get them all out of the tr and into the td.
Thanks

There can't be to many of them left by now.
Posted By: AllenAyres Re: Problem with the stock stylesheet - 05/18/2003 5:36 AM
cool.... did I mention I am salivating for 6.4?
Posted By: AKD96 Re: Problem with the stock stylesheet - 05/18/2003 6:46 AM
It's not fair that 6.3 isn't even out yet and you're talking about 6.4!!! Especially since 6.4 has a built-in calendar and sub-forums!!!! :drool:
Posted By: JoshPet Re: Problem with the stock stylesheet - 05/18/2003 8:21 AM
he he And you haven't really seen it.
!
I found the class in <tr> and not <td> in these (6.3b4):

addfavforum.tmpl
addpost_confirm.tmpl
addpost_moderated.tmpl
editbasic.tmpl
editdisplay.tmpl
editpost_manage.tmpl
editpost_withpoll.tmpl
Thanks Dave. Your fix did the trick!
Josh: You have the class attribute "lighttable" in the tr tag in your birthday mod in the ubbthreads.tmpl file and not in the td tag
Posted By: JoshPet Re: Problem with the stock stylesheet - 05/19/2003 11:18 PM
Thanks.
I was kind of a novice when I did the bday mod. I'll get that cleaned up a bit for the next release.
© UBB.Developers