Python Forum

Full Version: browser tab linked with unread posts counter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
i modified the unread post plugin to link its counter to the browser tab. So if you have 1 unread post, it should show (1) Python Forum in the tab instead of the old Python Forum. 

I checked on Chrome, Firefox, and Epiphany. 

The browser tab only updates if left on the index page so far.
(Apr-18-2017, 05:28 PM)metulburr Wrote: [ -> ]The browser tab only updates if left on the index page so far.
works on all pages now.
Oh, good. I thought I was going nuts.
Not sure if I like this change

How many users do we expect to read every single new post? I assume not too many. So this number will increase for them until it reaches the maximum. At this point, the browser tab will always show the same number in front of the real title. I don't see many benefits. In fact, it only seems helpful for those actively trying to read every single post and who want to be notified by the tab name immediately. The same notification was already visible in the header area of every single forum page you open. However, as this functionality now exists, I'd vote to make it optional through user preferences and have it deactivated by default.

A much more useful addition to the always same "Python Forum" browser tab name would be the name of the thread you are currently reading, etc. This way, when a user goes from an overview of threads to opening multiple threads each in a tab of their own, the tab name will directly say, which tab holds which thread. I am pretty sure this was already working at some point, but maybe was deactivated by this change now? Vote for returning that functionality.
(Apr-19-2017, 10:44 AM)Kebap Wrote: [ -> ]A much more useful addition to the always same "Python Forum" browser tab name would be the name of the thread you are currently reading, etc.
The was the way it was. You just couldnt read it because of so little real estate. The fact of it working on every page overrides the thread info on the browser tab. If its only on the index page, they will still work. 
(Apr-19-2017, 10:44 AM)Kebap Wrote: [ -> ]How many users do we expect to read every single new post?
I was assuming that every user would always keep their unread post counter cleared. I would e interested in knowing if some user dont do this.

I will add a poll.

EDIT:
Quote: I'd vote to make it optional through user preferences and have it deactivated by default.
i will attempt to add this
Quote: I'd vote to make it optional through user preferences and have it deactivated by default.

I would prefer this option as well. :)
(Apr-19-2017, 10:44 AM)Kebap Wrote: [ -> ]The same notification was already visible in the header area of every single forum page you open.
Actually before i modified it, the counter was only available in the index page. The links was always there, but the counter was not.

(Apr-19-2017, 10:44 AM)Kebap Wrote: [ -> ]A much more useful addition to the always same "Python Forum" browser tab name would be the name of the thread you are currently reading, etc. This way, when a user goes from an overview of threads to opening multiple threads each in a tab of their own, the tab name will directly say, which tab holds which thread.
you could do the same with the URL in that way then since the thread title is in the URL. But if that is what you really are interested in, i could try to parse the old title in with the counter of the tab?
Not very useful and since I have around 202 unread posts I thought it was Firefox telling me about strange HTTP return codes until I lloked at th epage source. If it must stay I would much prefer something like Python forum (55 unread)
I like it
(Apr-19-2017, 03:03 PM)Ofnuts Wrote: [ -> ]I have around 202 unread posts
you dont clear unread posts? there is a "Mark all threads read" option in the unread posts window (when there are unread posts).
Pages: 1 2 3