![]() |
Quote:
Apparently the "Thread Links" mod is interfering with this mod. I'm going to work on getting them to work together now. Will update soon. Quote:
Thanks. :) |
2.02 released- fixes conflict with the "Thread Links" mod.
Edited to fix execution order. |
I love this modification, I've edited a couple of things to my likings.
I'm glad you got it working for VB4~ |
Is there a way I can change the global threads text color please? I changed my sticky's color to red, but I am not sure how to do it for this.
Thanks. |
I'm not really sure what you have to do, probably something with CSS but what you need is in your threadbit_global template...
find the code: Code:
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw globalthread.realthreadid}">{vb:raw globalthread.threadtitle}</a> |
This is what I added in the additional.css template for the sticky color:
Code:
.sticky a.title {color: red;} |
OK, simple fix... edit the threadbit_global template and change the code I quoted above to:
Code:
<a style="color:green;" class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw globalthread.realthreadid}">{vb:raw globalthread.threadtitle}</a> |
Quote:
Do I just tack this on the very end of the additional.css template that exists for each of my styles, so the Global Threads ONLY appear with this background color? Thanks ... Regards, Doug |
That doesn't do the background color, just the link color... and that code is for stickies... for global threads you must edit the template I explained above.
|
Quote:
Regards, Doug |
All times are GMT. The time now is 09:12 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|