Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ivo Pereira Posted September 29, 2015 Posted September 29, 2015 Hello, I am building a system that uses IPB functionality for login/registering, however I would like to implement IPB notifications using my own system. Even if there is no API around it, how could I achieve such a similar feature using database? Thanks
Paul.F Posted September 29, 2015 Posted September 29, 2015 Very hard to answer without more info. If this is something that you re manually entering say vi the Pages application, then you could use the Rules addon to send out notifications. The dev of the addon is incedibly active and may be able to help on it's capability for your needs.
Ivo Pereira Posted September 29, 2015 Author Posted September 29, 2015 55 minutes ago, pmflav said: Very hard to answer without more info. If this is something that you re manually entering say vi the Pages application, then you could use the Rules addon to send out notifications. The dev of the addon is incedibly active and may be able to help on it's capability for your needs. Hello @pmflav, No, I am not using Pages. I am using a system totally written by me totally separated by IPS. The unique thing that connects both is the login/register features. What I am looking for is what it responsible for filling new notifications inside IPS. What is inserted to database and where, so I could replicate similar insertion in my own system, and to make results visible in IPS.
Tom S. Posted September 29, 2015 Posted September 29, 2015 I'm not entirely sure what you are trying to achieve. Maybe with some more info we can provide better advise. Have you read this article? https://community.invisionpower.com/4docs/advanced-usage/development/notifications-emails-r85/
Austin Headley Posted September 29, 2015 Posted September 29, 2015 I have very limited knowledge on anything IPB but out of curiosity I did some looking around and it simply looks like notifications are a record in the core_notifications table. Wouldn't seem hard to write to this table from your outside application, assuming you get the structure right. I don't have access to the raw code as I don't have self-hosted licence so I couldn't tell you if there is any other functions that would have to be in place to make it work such as dismissing the notification when viewed, or other cache or system related changes also made when the IPB system creates notifications. Maybe someone with more knowledge would know exactly how the system works in it entirety.
Ivo Pereira Posted September 29, 2015 Author Posted September 29, 2015 @Tom S. basically, imagine a soccer match maker system totally separated from IPB. However my users are generally on forums, and it would be great if I can notify them that anything has happened in my separated system. I'm gonna check the link you've provided, however @Austin Headley could be a suggestion to try either. I will check the table responsible for that. Thanks a lot both!
Tom S. Posted September 29, 2015 Posted September 29, 2015 @Ivo Pereira Do you want to notify them all at once? If so, why not just use the bulk mailer? If it's a self generated notification to individual people then I don't know how to do that off the top of my head.
Ivo Pereira Posted September 29, 2015 Author Posted September 29, 2015 3 hours ago, Tom S. said: @Ivo Pereira Do you want to notify them all at once? If so, why not just use the bulk mailer? If it's a self generated notification to individual people then I don't know how to do that off the top of my head. @Tom S. I was looking to self generate a notification for each one, yes
Recommended Posts
Archived
This topic is now archived and is closed to further replies.