pein87
02-22-2009, 10:00 PM
Yet again another simple mod that you can use to change the links of your new posts color. You can also change the individual color of the thread on index.php.
This time no bothersome alexD on this one lol.
#########################################
# changing a new threads color on index and forumdisplay #
# copy right blue phoenix 2008-2009 edit by: pein87 #
# edit covers 3.8.x versions and is untested on 3.7.x #
#########################################
This template edit allows you to change the color of your threads when they have a new post or the thread has is new
I've gotten it to work on both the forumdisplay.php and on
index.php.
-------------------------------
Open the "threadbit" template to the style you wish to do this edit on.
Find:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold "</if>>$thread[threadtitle]</a>Find in:
style="font-weight:bold"Replace with:
style="font-weight:bold; color:#000000;"SPECAIL NOTE * swicth the color to your own color I choose black because its a dark color and easy to see on white.
Example with a html color name (linkchange2.jpg)
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold; color:red;"</if>>$thread[threadtitle]</a>
-------------------------------
Adding this to index.php is another simple edit
open the template "forumhome_lastpostby"
find:
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>Find in:
style="white-space:nowrap"Replace with:
style="white-space:nowrap; color:#000000;"and your done now your links color will change color if theres a new unread thread on both forumdisplay.php and index.php
This time no bothersome alexD on this one lol.
#########################################
# changing a new threads color on index and forumdisplay #
# copy right blue phoenix 2008-2009 edit by: pein87 #
# edit covers 3.8.x versions and is untested on 3.7.x #
#########################################
This template edit allows you to change the color of your threads when they have a new post or the thread has is new
I've gotten it to work on both the forumdisplay.php and on
index.php.
-------------------------------
Open the "threadbit" template to the style you wish to do this edit on.
Find:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold "</if>>$thread[threadtitle]</a>Find in:
style="font-weight:bold"Replace with:
style="font-weight:bold; color:#000000;"SPECAIL NOTE * swicth the color to your own color I choose black because its a dark color and easy to see on white.
Example with a html color name (linkchange2.jpg)
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold; color:red;"</if>>$thread[threadtitle]</a>
-------------------------------
Adding this to index.php is another simple edit
open the template "forumhome_lastpostby"
find:
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>Find in:
style="white-space:nowrap"Replace with:
style="white-space:nowrap; color:#000000;"and your done now your links color will change color if theres a new unread thread on both forumdisplay.php and index.php