Forums / Cotonti / Extensions / Facebook style notifcations

singh336
#1 2013-12-02 03:22

We all know what the facebook notification center is, the style the layout the methods etc.

 

We also all know cotonti doesn't come packaged with any good modern way of notifing the user of :

 

New Pm's

Replies to threads the user posted in.

Comments on a Page submitted by the user.

etc etc basically any notification the user can get from anything they submitted comments / posts / content to.

Using this plugin on the header, like FB (and this site) would be great, but when clicking a drop down box like the one on FB pops down and shows the last recent notifications.

 

Tags / Likes 

 

The tags and like functions on FB really proved to be useful, on our larger community Siena based sites, it would be nice to see similiar functions available.

 TPL Tags for "like" " {FB_LIKE} " for webmasters to put anywhere they want, in forum post rows / shoutbox comments / download pages  etc anywhere needed.

 

 

I know for Genoa, i've seen and used notifier plugins like thread subscribers and such, but those PM'ed the user and could pile up VERY quickly.

 

 

Let me know your thoughts, yes this is a request, not an announcement that I have such a plugin, sadly.

 

Honestly, i'm surprised there hasn't been more than one example out there now for download.

 

 

Added 11 months later:

So almost a year later I sitll believe this is a powerful feature.

 

 

 

having facebook style notification (popup not needed really) - just red number somewhere on header to show you have some updates

 

 

somebody replied to a thread you posted or posted within

 

somebody sent you a message

 

somebody liked / thanked your comment / page / post etc

 

 

Does anyone not agree that this wouldn't be a great idea? 

<a href="http://www.streetlegalmods.com/">http://www.streetlegalmods.com/</a>
This post was edited by singh336 (2014-10-23 19:20, 9 years ago)
Kabak Online
#2 2014-10-24 22:25

FB use JavaScript.

somebody liked / thanked your comment / page / post etc - we have that

I am looking for subscriptions and bookmarks plugin for Cotonti

singh336
#3 2014-12-13 03:53

Yea, the thanks thing is okay

 

but would be nice to come to the site and see a notification in your control panel that says  like "6 new notifications" pressing that like FB would popup a box with links to threads or comments thanked / replied / quoted etc

 

it would be a great way for people to stay active 

<a href="http://www.streetlegalmods.com/">http://www.streetlegalmods.com/</a>
lukgoh
#4 2015-01-15 15:51

After looking into this idea for my own website(s) I discovered to achieve what you are asking for requires two things:

Js to display the notifications and a Push service on the surver.

I could be wrong but I dont think this is possible in just the form of a plugin that will just work for everybody, until something pops up that will provide a simple solution.

In the mean time you could use the same method the cotonti site uses for notifiying new PMs etc.

create a plugin that hooks into the header, use SQL query to see if there is any updates for the user.

Then in your header TPL do a check to see if the query has results and change the colour of the icon or add a 1 or what ever.

The only difference would be the page would have to be refreshed to see the notifications.