Hi,
is this module ajaxified..? if not how can i make it..? so that it updates and displays automatically when anything new is created on the site.
and also, is it possible to auto update time in minutes,hours etc.. like
if a node is created it should display..
"[user-name] created a new blog [title] 1 minute ago"
so after 2 minutes it should say
"[user-name] created a new blog [title] 2 minute ago"
so after 1 hour it should say
"[user-name] created a new blog [title] 2 hour ago"
i think you got the idea .. just like facebook wall.
any suggestions..?
Comments
Comment #1
Scott Reynolds commentedYou can do the time ago in the by configuring the Activity: Created field to be time ago.
Realtime Activity would probably require an additional JS to the page to do the polling
In a real time system I am currently building, we are actually using Comet servers to handle the long polling. Not sure if something like that belongs in a Drupal module...
Comment #2
madhusudan commentedConfiguring the activity..? you mean in the activity settings..? i could not find anything there. also checked in
"activity publisher templates".
can you please elaborate..
Comment #3
Scott Reynolds commentedhttp://skitch.com/supermanscott/d11ac/creation
The Views Field has the setting for you. Just configure the Activity creation date and you can tell it to output in 'time ago'
Comment #4
madhusudan commented@Scott Reynolds -
Thanks got the right views.. and when is JS feature is coming..? (ajax like update)
Comment #5
Scott Reynolds commentedI am not working on any realtime stuff for Drupal at the moment. But more then willing to review peoples work.
Comment #6
youkho commentedI'm also looking for this feature it will be a great addition to most social oriented websites "maybe something like the twitter live update"
Comment #7
Drake commentedI'm interesting in this feuture as well...
I tested Heartbeat and this module provides this feuture... the stream shows the message the 10sec... that's a great and i think this would improve this module a lot...
Are any news about this task? any progress here?
Comment #8
_shyD6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!