The Arcive of vBulletin Modifications Site. |
|
Thread Title Coloring Details »»
|
|||||||||||||||||||||||||
What does this do?
Creates an AdminCP Option to customize the color of your Closed, Moderated, Polled, Stickied, and Announcement Thread Titles. Installation: 1. Go into your AdminCP -> Product Manager -> Add/Import Products. 2. Import the product -- that's it! 3. To use, go to vBulletin Options -> Thread Coloring. IF YOU'RE UPGRADING -- BE SURE TO SET OVERWRITE TO YES WHEN IMPORTING THE NEW XML FILE.Version History: 1.00 - Original Release 1.01 - Now compatible 3.6 Gold, HTML Markup Capability Added, Fixed bug that colored Moved Threads the same as Poll Threads 1.02 - Added Version Check (Upgrade Not Necessary) Check out the Screenshot if you need a visual. Feel free to post any suggestions or request additions. Show Your Support
|
|||||||||||||||||||||||||
| Благодарность от: | ||
| davidg | ||
| Comments |
|
#2
|
|||
|
|||
|
<font color="Red">Member did not provide screenie.</font>
|
|
#3
|
||||
|
||||
|
Must have been updating the thread when you posted. They're in there now.
Member has a name too... lol. |
|
#4
|
|||
|
|||
|
This looks like its in the vBulletin Options... wouldnt this work better if it was in the Style Manager so that you can customize the colors per style?
MGM out |
|
#5
|
||||
|
||||
|
Its a good idea but it should work on a per style basis.
Example. Making hot thread appear in red can look extremly good in one style but could be readable in another. :-( |
|
#6
|
|||
|
|||
|
What I would reccomend doing is changing all the:
PHP Code:
PHP Code:
Then, add: Code:
.nameOfClass {
color: #fff;
}
That would be one simple, easy way to do it. But the best way would be if you could add a new field altogether for the All Style Options that works like the Table Footer or Table Header sections... where you can choose color, font, background, etc. But that might require more work than you would want to put in (I'm not sure how much work exactly, because I haven't played with the plugin system too much personally). MGM out |
|
#7
|
||||
|
||||
|
Very nice indeed!
|
|
#8
|
|||
|
|||
|
JoRd likes very much!!
Thanks a lot acid ![]() JoRd |
|
#9
|
|||
|
|||
|
I was looking for something that would actually color the background of the table row itself.....
I dont think that is possible with this mod is it? |
|
#10
|
|||
|
|||
|
You'd have to change some of the coding to do that... Instead of: <span style="color: ...
It'd have to be something like: <span style="background: ... ... Actually, it might need to be added to the table cell itself from the templates... MGM out |
![]() |
|
|