[Template] Notifications Event

Request hook events and what data needs to be sent for the new hook system.
Post Reply
vipaka
Registered User
Posts: 5
Joined: Mon Dec 08, 2014 8:15 am

[Template] Notifications Event

Post by vipaka »

Identifier: notification_dropdown_before

Code: Select all

<div class="header">
			{L_NOTIFICATIONS}
Prosilver Location (if applicable): ./styles/prosilver/template/notifiation_dropdown.html
Subsilver Location (if applicable): ./styles/subsilver/template/notification_dropdown.html
Explanation: For adding additional notifications such as notifications when a topic you've created is replied to, and notifications based on extensions that would benefit from them (trading, daily etc).

vipaka
Registered User
Posts: 5
Joined: Mon Dec 08, 2014 8:15 am

Re: [Template] Notifications Event

Post by vipaka »

And while this one is being (hopefully) added so we can have announcement notifications and so forth...

Would it also be possible to add ucp_prefs_notification events for the same thing so that user's can have the same controls over any new notifications added easily via ext.

Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 373
Joined: Thu Sep 16, 2004 9:02 am
Contact:

Re: [Template] Notifications Event

Post by Paul »

You dont need these events for adding your own extension. See this extension as example on how to add your own notification: https://github.com/phpbb-extensions/boardrules

Post Reply