The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
Thread Listing Background Colors Like vBulletin.org
![]() Developer Last Online: Jun 2021 ![]() ![]()
Thread Listing Color Status Like vB.Org by Hasann
What does it?: Thread Listing Color Status: This option allows you to color code threadbits based on specific status of the thread:
Currently Feature List:
Install Instructions: just import product .xml file via product manager that's all it ![]() Available Languages
Note: this hack replaces the old threadbit template with the new threadbit_bgcolors template also it replaces the templates. If you before made any template edits for threadbit template do it also for threadbit_bgcolors template too If you like this modification -> Please just clicks install and MOTM buttons Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked INSTALL. Supporters / CoAuthors Show Your Support
|
Comments |
#72
|
||||
|
||||
![]()
hello,
a question: how we can change the default options AFTER install? a suggestion: Include in readme how we can change forumdisplay to build a forumdisplay_bgcolors. A lot of people have forumdisplay already changed and maybe is useful some instruction how we can change the template. But - tks a lot ![]() joao barroca aka beduino |
#73
|
||||
|
||||
![]() Quote:
thanks that worked |
#75
|
|||
|
|||
![]()
^agree its a nice hack but its a hassle to get it to work. i think ive followed every step but it still doesnt show up and there should be a way to set this for all users from ACP in any single usergroup. So I am uninstalling
![]() |
#76
|
|||
|
|||
![]()
Not showing for me either.
|
#77
|
||||
|
||||
![]()
Uninstalled, could not get this to sit right. It keeps messing up my footer etc.
Nice idea though |
#78
|
|||
|
|||
![]()
This is a very interesting hack. I have two questions:
1. Is it possible to only color a some thread? Lets say only sticky and new threads, or do I always have to color all threads? 2. I saw the settings in the user cp. Can it be turned off, that the user can switch this on/off on his own? |
#79
|
|||
|
|||
![]() Quote:
Im looking for something wich change colors only for new posts. There is one only for sticky here: https://vborg.vbsupport.ru/showthrea...60#post1596860 If anyone can help me with newposts , let me know please. Thanks |
#80
|
|||
|
|||
![]()
I have fixed the security and footer issue waiting for authors permission to post a fix in this thread. Also updated the other code in the moderation drop down as it was wrong.
Basically if anyone wants to fix the footer issue the whole area between <!-- controls below thread list --> and <!-- / controls below thread list --> should be copy and pasted and then reinsert the code where ever you wish. Code:
<if condition="$vbulletin->options['enable_thread_listing_color_legend_box'] == 1"> <td align="$stylevar[left]"> <table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" border="0"> <tr> <td class="newpost" align="center"><span class="smallfont">$vbphrase[hasann_new_post]</span></td> <td class="stickythread" align="center"><span class="smallfont">$vbphrase[hasann_sticky_thread]</span></td> <td class="pollthread" align="center"><span class="smallfont">$vbphrase[hasann_poll_thread]</span></td> <td class="postedthread" align="center"><span class="smallfont">$vbphrase[hasann_posted_thread]</span></td> <td class="popularthread" align="center"><span class="smallfont">$vbphrase[hasann_popular_thread]</span></td> <td class="closedthread" align="center"><span class="smallfont">$vbphrase[hasann_closed_thread]</span></td> <td class="announcement" align="center"><span class="smallfont">$vbphrase[hasann_announcement_thread]</span></td> </tr> </table> </td> </if> |
#81
|
|||
|
|||
![]()
Here is the fixed version with the security update. Please note I had to relocate the bottom legend to down a block to avoid the footer issue.
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|