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)

stevieb 08-05-2013 11:20 AM

Quote:

Originally Posted by peugeot405 (Post 2437269)
Code:

.threadbit .threadstats {
    height: 29px;
    padding: 1.2% 0 0;
    text-align: center;
    width: 7%;
}

is missing in additional.css

You did it - take a look :)

Well done, thank you :)

peugeot405 08-05-2013 11:22 AM

i noticed it, i was on your site ;)

no problem, glad it got solved.

stevieb 08-05-2013 11:24 AM

Next question, how do I do this on the main forum homepage :)

Also, on the code we just edited, when you search new posts/todays posts the forum name at the end overlaps the tick box - is it possible to drop the text a few pixels to avoid that happening?

In firebug it suggests if I edit .threadbit .threadimod input and give it a top:-10px; it lifts the tick box a bit....

Is that best way to fix it do you think?

peugeot405 08-05-2013 11:26 AM

Quote:

Originally Posted by stevieb (Post 2437273)
Next question, how do I do this on the main forum homepage :)

with this one:


Split posts/treads like vb3

stevieb 08-05-2013 11:28 AM

Quote:

Originally Posted by peugeot405 (Post 2437274)

will I have the same or likely issues though haha ;)

stevieb 08-05-2013 11:29 AM

Quote:

Originally Posted by stevieb (Post 2437273)
Also, on the code we just edited, when you search new posts/todays posts the forum name at the end overlaps the tick box - is it possible to drop the text a few pixels to avoid that happening?

In firebug it suggests if I edit .threadbit .threadimod input and give it a top:-10px; it lifts the tick box a bit....

Is that best way to fix it do you think?

I edited this post and added the following.....

Thanks

stevieb 08-05-2013 11:46 AM

Quote:

Originally Posted by stevieb (Post 2437273)
Also, on the code we just edited, when you search new posts/todays posts the forum name at the end overlaps the tick box - is it possible to drop the text a few pixels to avoid that happening?

In firebug it suggests if I edit .threadbit .threadimod input and give it a top:-10px; it lifts the tick box a bit....

Is that best way to fix it do you think?

I just added this to the bottom of the additionalcss code you provided:

Code:

.threadbit .threadimod input {
 top: -10px;
}

Tick boxes are now perfectly aligned :)

peugeot405 08-05-2013 11:46 AM

Quote:

Originally Posted by stevieb (Post 2437273)
Next question, how do I do this on the main forum homepage :)

Also, on the code we just edited, when you search new posts/todays posts the forum name at the end overlaps the tick box - is it possible to drop the text a few pixels to avoid that happening?

In firebug it suggests if I edit .threadbit .threadimod input and give it a top:-10px; it lifts the tick box a bit....

Is that best way to fix it do you think?


You can do it that way, but it put's the box almost on the top.

Another way is:

find:

Code:

.threadbit .threadlastpost {
    clear: right;
    display: block;
    float: left;
    padding: 0.5% 0 0;
    width: 33%;
}

replace with

Code:

.threadbit .threadlastpost {
    clear: right;
    display: block;
    float: left;
    padding: 0.5% 0 0;
    width: 30%;
}

find:

Code:

.threadlisthead span.threadlastpost {
    padding-left: 0;
    text-align: left;
    width: 33%;
}

replace with:

Code:

.threadlisthead span.threadlastpost {
    padding-left: 0;
    text-align: left;
    width: 30%;
}

That way the tick nox stays centered.

stevieb 08-05-2013 11:50 AM

Quote:

Originally Posted by peugeot405 (Post 2437282)
You can do it that way, but it put's the box almost on the top.

Another way is:

find:

Code:

.threadbit .threadlastpost {
    clear: right;
    display: block;
    float: left;
    padding: 0.5% 0 0;
    width: 33%;
}

replace with

Code:

.threadbit .threadlastpost {
    clear: right;
    display: block;
    float: left;
    padding: 0.5% 0 0;
    width: 30%;
}

find:

Code:

.threadlisthead span.threadlastpost {
    padding-left: 0;
    text-align: left;
    width: 33%;
}

replace with:

Code:

.threadlisthead span.threadlastpost {
    padding-left: 0;
    text-align: left;
    width: 30%;
}

That way the tick nox stays centered.

Thanks :)

Ok tried it but as we have some long forum names it'll never work 100% so I altered the table sizes thanks to the code above but then also added this at the base to give us that leeway on longer thread names:

Code:

.threadbit .threadimod input {
 top: -10px;
}


stevieb 08-05-2013 01:33 PM

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


All times are GMT. The time now is 12:15 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.01306 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
  • (11)bbcode_code_printable
  • (7)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