Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+8 votes
4.9k views
in Plugins by

I have knocked together a plugin to add a live activity feed to the front page. Every ten seconds it checks for new activity in the event log using ajax (no refresh needed), if there is a new entry it will be added to the top of the list and an alert will sound. It shows the 50 most recent questions, answers, comments and new users in the event log. I haven't added any settings but, if you know what you are doing you should be able to add more events, reduce/increase the amount of entires and so on. It's possible to add events such as profile changed, badge awarded and so on, check the event log in your database. It's not all my code, some was adapted from the recent events widget: https://github.com/echteinfachtv/qa-recent-events-widget

Anyway hope you enjoy.

Upload to the plugins directory.
Admin > Layout > Add Widget

https://www.dropbox.com/s/9kwpo6xth2hykpb/livefeed.rar

1 Answer

0 votes
by
I installed the plugin, i activated through admin/layout but it doesnt display anywhere !!!! Any help please ????
by
you should add the widget Admin > Layout > Add Widget . then only it will be displayed .
...