Closed (works as designed)
Project:
Ajax views refresh
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
23 Jul 2009 at 17:20 UTC
Updated:
3 Sep 2010 at 12:40 UTC
Hey ho! Nice to be first :) with the issue.
My questions:
1 Where is settings form ? This one from screenshot.
2 Is it working only after press Submit (Save) or when I use node_save() in external script, my view will autorefresh also ?
This module should definiately be part of the Views.
Thanks,
B.
Comments
Comment #1
jide commentedCongrats for being the first ;)
1/ The settings form is the Ajax settings form which can be found here : /admin/settings/ajax. With the developement version, there is a new settings form at /admin/settings/ajax/ajax_views_refresh in which you can choose the views to be refreshed.
2/ It will only work when pressing the submit button. By its nature, it is technically impossible to do some ajaxness on a php function execution since php is a server-side language.
Comment #2
benone commentedad 1 right I didnt check Ajax UI in modules.
ad 2 I thought it can handle refreshing views every x seconds. like gmail, when new mail arrives, it pops on the top automaticaly. maybe it should be a feature request to your module ?
Thanks
Comment #3
jide commented1/ I did not think about the Ajax UI module. I should add it to README.txt.
2/ This is a good idea, but that would be a little different from the purpose of the module. Maybe another module... This is simple to do, i'll think about it.
Comment #4
benone commentedGreat :)
When you create put a note to this thread.
SUBSCRIBE ;)
Comment #5
benone commentedBTW. I started this issue here http://drupal.org/node/528816
If you write it, I think you module will be implemented to views. "Gmail refreshing" feature is what views need, dont you think so?
Comment #6
chrism2671 commentedI agree, that would be slick.
Comment #7
Marko B commentedSo if i dont use DEV version, http://www.site.com/admin/settings/ajax/ajax_views_refresh is not available? so then all views can use ajax refresh whic have ajax enabled, i just cannot select which ones?