This request was brought up here (http://drupal.org/node/528884) but I thought it be best for it to be made into a formal request. I understand that the maintainer (jide) of this module has declared this a "maybe". I'll let it be known that by making this a formal request this is my chime-in to see this an additional feature to ajax_views_refresh. I see this feature in combination with the "refresh upon submit" feature as what most users would require or look for in one package. If not then I presume one or the other could be turned off easily.

I've linked to this thread from the views issue on this same subject (http://drupal.org/node/528816).

Comments

benone’s picture

subscribing :)

jgoodwill01’s picture

Subscribing

schvili’s picture

subscribing

Peter Kashpurenko’s picture

Subscribing

jide’s picture

I'll try to have a look at this again and see if this can be done easily.

dayre’s picture

This would be a useful feature... almost makes more sense as part of views... see these two similar requests:
#369693: Refresh a view (from JavaScript) & #528816: Auto Refresh View

youkho’s picture

Subscribe

toma’s picture

Subscribe

grafik’s picture

subscribing

botolo’s picture

subscribing

grafik’s picture

Subscribing

calexo’s picture

Subscribing, I really miss that feature !

randomuser’s picture

+1

This would also help with the DraggableViews saving the new order of the table rows - http://drupal.org/node/715966

bmblack’s picture

subscribing

rancas’s picture

subscribing

SeanBannister’s picture

Check out the Views Hacks module, if you download the dev version it contains Views Auto-refresh.

ah0’s picture

I have been using the Views Hacks Auto-Refresh, and it's been working fine for me HOWEVER, this is the issue I have with it which then results in not be able to do what I intend to do:

I have created a Panel using Panels
then created 2 different views (A and B) and added A and B to the Panel as Contents
in both the A and B, I added the Views Hacks Auto-Refresh with different time intervals, A with 60000 mili seconds and B with 120000
When I run the Panel the Ajax icon for refreshing is constantly working for both Views and it does not wait for the specified intervals to then load the ajax.

I had tried the Views Hacks Auto-Refresh for only one View and it worked just fine but when i have multiple views in one Panel the act as above.

I believe using Ajax views refresh would definitely be an advantage if it would force the specified Views to be refreshed in every user who's viewing that view not just the user that's submitting the form.

Any comments? Possibilities?

ah0’s picture

any comments?

jide’s picture

Just saw the Block refresh module http://drupal.org/project/block_refresh, maybe that can help.

ah0’s picture

Thanks