-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[suggestion] Minor Alerts & Messages Suggestion #4950
Comments
Making the whole area take to the subject sounds good. I also noticed some kinds of notifications don't have any link other than a profile link. Do you want to do it? |
Sure, I'll do so & post an PR as soon as my current PR is closed (whether it be merged or not) |
Alright :) hehe, beginner's mistake, I did the same. You get used to it xD |
I'm unable to produce a calendar event alert, can anyone check if they can ? |
I would be against this change since on my mods I add more stuff in the notification than a simple link, if the whole area gets converted to a link, mods won't be able to emit this kind of more robust notifications. |
I'm sorry but I think good default behavior is more important than how it will affect mods. As it stands you need to manually find links to many notifications and that's far from ideal. You can always just change your mod to work with this (and if possible this can be made in a way easy to change). Or maybe another way this could be done is change the avatar to a user link, and make a good portion of the main message link to the subject (the first phrase on most of them), removing user links there. |
making this does require a lot of additional code in the fetch_alerts() function and Alerts language file since that's where most of the links which have to be removed for this are, but I don't think It's a problem for mods, Otherwise I suppose @Gwenwyfar last suggestion is better than nothing. |
Yeah... the point is, notifications aren't limited to a single action, just because SMF doesn't do this by default (It should BTW) doesn't mean the notification feature needs to be limited. A lot of effort has been put to make the notification system as extensible and customizable as possible, limiting the actual notification to a single link kinda defeats this purpose. |
if the main purpose is to have many links, then I guess it is what it is, |
The main purpose of a notification shouldn't be about multiple links, but the main subject (to know about it, use it, go to it). Anything else is an extra. While the extras is nice to have, the main function should work well. So making a more usable link for it is the minimum we should do (and add one where there isn't any at all). @MissAllSunday what do you think about the idea of being able to just change the format easily (with a bool or otherwise)? |
Sure, a way to specify what kind of notification you want to show would be great. |
While browsing I noticed that when I receive a notification, I find myself clicking on the member's link instead of the reply to the topic/post itself (or other kinds on alerts such as reports)
I'm thinking either having the first link be the important one, or have the entire box of each item take to the subject notified about, I do believe small details like this matter and make a difference.
The text was updated successfully, but these errors were encountered: