I think it's a bit oldschool and geeky displaying any literally "zero value" informations to end users - I don't know any other nowadays communication tech (smartphone etc.) that inform the cell owner about zero text messages with a permanent display (just an example). That's why I like to suggest to change the pm display to this behaviour:
Case A - new/unread messages in inbox:
Case B - NO new/unread messages in inbox:
Of course other ideas for the wording/whatever are welcome - as you can see I choosed to display a link to "Private messaging" for my board and only a notification in case there is a reason for. Another advantage is that it's harder to miss a new message by overlooking the count number (the visual change is way more more obvious if "private messaging" transforms to "x new messages"). All in all I got a positive feedback from my board users for this tiny but usability-effective change.
Change "0 new messages" display in header
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: Change "0 new messages" display in header
Phone is a bad example. My computer permanently tells me that I have zero emails and zero texts.
Re: Change "0 new messages" display in header
I agree.DocSommer wrote:Another advantage is that it's harder to miss a new message by overlooking the count number (the visual change is way more more obvious if "private messaging" transforms to "x new messages"). All in all I got a positive feedback from my board users for this tiny but usability-effective change.
Re: Change "0 new messages" display in header
Mine (windows 7 os) doesn't - can't ever recall seeing a computer behaving this way tbh. Even within outlook I only see a "(x)" value notification next to a folder name if there a new/unread mails. Other leading social media services (e.g. facebook) treat it likewise.callumacrae wrote:Phone is a bad example. My computer permanently tells me that I have zero emails and zero texts.
Re: Change "0 new messages" display in header
Good idea. +1
Would install today if it was a mod.
Would install today if it was a mod.
Re: Change "0 new messages" display in header
it's rather some kind of a snippet^^ Since I did it on my board I can get you the code I've used (when I'm back at home) but since I'm not good with code it might not be the best/efficient attempt.
Re: Change "0 new messages" display in header
+1 to the possibility of having more control over how the theme treats messages. Currently iirc it's a {LANG} variable that distinguishes only between whether the word message(s) is plural? The ability to display a different element with a different class would be nice.
Re: Change "0 new messages" display in header
@ Mess:
Here's my current solution I'm using for my overall_header template (no changes in other files needed) :
you'll find the right spot a few lines after:
simply replace the entire line that starts with
Here's my current solution I'm using for my overall_header template (no changes in other files needed) :
Code: Select all
<!-- IF S_DISPLAY_PM and (S_USER_NEW_PRIVMSG) --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO} •</a><!-- ELSE --><a href="{U_PRIVATEMSGS}">{L_PRIVATE_MESSAGING} •</a><!-- ENDIF -->
Code: Select all
<li class="icon-ucp">
Code: Select all
<!-- IF S_DISPLAY_PM a......
Re: Change "0 new messages" display in header
+1
I'm Vietnamese so I'm not good in speaking English!!!
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Change "0 new messages" display in header
+1... But notifications in 3.1 should change this anyway.