The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
forum sub category shows horizontally, please help!
Hello all
i just bought the cms suite package. still learning it. right now the forum shows main category sub category 1 sub category 2 sub category 3 ... i want it to show like this way main category sub category 1 sub category 2 sub category 3 ... Is there anybody could tell me how to edit the style ? i couldn't find where it is, so save sometime. thank you very much |
#2
|
|||
|
|||
You mean like this? See attachment.
|
#3
|
|||
|
|||
Yes, how to do that?
please help thank you very much!! |
#4
|
|||
|
|||
Put this entire block of code in the additional.css template. Make sure you click save and reload.
Code:
.forumlastpost { display: none !important; } .forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow { border-top: 0; } .forumrow .table { height: 100px; } ol.childforum { float: left; width: 100%; margin: 0; padding: 0; } .childforum li.forumbit_post { float: left; width: 50%; margin: 0; padding: 0; clear:none; } #forums .L1 .L2 { clear:none; } .forumbit_post .forumrow .forumlastpost { clear:both; width:95%; } .forumbit_post .forumlastpost .lastpostby { display: block; float: left; } .forumbit_post .forumlastpost .lastpostdate { display: block; float: right; } .forumbit_post .forumlastpost .lastposttitle { display: block; float: left; } .forumbit_post .foruminfo { clear:right; float:left; min-width:50%; width:70%; } .forumbit_post .forumstats, .forumbit_post .forumstats_2 { width:20%; } --------------- Added [DATE]1309502101[/DATE] at [TIME]1309502101[/TIME] --------------- If your category bars don't quite line up right pop this in at the top of that code block and adjust the numbers to get them to line up. I had to make mine a little smaller to line up right with the border around the catory bars. Code:
.forumhead: { width: 99.5%; } |
#5
|
|||
|
|||
Quote:
thank you very much does anybody know some other better way to do this? --------------- Added [DATE]1309502383[/DATE] at [TIME]1309502383[/TIME] --------------- hey, i found it, there are several mods that help to edit it. Forums arranged in columns on forumhome |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|