Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2349

[3.3.x] Styles Support & Discussion • Re: Unread forum titles (colorà

$
0
0
I only made the changes to my test forum. Only prosilver also emptied the cashe there. But nothing... Am I editing the right line?

open: prosilver/template/ajax.js

search:

Code:

$('li.row').find('dl[class*="forum_unread"]').each(function() {
place above:

Code:

/* grid pro */$('a, i.icon').each(function() {if ($('a i.icon').hasClass('unread-forum')) {$('a i.icon').removeClass('unread-forum');}});
open: prosilver/template/forumlist_body.html
search:

Code:

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
repleace with:

Code:

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle <!-- IF forumrow.S_UNREAD_FORUM -->unread-forum<!-- ENDIF -->;">{forumrow.FORUM_NAME}</a>
/* custom css
---------------------------------------- */

Code:

a.forumtitle.unread-forum {color: #AA0000;}

Statistics: Posted by bennybernaer — Sat Nov 30, 2024 7:54 pm



Viewing all articles
Browse latest Browse all 2349

Trending Articles