Page 2 of 3

Re: Coloured Unread Forums and Topics

Posted: 27 Apr 2010, 16:00
by heredia21
The other 2 edits I did them from the other topic. Which was replace this with that. Here I only used the search and it didnt work.

Re: Coloured Unread Forums and Topics

Posted: 27 Apr 2010, 22:35
by Kynetic
Hi Stoker,

this tip works with subforum ? because i think it's really nice if it's working

Re: Coloured Unread Forums and Topics

Posted: 27 Apr 2010, 23:14
by Stoker
Yes it works with subforums.
But the subforum name will not be coloured, the main forum name will.

Re: Coloured Unread Forums and Topics

Posted: 28 Apr 2010, 01:42
by heredia21
Maybe it doesnt work because im using GlossyBlack? Even though unread topics and forums change color. Just not search!

Re: Coloured Unread Forums and Topics

Posted: 28 Apr 2010, 06:57
by Stoker
No, that part is not working because you didnt follow the instructions and my later advice which was to start over with a fresh file.
There is no errors in the install instructions and it must be done exactly as instructed.

Re: Coloured Unread Forums and Topics

Posted: 28 Apr 2010, 23:58
by heredia21
I restarted with a fresh file. Still nothing. Guess ill check again..

Re: Coloured Unread Forums and Topics

Posted: 29 Apr 2010, 04:29
by Stoker
You are missing a >
Find this:

Code: Select all

<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --> style="color:#FF0000;"<!-- ENDIF -->{searchresults.TOPIC_TITLE}</a>
replace with:

Code: Select all

<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --> style="color:#FF0000;"<!-- ENDIF -->>{searchresults.TOPIC_TITLE}</a>

Re: Coloured Unread Forums and Topics

Posted: 29 Apr 2010, 04:42
by heredia21
That actually caused an extra > before the topic title in view new post. Does it matter that im using GlossyBlack systel?

Re: Coloured Unread Forums and Topics

Posted: 29 Apr 2010, 07:40
by Stoker
heredia21 wrote:That actually caused an extra > before the topic title in view new post
My mistake, use this:

Code: Select all

<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle"<!-- IF searchresults.S_UNREAD_TOPIC --> style="color:#b22222;"<!-- ENDIF -->>{searchresults.TOPIC_TITLE}</a>

Re: Coloured Unread Forums and Topics

Posted: 29 Apr 2010, 14:20
by heredia21
Finally!. Thanks