Coloured Unread Forums and Topics
Re: Coloured Unread Forums and Topics
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.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Coloured Unread Forums and Topics
Hi Stoker,
this tip works with subforum ? because i think it's really nice if it's working
this tip works with subforum ? because i think it's really nice if it's working
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Coloured Unread Forums and Topics
Yes it works with subforums.
But the subforum name will not be coloured, the main forum name will.
But the subforum name will not be coloured, the main forum name will.
Board rules! No PM support
Re: Coloured Unread Forums and Topics
Maybe it doesnt work because im using GlossyBlack? Even though unread topics and forums change color. Just not search!
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Coloured Unread Forums and Topics
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.
There is no errors in the install instructions and it must be done exactly as instructed.
Board rules! No PM support
Re: Coloured Unread Forums and Topics
I restarted with a fresh file. Still nothing. Guess ill check again..
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Coloured Unread Forums and Topics
You are missing a >
Find this:
replace with:
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>
Code: Select all
<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle"><!-- IF topicrow.S_UNREAD_TOPIC --> style="color:#FF0000;"<!-- ENDIF -->>{searchresults.TOPIC_TITLE}</a>
Board rules! No PM support
Re: Coloured Unread Forums and Topics
That actually caused an extra > before the topic title in view new post. Does it matter that im using GlossyBlack systel?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Coloured Unread Forums and Topics
My mistake, use this:heredia21 wrote:That actually caused an extra > before the topic title in view new post
Code: Select all
<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle"<!-- IF searchresults.S_UNREAD_TOPIC --> style="color:#b22222;"<!-- ENDIF -->>{searchresults.TOPIC_TITLE}</a>
Board rules! No PM support
Re: Coloured Unread Forums and Topics
Finally!. Thanks
#1 BlackBerry News site - BlackBerry Empire. Come visit us!