I think the word ‘Title bar’ might be confusing. By, title bar I mean, ‘Title of the page’ the one that gets displayed on the title bar of the web browser.
Thanks
I’ve been thinking of this a lot myself, in the way that Facebook or Gmail for example update their title tags. This is a great way of encouraging engagement in the site as people see the number even if their browser is minimised and they’re off working on something else.
I haven’t tried to implement this myself yet but will have a try asap.
I guess it’s a case of:
adding a conditional in to the <title > tag in the themes header.php that says IF there are notifications then display the count. Then, have the page refresh periodically to update the count (or does buddypress do this already to update notifications? I’d have to check)
So just need to find the code that generates the notifications count.
Hopefully it’s that simple, but we’ll see 🙂