PDA

View Full Version : Subforum threadbit problem - formatting/template?


Guest210212002
04-10-2011, 09:03 PM
Warning: I've given my threadbit template hell..

I have things on a forum-level right about where I like them now. However, my subforum threadbit is all unhappy with me.

https://vborg.vbsupport.ru/attachment.php?attachmentid=128103&stc=1&d=1302476563

Is there a reason that the subforum threadbit doesn't follow the same formatting as the rest of the site? The posts on the bottom are my happy, clean threadbit. The upper area is my subform listing, which is decidedly uncooperative.

Lynne
04-10-2011, 09:23 PM
Chris, that is because of that CSS where you widened the last post column. I told you you couldn't add that CSS unless you remeove the RSS/Subscription div part or it woudl cause issues (like you see).

Guest210212002
04-10-2011, 11:06 PM
That is the politest "I told you so" ever. :)

Is there a conditional that I could use, that's along the lines of "if it's a subforum"?

Eg if not a subforum, width = wide, if it's a sub, width = narrow?

Edit: Ooooh, my RSS/Subscription icons are still in there...

*runs off to hunt them down*

--------------- Added 1302485317 at 1302485317 ---------------

A-ha!


.forumbit_post .forumactionlinks {
width: 5%;
display:block;
float:{vb:stylevar left};
clear:{vb:stylevar right};
}

So that 5% there is the width of the RSS/subscribe column. Making it wee allowed my stuff to span correctly. Once again, you kick ass, Lynne.