View Full Version : Forum Display Enhancements - Forumdisplay Template - Sub Category Title & Description Display Fix
phpdesk
11-04-2011, 11:00 PM
If you check the screenshots, some of you may have stumbled upon this tiny display issue, also noticeable on the vB.com (https://www.vbulletin.com/forum/forumdisplay.php/25-vBulletin-com-Web-site) official website. This may look insignificant but for a perfectionist like me it may be a problem.
This affects vB4 forums with the following structure:
Your Forum
-- Top Category
-- -- Sub Category One
-- -- -- Forum Title
-- -- -- Forum Title
-- -- Sub Category Two
-- -- -- Forum Title
-- -- -- Forum Title
The screenshot below is an example:
https://vborg.vbsupport.ru/attachment.php?attachmentid=134239
The fix for this is very simple, I hope it will picked up by the vBulletin team and included into future script versions.
Read the instructions attached below.
---------------------------------------
Here's the result:
https://vborg.vbsupport.ru/attachment.php?attachmentid=134240
voglermc
11-05-2011, 01:30 PM
You could just add this to the additional.css file and be done with it
phpdesk
11-05-2011, 04:47 PM
You could just add this to the additional.css file and be done with itThanks for the suggestion, voglermc.
I'll update the original post to reflect the adjusted code that needs to be added to the additional.css template file to avoid edit of a core template file (forumdisplay.css that is).
I'll paste version 1.0 of the template changes for future reference:
Go to:
AdminCP -> Styles & Templates -> Search in Templates
Look for:
forumdisplay.css
Find:
.forumbits .forumbit_nopost .forumhead .forumrowdata .subforumdescription {
background: transparent;
border-top: 0;
}
Replace with: .forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span {
display:block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
font: {vb:stylevar forumhead_font};
padding: {vb:math {vb:stylevar padding}/2-1} 0;
color: {vb:stylevar forumhead_color};
}
.forumbit_nopost .forumrowdata {
clear:both;
display:block;
width: 100%;
}
.forumbit_nopost .subforumdescription {
padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
font-weight: normal;
color: {vb:stylevar blocksubhead_color};
background: {vb:stylevar blocksubhead_background};
}
voglermc
11-07-2011, 12:06 PM
Nice
phpdesk
11-07-2011, 06:53 PM
I wish this thread were taken note of by the vBulletin crew, as I really hope to end facing a truly perfect looking and functioning product. That being said, the Blog product as part of the vBSuite needs attention in form of fine touches, too.
bskr84
11-17-2011, 01:02 AM
great guy!
uninvited13th
11-17-2011, 01:44 AM
nice but I wonder how to add subcategories??
phpdesk
11-17-2011, 09:14 AM
nice but I wonder how to add subcategories??
We call a "Category" a forum with the following Posting Options:
(see the forum edit page inside AdminCP)
Act as Forum: NO
Forum is Open: NO
Logically, to add a sub-category you have to assign it to a parent category.
phpdesk
12-12-2011, 01:32 AM
I'm sorry I completely forgot to post an important update for this template modification. Paul M has confirmed that the issue described above has been corrected and we should expect the fix to be merged into vBulletin 4.1.10.
This is good news, thanks Paul!
HMBeaty
12-12-2011, 01:58 AM
EDIT: Nevermind lol
phpdesk
12-12-2011, 09:12 AM
EDIT: Nevermind lol I'm sure you know that I received a copy of the original text before you edited it ;)
Anyway, yes, it's been taken care of, fortunately.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.