The Arcive of vBulletin Modifications Site. |
|
vb5 forum category spacing - SUPER SIMPLIFIED 1 STEP - No Error Details »»
|
||||||||||||||||||||||||||
|
vb5 forum category spacing - SUPER SIMPLIFIED 1 STEP - No Error
Developer Last Online: Sep 2023
Hello Guys,
It's me Hanafi from sultantheme.com No script very small changes. Added 1 row to add space. Tested with vb5.3.2 1. Style manager> style name> edit templates>Display Templates> display_Forums_list on line 7 : <!-- Categories --> paste below the line: HTML Code:
<!--added row --> <tr><td style="height:10px"colspan="4"> </td></tr> have fun. Screenshots
Show Your Support
|
||||||||||||||||||||||||||
| Благодарность от: | ||
| tuerkraider | ||
| Comments |
|
#2
|
|||
|
|||
|
deleted content.. no more sub pages problem
|
|
#3
|
|||
|
|||
|
Thank you
|
|
#4
|
|||
|
|||
|
Thank you!
|
|
#5
|
|||
|
|||
|
vb5 forum category spacing erro !!
Style manager> style name> edit templates> css templates> css_additional.css ![]() Code:
/*-- fix the first unwanted 2ndrow forum/topic/post/last post --*/
/*-- fix at forumhome only not in subpages --*/
#forum-tab table:first-child{display:none}
/*-- custom spacing --*/
.catspace{margin-top:20px;}
/*-- category styling --*/
.forum-list-container .category-header {
background: #033145 url("images/css/sprite_gradients_vb.png") repeat-x 0px -50px;
}
/*-- category title text --*/
.forum-list-container .category-header .category{color:#fff!important;}
/*-- category 2nd row, last post, topic post count --*/
.forum-list-container .forum-list-header{height:25px;line-height:25px;}
.forum-list-container .forum-list-header .header-forum {border-left: 0px!important;}
.forum-list-container .forum-list-header .header-lastpost{border-right: 0px!important;}
/*-- forums bordering --*/
.forum-list-container {
border: 1px solid #c4c4c4;
border-top: 0px solid #c4c4c4;
box-shadow: 1px 1px 1px #ddd;
}
|
|
#6
|
|||
|
|||
|
Is there a way to also add this to modules?
|
|
#7
|
|||
|
|||
|
No Fix For the Unwanted Spacing
|
|
#8
|
|||
|
|||
|
This is pretty cool. TY.
|
|
#9
|
|||
|
|||
|
How can i add round upper corners to the top bar?
|
|
#10
|
|||
|
|||
|
This modification to add border radius will make original bordering in this mod, looks ugly and we'll need a new bordering model.
Put this code into your css_additional.css style manager> style name> edit templates> CSS templates> css_additional.css Quote:
|
| Благодарность от: | ||
| TheLastSuperman | ||
![]() |
|
|