inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Oct 29, 2018 1:33:08 GMT -8
elli , Would you mind giving me access to the plugin area, including build permissions for your notification plugin? (username: peter) Am going to write a new plugin that will do shared notifications and use a super forum key instead. This way it can be 100% global and not rely on the user data needing to be on the page. Thanks Edit: github.com/PopThosePringles/ProBoards-Shared-NotificationsWorks very similar to the profile notifications, but this time you don't specify a user ID. Shared_Notifications.api.create.notification(msg)
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 5, 2018 9:19:38 GMT -8
Peter Slow response, but I just implemented it and it seems to be working as I'd expect it to! To clarify, we don't need to set key data in the notification message anymore, right? (I removed it with no issues.) This bit: pb.plugin.key("monetary_shop_notifications").set({
value: notification_data, object_id: notification_receiver_id,
});
Since we're not setting notification_receiver_id anymore; your API is handling that with a setting. I gave you build access to that plugin. Does it seem right to you? Thank you again!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 6, 2018 6:00:40 GMT -8
elli, done some testing, and yes, seems to be working fine. Good job
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 6, 2018 11:16:23 GMT -8
Thank you Peter, your help has been so appreciated!
|
|