- user mentions: https://www.phpbb.com/customise/db/exte ... _mentions/
- browser notifications (working with e.g. mobile chrome): https://senky.github.io/pushnotifications/ this isn't free though, so maybe alternatively https://github.com/lavigor/notifications?
Work in progress
Work in progress
As per suggestion from F43nd1r:
Re: Work in progress
I can't have the mention system to work. Extension is installed and as far as I can see the permission is set but it doesn't seem to be enough
Re: Work in progress
@Pierrot it seems to me that the mention itself works, just not the notification. Maybe a problem with the php version?
Re: Work in progress
I received the notification, but I'm still unable to use the mention. That's probably something related to permissions if it works for you. Damn!
- TrianguloY
- Posts: 110
- Joined: Thu Jan 24, 2019 9:46 am
Re: Work in progress
I'm able to autocomplete @Pierrot, and also @TrianguloY but not @F43nd1r. (maybe because the second character in your name is a number?)
Funny thing, after writing the '@' without a valid mention it can no longer be autocompleted (after that char, it can before the char). Probably a bug in the extension.
Let me try by writing the name manually:
@F43nd1r
And also let me try with an invalid username:
@InvalidUserName
Funny thing, after writing the '@' without a valid mention it can no longer be autocompleted (after that char, it can before the char). Probably a bug in the extension.
Let me try by writing the name manually:
@F43nd1r
And also let me try with an invalid username:
@InvalidUserName
Re: Work in progress
Problem fixed @F43nd1r
Indeed, the mention plugin used a regexp which wasn't including digits. I patched it and it works, you may have to do a full reload of the page to clear the browser cache.
Indeed, the mention plugin used a regexp which wasn't including digits. I patched it and it works, you may have to do a full reload of the page to clear the browser cache.
Re: Work in progress
Good. Email notifications work as well.
Re: Work in progress
Just installed https://github.com/lavigor/notifications, let's see whether it works on mobile devices: @Pierrot
Re: Work in progress
Not yet, a dependency was missing, trying again @Pierrot
Re: Work in progress
Ok, it works on mobile too: