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 06-27-2013 09:04 PM

ok i'll have a look on your site.

The style you changed is KH-Flare 2.0 dark?

Amaury 06-27-2013 09:32 PM

Quote:

Originally Posted by peugeot405 (Post 2430868)
The style you changed is KH-Flare 2.0 dark?

No, I reverted the changes this morning.

Do you need me to make the changes again? I can do so on a test style.

peugeot405 06-27-2013 09:38 PM

1 Attachment(s)
If it's not to much trouble, with the same colors.

It's strange because it's seems to work on my site

Attachment 145620

don't mind the text and border colors, just a quick test :)

peugeot405 06-27-2013 09:50 PM

ok I'm looking at the teststyle now.

I see the sticky post darker then the others, and you want the same color for both right?

Amaury 06-27-2013 09:59 PM

Quote:

Originally Posted by peugeot405 (Post 2430874)
If it's not to much trouble, with the same colors.

It's strange because it's seems to work on my site

Attachment 145620

don't mind the text and border colors, just a quick test :)

Done.
  1. Switch to Test Style using the bottom Quick Style Chooser (I don't have it in the sub-navigation dropdown since it's only for tests)
  2. Go to a forum on there that contains at least one sticky thread, such as the Spam Sector
  3. Look at the Replies and Views columns
  4. Switch back to KH-Flare 2.0 [Dark] and look at the Replies / Views column
  5. Compare the two styles

peugeot405 06-27-2013 10:02 PM

Quote:

Originally Posted by peugeot405 (Post 2430877)
ok I'm looking at the teststyle now.

I see the sticky post darker then the others, and you want the same color for both right?

normally following code should work

Code:

.threadbit .nonsticky, .threadbit .discussionrow {
    background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #0F0F0F;
}

If not you need to check if you made changes somewere else, it could overwrite the one you add.
If added in additional.css it should overwrite everything else unless you have that code on the same template twice.

when on testsite i can't swith to another style

Amaury 06-27-2013 10:04 PM

Quote:

Originally Posted by peugeot405 (Post 2430881)
when on testsite i can't swith to another style

That's weird. Here are direct links:
KH-Flare 2.0 [Dark]
Test Style

I'll try that code.

Edit: That code just makes threadbit_background the same as threadbit_hilite_background and threadbit_alt_background.

peugeot405 06-27-2013 10:09 PM

and how execly do you want it to be

you want sticky to be like non sticky?

Amaury 06-27-2013 10:13 PM

Quote:

Originally Posted by peugeot405 (Post 2430885)
and how execly do you want it to be

you want sticky to be like non sticky?

See my directions in post #15. I want the Replies and Views columns to look like the Replies / Views column on 2.0 Dark.

peugeot405 06-27-2013 10:20 PM

ok try this on your teststyle

Code:

.threadbit .nonsticky, .threadbit .discussionrow {
    background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #141414;
}
.threadbit .sticky {
    background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #141414;
}
.threadbit .threadstats {
    background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #0F0F0F;
    height: 20px;
    padding-top: 18px;
    text-align: center;
    width: 7%;
}

if it works add this on the KH-flare 2.0 dark

Code:

.threadbit .sticky {
    background: url("http://www.kh-flare.net/images/gradients/grey-up.png") repeat-x scroll left bottom #141414;
}



All times are GMT. The time now is 10:03 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.01173 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (5)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