The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Split replies/views like vb3 Details »» | |||||||||||||||||||||||||||||||||
This mod splits replies/views on threadbit like on a vb3 forum.
changelog: v1.0 initial release v1.1 updated the css code v1.2 updated the css code v1.3 updated the css code Two files are included in the zip-file:
Added a fix for new post search in what's new, caussed by the changes from split replies/views like vb3. Download Now
Screenshots
Show Your Support
|
Comments |
#92
|
||||
|
||||
Quote:
Code:
.forumbit_post .forumstats, .forumbit_post .forumstats_2 { display: block; float: left; height: 30px; margin-right: 0; padding-top: 1.5%; text-align: center; width: 7%; } Code:
.forumbit_post .forumstats, .forumbit_post .forumstats_2 { display: block; float: left; height: 30px; margin-right: 0; padding-top: 2%; text-align: center; width: 6.5%; background: #333333; border-left: 2px solid #0d0d0d; border-right: 2px solid #0d0d0d; } .forumbit_post .forumstats, .forumbit_post .forumstats_3 { display: block; float: left; height: 30px; margin-right: 0; padding-top: 1.5%; text-align: center; width: 6.5%; } Code:
<!-- Split posts/treads like vb3 --> <div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats_2 td"> <li>{vb:raw forum.threadcount}</li> </ul> <ul class="forumstats_2 td"> <li>{vb:raw forum.replycount}</li> </ul> <!-- Split posts/treads like vb3 --> Code:
<!-- Split posts/treads like vb3 --> <div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats_2 td"> <li>{vb:raw forum.threadcount}</li> </ul> <ul class="forumstats_3 td"> <li>{vb:raw forum.replycount}</li> </ul> <!-- Split posts/treads like vb3 --> Code:
<!-- Split posts/treads like vb3 --> <div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats_2 td"> <li>{vb:raw forum.threadcount}</li> </ul> <ul class="forumstats_2 td"> <li>{vb:raw forum.replycount}</li> </ul> <!-- Split posts/treads like vb3 --> Code:
<!-- Split posts/treads like vb3 --> <div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats_2 td"> <li>{vb:raw forum.threadcount}</li> </ul> <ul class="forumstats_3 td"> <li>{vb:raw forum.replycount}</li> </ul> <!-- Split posts/treads like vb3 --> |
#93
|
|||
|
|||
Thank you very much peugeot405
|
#94
|
||||
|
||||
|
#95
|
|||
|
|||
I have a small question.
If I change the resolution of the screen, there is a gap as you can see in the picture: I have tried to modify it with Firebug but i don't know how to solve it What I have to modify? Thank you |
#96
|
||||
|
||||
sorry for late replay.
try this: in additional.css search for: Code:
.forumbit_post .forumstats, .forumbit_post .forumstats_2 { display: block; float: left; height: 30px; margin-right: 0; padding-top: 2%; text-align: center; width: 6.5%; background: #333333; border-left: 2px solid #0d0d0d; border-right: 2px solid #0d0d0d; } .forumbit_post .forumstats, .forumbit_post .forumstats_3 { display: block; float: left; height: 30px; margin-right: 0; padding-top: 1.5%; text-align: center; width: 6.5%; } Code:
.forumbit_post .forumstats, .forumbit_post .forumstats_2 { display: block; float: left; height: 36px; margin-right: 0; padding-top: 3%; text-align: center; width: 6.5%; background: #333333; border-left: 2px solid #0d0d0d; border-right: 2px solid #0d0d0d; } .forumbit_post .forumstats, .forumbit_post .forumstats_3 { display: block; float: left; height: 36px; margin-right: 0; padding-top: 3%; text-align: center; width: 6.5%; } |
#97
|
|||
|
|||
Thank you very much peugeot405
|
#98
|
||||
|
||||
|
#99
|
||||
|
||||
Hi and thanks for writing this mod, it looks promising and is something i've been searching for some time
However when I install it i don't get the correct view, it seems to be some allignment problem, perhaps to do with me using an RTL language or some other addon. I was wondering if anybody could help out, I've double checked that i did the edits right, and there did not seem to be any conflicts with something previous on additional.css I'm using a style called morbid_blue_fluid which could be found here https://vborg.vbsupport.ru/showthread.php?t=233338 I'm attaching a screenshot of the way it appears after installation. Thanks for the help |
#100
|
||||
|
||||
Quote:
I'm having some issues with my testside at the moment, so i can't test it at the moment. I need some time to fix it. If you post a link to your website, i'll see if i can fix it. |
Благодарность от: | ||
watershed |
#101
|
||||
|
||||
Hi and thank you so much for the reply!
so here is the link: http://www.hakafe.com/forum3.html You would have to change view style to morbid_blud_fluid because that's the one on which i made the edits (my users use the default one, i didn't want to try to mess around with that one live). Perhaps it is some edit in that style that prevents it from displaying correctly and it would work fine on the default, i was hoping you could assist me with that. Cheers again! update: actually, upon changing language to English i see that it is displayed correctly! So i'm guessing it has to do with the RTL language. just a heads up |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|