vBulletin Plugins

vb5 forum category spacing

Submitted by HaVoK, , Thread ID: 18639

Thread Closed
HaVoK
Member
Level:
1
Reputation:
7
Posts:
160
Likes:
91
Credits:
117
24-02-2016, 12:19 AM
#1
Hello Guys,
It's me Hanafi from sultantheme.com
Demo is here - style name "Category Spacing":http://www.sultantheme.com/vb5connectforum/

If you dont want to do the changes just upload the style xml included.
It is created with vb5.1

1. Style manager> style name> edit templates>Display Templates> display_Forums_list

on line 7 :<!-- Categories -->
paste below the line:
HTML Code:
<!--added table -->
<table class="forum-list-container stretch catspace">
before line 12 : <vb:elseif condition="$channel['parentid'] == $root" />
paste above it:

HTML Code:
<!--added 2nd row -->
<tr class="forum-list-header">
<th class="header-forum"><span>Forums</span></th>
<th class="header-topics"><span>{vb:rawphrase topics}</span></th>
<th class="header-posts"><span>{vb:rawphrase posts}</span></th>
<th class="header-lastpost"><span>{vb:rawphrase last_post}</span></th>
</tr>

2. Style manager> style name> edit templates> css templates> css_additional.css
paste inside;

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;
}

have fun.
style xml included.
Download Now
Content locked
This content has been locked. Please login or register in order to unlock it.

Users browsing this thread: 1 Guest(s)