Resource icon

Show amount of new threads in title at What's New page

Vincent

Well-known member
VincentU submitted a new resource:

Show amount of new threads in title at What's New page (version 1.0.0) - Show amount of new threads in title at What's New page

View attachment 31510

When you have an auto-renewer at the "What's New" page I thought it was stupid to always go check manually if there were new threads in that list.

That's why I added a little counter in front of the title of the page, that will renew with the page. It's small, but useful :)

In the template find_new_threads, change
Code:
<xen:title>{xen:phrase new_threads}</xen:title>

to
Code:
<xen:title>({xen:number $totalThreads}) {xen:phrase...

Read more about this resource...
 
but there is also the counter in the title of the page. like this:

(1) Unread...

But I want the counter only in the Tab.

How can I remove this one?
 
Top Bottom