vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Display Enhancements - Split replies/views like vb3 (https://vborg.vbsupport.ru/showthread.php?t=299531)

peugeot405 02-03-2014 08:38 PM

Quote:

Originally Posted by peugeot405 (Post 2478751)
ok now i see the confusion it's my other mod Split posts/treads like vb3 you have installed. that's why i couldn't find the problem. Sorry, was getting very late at that time.

i'll look in to it tonight.

In addtional.css search for:

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

and replace it with:

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

In forumhome_forumbit_level1_post search for:

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

and replace it with:

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

In forumhome_forumbit_level2_post search for:

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

and replace it with:

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


john7911 02-03-2014 10:09 PM

Thank you very much peugeot405 :) :) :)

peugeot405 02-03-2014 11:40 PM

Quote:

Originally Posted by john7911 (Post 2478878)
Thank you very much peugeot405 :) :) :)

Glad to help.

john7911 02-04-2014 07:18 AM

I have a small question.
If I change the resolution of the screen, there is a gap as you can see in the picture:
https://imagizer.imageshack.us/v2/80...0/829/1eqw.png
I have tried to modify it with Firebug but i don't know how to solve it :(
What I have to modify?
Thank you ;)

peugeot405 02-08-2014 12:00 PM

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

and replace with:

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


john7911 02-08-2014 07:29 PM

Thank you very much peugeot405 ;)

peugeot405 02-08-2014 08:55 PM

Quote:

Originally Posted by john7911 (Post 2479858)
Thank you very much peugeot405 ;)

no problem, glad to help.

watershed 04-05-2014 01:07 PM

1 Attachment(s)
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 :)

peugeot405 04-10-2014 03:27 PM

Quote:

Originally Posted by watershed (Post 2491631)
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 :)

Hi, glad you like it.

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 04-11-2014 09:03 AM

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 :)


All times are GMT. The time now is 08:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01146 seconds
  • Memory Usage 1,769KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete