Event for the notification lists

Discussion forum for Extension Writers regarding Extension Development.
Locked
HanFox
Registered User
Posts: 14
Joined: Sat Jun 22, 2013 11:28 am

Event for the notification lists

Post by HanFox »

What is the event for the dropdown at the top of the page and the page inside the ucp for managing notifications?

I've looked through the Event List on the wiki and the actual forum code and can't figure out which event I would use in an extension to modify the displayed data (chiefly the avatar).

Thanks for any help.
HanFox
Registered User
Posts: 14
Joined: Sat Jun 22, 2013 11:28 am

Re: Event for the notification lists

Post by HanFox »

So, does no one know? Looks a bit wonky when certain areas have the correct avatars and the notifications don't.

Is this an event I'm going to have to request?
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: Event for the notification lists

Post by 3Di »

HanFox wrote: Fri Jul 20, 2018 6:21 pm Looks a bit wonky when certain areas have the correct avatars and the notifications don't.
What's the issue with avatars in notifications? http://prntscr.com/k946m2
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
HanFox
Registered User
Posts: 14
Joined: Sat Jun 22, 2013 11:28 am

Re: Event for the notification lists

Post by HanFox »

3Di wrote: Sat Jul 21, 2018 2:38 am
HanFox wrote: Fri Jul 20, 2018 6:21 pm Looks a bit wonky when certain areas have the correct avatars and the notifications don't.
What's the issue with avatars in notifications? http://prntscr.com/k946m2
I meant on my forum, using my theme.

Not everyone is content with prosilver.

I'm guessing this just isn't possible to change currently? Even though the avatar data seems to be freely available for every other part of the forum.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Event for the notification lists

Post by david63 »

HanFox wrote: Mon Jul 09, 2018 3:53 pm What is the event for the dropdown at the top of the page and the page inside the ucp for managing notifications?
HanFox wrote: Sat Jul 21, 2018 10:43 am I meant on my forum, using my theme.
As the default style displays avatars on notifications and your style does not then you would be better off asking your question at the place where you got your style
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
HanFox
Registered User
Posts: 14
Joined: Sat Jun 22, 2013 11:28 am

Re: Event for the notification lists

Post by HanFox »

I guess I haven't explained myself well.

I use a profile field to modify avatars under certain circumstances. Everywhere else the avatar is exposed in an event, but not for notifications.

My question is pretty simple, it's in the first post, is it possible to manipulate the data displayed in notifications via an event (just like in every other place on the forum), or not? If not, should I request an event be added, as that would, to me, make sense that notifications are on par with other parts of the software?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: Event for the notification lists

Post by Paul »

You will need to provide a lot more information (And preferbly code), unless the only thing we can do is guess what you are trying.
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany
Contact:

Re: Event for the notification lists

Post by kasimi »

HanFox wrote: Sat Jul 21, 2018 10:57 am is it possible to manipulate the data displayed in notifications via an event
No, there is no event: https://github.com/phpbb/phpbb/blob/rel ... 4324-L4339
HanFox
Registered User
Posts: 14
Joined: Sat Jun 22, 2013 11:28 am

Re: Event for the notification lists

Post by HanFox »

kasimi wrote: Sat Jul 21, 2018 11:08 am
HanFox wrote: Sat Jul 21, 2018 10:57 am is it possible to manipulate the data displayed in notifications via an event
No, there is no event: https://github.com/phpbb/phpbb/blob/rel ... 4324-L4339
Great, a response to the actual question and pointing at the relevant code. Thanks :)

That's really all I asked and everyone else seemed to fall over themselves a bit.
HanFox
Registered User
Posts: 14
Joined: Sat Jun 22, 2013 11:28 am

Re: Event for the notification lists

Post by HanFox »

bbthailand wrote: Wed Oct 05, 2022 3:26 pm Event List
https://area51.phpbb.com/docs/dev/maste ... _list.html
Necroing a 4 year old topic to not really say much useful... *chefs kiss*
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3732
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: Event for the notification lists

Post by Kailey »

HanFox wrote: Wed Oct 05, 2022 4:55 pm Necroing a 4 year old topic to not really say much useful... *chefs kiss*
Please report such posts in the future.

Given that the topic is long past its usefulness, closing.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
Locked

Return to “Extension Writers Discussion”