The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Threadbit Coloring Based on Thread Status Details »» | |||||||||||||||||||||||||
Threadbit Coloring
thread color threadbit background coloring What does it do? This modification will color the threadbit of your threads relative to their status, ie: closed, popular, read, unread. It's my version of the system currently in place here on vBulletin.org. Installation 1. Upload the attached Product XML file. 2. Follow the instructions in the readme file. 3. Look at the post just below this one for information on customizing the modification. Screenshots As I said, this is my take on vB.org's System - so they're fairly similar, but I've attached screenshots because I know people are going to want them anyway. Donations As always, this modification is released to you, the community, to do with as you please at no charge - should you, however, feel compelled to donate funds to me - you may click the "Support Author" button on the panel to the right to do so; it's much appreciated. Execute this SQL Query to Enable this Option for all your Members Code:
UPDATE userfield SET fieldX = 'Yes, enable.' Don't forget to Change the X to your Field Number. If You're Using this Modification Please Click Install Feel free to Nominate it for MOTM if you'd like as well. Show Your Support
|
Comments |
#32
|
||||
|
||||
This looks like a very useful hack, Thank you so much and clicked Install.
|
#33
|
|||
|
|||
can someone delete my post?
|
#34
|
|||
|
|||
Is it possible to modify this hack so that one can use one color per forum?
So that, for instance, with a partition similar to the one here on vbulletin.org, one could have one background color for threads in forums in the mods section, another for threads in forums in the styles section etc.? |
#35
|
||||
|
||||
Well done Kirk!
|
#36
|
|||
|
|||
Really nice. Is it possible to do not show the color-legend, when a user disabled the hack in the options?
I hope you understood. greetz |
#37
|
||||
|
||||
Quote:
Find in your "forumdisplay" template: Code:
<div class="smallfont" align="left"><strong>$vbphrase[legend]</strong></div> <table cellpadding="4" cellspacing="1" border="0" width="300" class="tborder" style="table-layout:fixed"> <tr> <td class="alt1_unread" align="center"><span class="smallfont">$vbphrase[tb_new]</span></td> <td class="alt1_uposted" align="center"><span class="smallfont">$vbphrase[tb_posted]</span></td> <td class="alt1_popular" align="center"><span class="smallfont">$vbphrase[tb_popular]</span></td> <td class="alt1_closed" align="center"><span class="smallfont">$vbphrase[tb_closed]</span></td> </tr> </table> Code:
<if condition="$bbuserinfo['fieldX'] == 'Yes, enable.'"> <div class="smallfont" align="left"><strong>$vbphrase[legend]</strong></div> <table cellpadding="4" cellspacing="1" border="0" width="300" class="tborder" style="table-layout:fixed"> <tr> <td class="alt1_unread" align="center"><span class="smallfont">$vbphrase[tb_new]</span></td> <td class="alt1_uposted" align="center"><span class="smallfont">$vbphrase[tb_posted]</span></td> <td class="alt1_popular" align="center"><span class="smallfont">$vbphrase[tb_popular]</span></td> <td class="alt1_closed" align="center"><span class="smallfont">$vbphrase[tb_closed]</span></td> </tr> </table> </if> |
#38
|
|||
|
|||
thanks...
|
#39
|
|||
|
|||
hey, it doesnt work for me.
|
#40
|
|||
|
|||
I have this divide with me also installed, however, it does not go. See appendix
|
#41
|
|||
|
|||
thanks a lot! i was looking for something like this!
i will try it on 3.7! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|