Posted: Mon Apr 23, 2007 12:29 am Post subject: Recent Topics Block in Forum
I have noticed that in your recent topics that it shows new posts as old and old topics as new. Also, the top left table of it is a little out of line or ill proportioned. Not a biggie, just thought you should know.
EDIT
Actually, going back and looking, it looks like the image for old and new is reversed for the whole forum.
EDIT AGAIN
Also, your "your add here" link in your ad block shouldn't navigate away from the page, but open in another window or tab. Or maybe populate in a block within nuke. Just my thought though.
Joined: Jun 23, 2005 Posts: 582 Location: United States
Posted: Tue May 01, 2007 8:01 pm Post subject: Re: Recent Topics Block in Forum
Greetings friend, ya know been racking my brains (what's left of them ) over this proportioned thing, I'll attach the script here and see maybe you can find. My only guess is that part of TD is a 'table', just dunno how to fix without breaking the thing.
The table that holds Site News, Recent Topics and the next and previews links is using the tag th and in the forums.css this tag always include the background.
th {
background-color:#F1F1F1;
background-image:url(images/catbg.gif);
font-weight:bold;
height:25px;
} _________________ "In the computer business you’re either a one or a zero and I am determined never to be zero."
Joined: Jun 23, 2005 Posts: 582 Location: United States
Posted: Tue May 01, 2007 9:19 pm Post subject:
This is from the forums.css used here...
Code:
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #F1F1F1;
background-image: url(images/{T_TH_CLASS3});
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_BODY_LINK}; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: #F1F1F1; height: 25px;
background-image: url(images/catbg.gif);
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum