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!
.forumbit_post .foruminfo { clear: right; float: left; min-height: 48px; min-width: 30%; width: 54.2%; }
.forumbit_post .foruminfo { clear: right; float: left; min-height: 48px; min-width: 30%; width: 47.2%; }
.forumbit_post .forumrow .forumlastpost { float: left; font-size: 12px; height: 31px; padding: 7.5px 0 0; width: 20.6%; }
.forumbit_post .forumrow .forumlastpost { float: left; font-size: 12px; height: 31px; padding: 7.5px 0 0; width: 27.6%; }
.forumbit_nopost .forumhead .forumtitle { font-size: 13px; min-width: 30%; width: 64.8%; }
.forumbit_nopost .forumhead .forumtitle { font-size: 13px; min-width: 30%; width: 57.6%; }
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost { width: 18.2%; }
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost { width: 25.2%; }