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 posts/treads like vb3 (https://vborg.vbsupport.ru/showthread.php?t=299530)

peugeot405 08-05-2013 11:57 AM

They are in the file. I have them before me. :)

anyway it's working now.

stevieb 08-05-2013 11:59 AM

Quote:

Originally Posted by peugeot405 (Post 2437288)
They are in the file. I have them before me. :)

anyway it's working now.

weird how it didn't add when I copied pasted.... but you're right it is there!

Thanks again, top bloke and amazing support :)

stevieb 08-05-2013 12:01 PM

Quote:

Originally Posted by stevieb (Post 2437287)
can the "last post" column be moved further to the right? Maybe by another 150px approx?

last question then I'll donate to you - if you PM your paypal address please :)

peugeot405 08-05-2013 12:22 PM

Quote:

Originally Posted by stevieb (Post 2437287)
can the "last post" column be moved further to the right? Maybe by another 150px approx?

find following :

Code:

.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 41.2%;
}

replace with:

Code:

.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 54.2%;
}

find following:

Code:

.forumbit_post .forumrow .forumlastpost {
    float: left;
    font-size: 12px;
    height: 31px;
    padding: 7.5px 0 0;
    width: 33.6%;
}

replace with:

Code:

.forumbit_post .forumrow .forumlastpost {
    float: left;
    font-size: 12px;
    height: 31px;
    padding: 7.5px 0 0;
    width: 20.6%;
}

find following:

Code:

.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 50.2%;
}

replace with:

Code:

.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 64.8%;
}

find following:

Code:

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
    width: 33.2%;
}

replace with:

Code:

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
    width: 18.2%;
}


stevieb 08-05-2013 12:33 PM

ooops nope - take a look at index page :(

stevieb 08-05-2013 12:34 PM

the titles have gone perfectly, just not the actual threads - but based on the position of the titles, that is perfect :)

peugeot405 08-05-2013 12:35 PM

you forgot a part:


find following :

Code:

.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 41.2%;
}

replace with:

Code:

.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 54.2%;
}


stevieb 08-05-2013 12:38 PM

Quote:

Originally Posted by peugeot405 (Post 2437300)
you forgot a part:


find following :

You ARE the man - well done. Please tell me how to donate and help say thanks for all your time and support. Highly recommended.

Thank you.

peugeot405 08-05-2013 12:41 PM

just one more change:

find following:

Code:

.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 64.8%;
}

replace with:

Code:

.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 64.6%;
}

then it's perfect. :)

peugeot405 08-05-2013 12:44 PM

oops, forgot something myself :(

find following:

Code:

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
    width: 18.2%;
}

replace with:

Code:

.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
    width: 18.6%;
}



All times are GMT. The time now is 03:07 PM.

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.01167 seconds
  • Memory Usage 1,747KB
  • 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
  • (14)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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