Download Now
Screenshots
threadbit-before.jpg (36.9 KB, 0 views) threadbit-after.jpg (20.3 KB, 0 views)
Show Your Support
Description: This mod splits replies/views on threadbit like on a vb3 forum v1.3 Without borders Update Instructions: Step 1: Open template additional.css Find the following: Code: .threadlisthead span.threadlastpost { padding-left: 2%; text-align: left; width: 32%; } Replace with: Code: .threadlisthead span.threadlastpost { padding-left: 0; text-align: left; width: 33%; } Find the following: Code: .threadbit .threadlastpost { clear: right; display: block; float: left; width: 32%; } Replace with: Code: .threadbit .threadlastpost { clear: right; display: block; float: left; padding: 0.5% 0 0; width: 33%; } Find the following: Code: .threadbit .threadstats { height: 21px; margin-top: 17px; text-align: center; width: 7%; } Replace With: code .threadbit .threadstats { height: 29px; padding: 1.2% 0 0; text-align: center; width: 7%; } Done!
<!-- threadstats --> <vb:if condition="!$show['notificationtype'] && !$thread['del_username']"> <ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> <li>{vb:rawphrase replies}: <a class="understate" href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;">{vb:raw thread.replycount}</a></li> <li>{vb:rawphrase views}: {vb:raw thread.views}</li> </ul> </vb:if>
<!-- threadstats --> <vb:if condition="!$show['notificationtype'] && !$thread['del_username']"> <dl class="threadstats td alt2" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> <td>{vb:rawphrase replies}:</td> <dd><a class="understate" href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;">{vb:raw thread.replycount}</a></dd> </dl> <dl class="threadstats td alt2" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>"> <td>{vb:rawphrase views}:</td> <dd>{vb:raw thread.views}</dd> </dl> </vb:if>
.threadstats.td.alt2 { height: 38px; padding-top: 9px; } .threadinfo.thread { width: 45%; }
.threadinfo.thread { width: 50%; }
.threadinfo.thread { width: 40%; }
.threadbit .threadpostedin { background: none repeat scroll 0 0 transparent; font-size: 12px; height: 29.52px; max-width: 19.9%; padding: 8.74px 0; width: 8888px; }