Closed (duplicate)
Project:
Views Hacks
Version:
6.x-1.x-dev
Component:
Views Filters Auto-refresh
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2010 at 02:28 UTC
Updated:
5 Nov 2011 at 21:05 UTC
Hi
Thanks for hammering our some very useful views hacks into one module. I know there's a good snippet on the module page to auto-refresh a view every x seconds but I have a different request without a clue where to start.
Could someone implement something such as: auto-detection of new content for a given view which displays a refresh button to the user if new content is found - aka like twitter's main views.
Auto-refreshes of complicated views can be a server killer on heavy traffic social network sites.
Comments
Comment #1
infojunkieThat's on my roadmap for auto-refresh. The way I'm thinking about it is: specify to the auto-refresher a secondary view that takes as argument the last nid returned in the previous refresh, and only returns later results. The JavaScript code is then responsible for placing the returned results in their correct place on the page.
Comment #2
pribeh commentedWicked. I look forward to testing.
Comment #3
youkho commentedSubscribe
Comment #4
clintthayer commentedSubscribe and +1
Comment #5
ah0 commentedany updates for this roadmap ?
Comment #6
mbasfour commentedSubscribe
Comment #7
luddvika commentedSubscribe
Comment #8
landing commentedsub
Comment #9
jasonsbytes commented+1
Comment #10
infojunkieIncremental auto-refresh implemented as per #1317342: Allow progressive refresh instead of full refresh. Manually enabling / disabling / forcing auto-refresh at #1317344: Provide manual way to disable / enable / force auto-refresh.