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 04-12-2014 12:42 AM

in addition.css

search for:

Code:

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

and replace with:

Code:

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

search for:

Code:

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

and replace with:

Code:

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

search for:

Code:

.threadlisthead span.threadinfo {
    width: 50%;
}

and replace with:

Code:

.threadlisthead span.threadinfo {
    width: 48%;
}

That should fix the issue.

watershed 04-12-2014 07:07 AM

Quote:

Originally Posted by peugeot405 (Post 2492749)
in addition.css

search for:

Code:

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

and replace with:

Code:

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

search for:

Code:

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

and replace with:

Code:

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

search for:

Code:

.threadlisthead span.threadinfo {
    width: 50%;
}

and replace with:

Code:

.threadlisthead span.threadinfo {
    width: 48%;
}

That should fix the issue.

Thank you so much!!! it did in-fact solve the issue!

Just one more quick question if i may: i'd like to make the replies column Bold, what's the best way of doing that (and changing other font styles)?

Cheers

peugeot405 04-12-2014 11:15 AM

Quote:

Originally Posted by watershed (Post 2492777)
Thank you so much!!! it did in-fact solve the issue!

I'll add the instructions on the first post.

Quote:

Originally Posted by watershed (Post 2492777)
Just one more quick question if i may: i'd like to make the replies column Bold, what's the best way of doing that (and changing other font styles)?

In additional.css

Search for:

Code:

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

and replace with:

Code:

.threadbit .threadstats {
    font-family: times new roman;
    font-weight: bold;
    height: 29px;
    padding: 1.2% 0 0;
    text-align: center;
    width: 7%;
}

Change time new roman to the font you want.

watershed 04-12-2014 07:18 PM

Cheers, that did make it bold, however it also made the views count bold. Is there a way to separate the styling for the post count and the view count?

peugeot405 04-12-2014 08:42 PM

It will require some template changes. Give me some time to look in to it.

john7911 05-25-2014 09:57 AM

Hi peugeot405,
I have installed a new theme, and modified it to have the views like vb3 but Reply and Views are not in the good place, I think i did a mistake as you can see in the picture:
https://vborg.vbsupport.ru/external/2014/05/11.jpg

https://vborg.vbsupport.ru/external/2014/05/12.jpg
What can I do?
http://www.faouweb.net/forum/forum.php
Thank you :)

john7911 05-25-2014 11:22 AM

It's OK , i solved the problem :)

arrarrgee 06-03-2014 02:39 PM

Hi Peugeot,
I cant seem to find any code in my additional.css template. I have a 4.2.2. Could you help me pls. Am i looking at the correct thing?
Thx
arr

arrarrgee 06-03-2014 02:42 PM

The default shows nothing...the template is empty. Help pls

Disco_Dave 06-03-2014 02:49 PM

Quote:

Originally Posted by arrarrgee (Post 2500536)
The default shows nothing...the template is empty. Help pls

Just add this bit of code into your additional.css

PHP Code:

.threadbit .threadstats {
    
font-familytimes new roman;
    
font-weightbold;
    
height29px;
    
padding1.20 0;
    
text-aligncenter;
    
width7%;




All times are GMT. The time now is 10:12 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.01188 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_php_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