Nice addition! But when you hit view new post, the unread colors are not red there. Is there something else to change for that?Sir Xiradorn » 18 Apr 2010, 01:02 wrote:Wery good work.....i had add a small addon to colour also the unread topic title
In viewforum_body.html i modified thisin this wayCode: Select all
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
Code: Select all
<a href="{topicrow.U_VIEW_TOPIC}"<!-- IF topicrow.S_UNREAD_TOPIC -->style="color:#FF0000;"<!-- ENDIF --> class="topictitle">{topicrow.TOPIC_TITLE}</a>
Use custom forum images.
Re: Use custom forum images and coloured notification.
#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: Use custom forum images and coloured notification.
Board rules! No PM support
Re: Use custom forum images and coloured notification.
Thanks so the last search is the one that will change the "view new post" unread color and active, etc..?
Also what if we have the last post mod on the index. How can we change that color as well. Would it fall under that last search snippet you made?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Use custom forum images and coloured notification.
doesn't that mod already have it's own setting in the ACP somewhere?
Re: Use custom forum images and coloured notification.
You can change the color of the last posts. But it will not change if it is unread.cisco007 » 26 Apr 2010, 20:57 wrote:doesn't that mod already have it's own setting in the ACP somewhere?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Use custom forum images and coloured notification.
i wonder what this snippet does then! (me being sarcastic)
Re: Use custom forum images and coloured notification.
Lol it does just that!. But I am talking about if you are using the last posts title mod by NV the unread color stay default. On the index page.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Use custom forum images and coloured notification.
if you have that installed you will have to modify this code around that mod!
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Use custom forum images and coloured notification.
1st post updated with new edits click on show spoiler to re-do any edits if already installed to fix it.
view here for coloured notification forum and topics : viewtopic.php?f=9&t=648
just dont do these edits in the 1st post.
Open styles/prosilver/template/forumlist_body.html
find:
replace with:
Sorry!
view here for coloured notification forum and topics : viewtopic.php?f=9&t=648
just dont do these edits in the 1st post.
Open styles/prosilver/template/forumlist_body.html
find:
Code: Select all
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
Code: Select all
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="forumtitle" style="color:#FF0000;">{forumrow.FORUM_NAME}</a><!-- ELSE --><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><!-- ENDIF --><br />
Re: Use custom forum images and coloured notification.
Thanks a lot Steve. It worked. and aligned.
Anyone have the search_result.html with red coloured unread notification? I followed your steps for forum and posts, and it worked. But cant get Stoker's search unread color notification to work. Posted my file, but still nothing happens.
Anyone have the search_result.html with red coloured unread notification? I followed your steps for forum and posts, and it worked. But cant get Stoker's search unread color notification to work. Posted my file, but still nothing happens.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!