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 08-05-2013 01:38 PM

1 Attachment(s)
I'm working on a fix for the search page as we speak. I found a way to split replies and views. (see img)

Attachment 145952

For the last post, i suggest changing the width again, making the last post a little wider.

stevieb 08-05-2013 01:45 PM

Quote:

Originally Posted by peugeot405 (Post 2437314)
I'm working on a fix for the search page as we speak. I found a way to split replies and views. (see img)

Attachment 145952

For the last post, i suggest changing the width again, making the last post a little wider.

hiya

Thanks - can't wait for the fix :)

You're clearly as much as a perfectionist as I am then lol

Ermmm, how do I make it wider - eeeek (don't wanna ruin all the work you did today). :p :p

peugeot405 08-05-2013 01:53 PM

So you want to swich the stats with the last post like on vb5?

stevieb 08-05-2013 02:01 PM

Quote:

Originally Posted by peugeot405 (Post 2437323)
So you want to swich the stats with the last post like on vb5?

Nooooooo I deleted my last post if this is an answer to it sorry. :)

peugeot405 08-05-2013 02:08 PM

Quote:

Originally Posted by stevieb (Post 2437329)
Nooooooo I deleted my last post if this is an answer to it sorry. :)

Oops, didn't saw that untill now

stevieb 08-05-2013 02:12 PM

Quote:

Originally Posted by peugeot405 (Post 2437314)
For the last post, i suggest changing the width again, making the last post a little wider.

Quote:

Originally Posted by stevieb (Post 2437316)
Ermmm, how do I make it wider - eeeek (don't wanna ruin all the work you did today). :p :p

Any idea's what I do please?

peugeot405 08-05-2013 02:25 PM

Quote:

Originally Posted by stevieb (Post 2437312)
Hi again

Just noticed when someone is not using a large screen (or mobile) things go slightly off :(

For example on the main index page (of our site) if you minimise the page to 50% or so you'll see this effect:

Attachment 145950

As you can see, the posted date goes below the linespace - it seems to do it when the title is too big and pushes onto two lines?

Likewise, on the todays posts/new posts search page the following error occurs:

Attachment 145951

As you can see the views/replies get pushed down when too big numbers...


Any idea? Sorry to be a pain :(

fix for new post search on what's new added in first post.

about the last post, it's on forumhome and forumdisplay so you have to revert the changes i posted here

stevieb 08-05-2013 02:49 PM

Quote:

Originally Posted by peugeot405 (Post 2437340)
fix for new post search on what's new added in first post.

about the last post, it's on forumhome and forumdisplay so you have to revert the changes i posted here

arghhh but I didn't want to revert it all - can't it just lose maybe 20px or something?

stevieb 08-05-2013 02:51 PM

Quote:

Originally Posted by peugeot405 (Post 2437340)
fix for new post search on what's new added in first post.

So I need to do all this then, yea?

Code:

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!


peugeot405 08-05-2013 02:59 PM

try this:

find following :

Code:

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

replace with:

Code:

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

find following:

Code:

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

replace with:

Code:

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

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

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



All times are GMT. The time now is 04:06 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.01967 seconds
  • Memory Usage 1,754KB
  • 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
  • (9)bbcode_code_printable
  • (8)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