vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Separate Sticky and Normal Threads (https://vborg.vbsupport.ru/showthread.php?t=194813)

jluerken 01-28-2009 01:24 PM

Is there a chance to add the option to change the complete background color of the lines so that they're not only divided but also different in their color?

beishe8 01-29-2009 07:15 PM

Quote:

Originally Posted by buileminh (Post 1721284)
I think vBulletin already separate sticky threads and normal threads. Or am I wrong?

Stickies appear on the top,normal threads under them,that is the only separation.

Slyou 01-29-2009 09:18 PM

Perfect i really needed that. TY VERY MUCH

Gleedo 01-31-2009 09:29 AM

Just what I was looking for - clicks Installed :)

Thank you

corman420 01-31-2009 04:03 PM

This is a great MOD. In the future, it would be nice to see an option to choose a link color for the stickies :)

Great mod!

markblair 02-01-2009 06:39 AM

Cool. Installed.

6oct 02-03-2009 01:29 AM

nice one ;)

chrisnufcfan 02-18-2009 11:45 PM

Installed.
Thankyou.

Garnet2727 02-20-2009 12:28 AM

Installed and works like a charm. Thank you.

talkncaasports 02-23-2009 07:49 AM

Quote:

Originally Posted by jluerken (Post 1727213)
Is there a chance to add the option to change the complete background color of the lines so that they're not only divided but also different in their color?

edit templates => Forum Display Templates:
In Template: FORUMDISPLAY_Seperate, FORUMDISPLAY_Seperate2, & FORUMSDISPLAY_Seperate_top
Look for:
Code:

<tr>
<td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">$vbphrase[delim_normal]</td>
</tr>

Change your class="thead' to whatever you wish

Example:
Code:

<tr>
<td class="alt3" colspan="<if condition="$show['threadicons']">7<else />6</if>">$vbphrase[delim_normal]</td>
</tr>

Or any other class you have set in the css file. (tcat, alt1, alt2, or alt3 normally)

Still trying to figure out how to change the height of it though. So if anyone can help me with that, it would be greatly appreciated.


All times are GMT. The time now is 04:18 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.01228 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (2)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