Lack of interest Add css class to threads_below_not_been_updated_since_last_visit_have_unread in find_new_posts

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

sinucello

Well-known member
Hi,
to make it easier to customize the layout of the finde_new_posts template it would be nice if you could change

Code:
<li class="discussionListItem"><div class="noteRow">{xen:phrase threads_below_not_been_updated_since_last_visit_have_unread}</div></li>

to something like:
Code:
<li class="discussionListItem unreadSinceLastVisitBar"><div class="noteRow">{xen:phrase threads_below_not_been_updated_since_last_visit_have_unread}</div></li>

thank you,
Sacha
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom