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

infojunkie’s picture

Component: General » Views Filters Auto-refresh

That'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.

pribeh’s picture

Wicked. I look forward to testing.

youkho’s picture

Subscribe

clintthayer’s picture

Subscribe and +1

ah0’s picture

any updates for this roadmap ?

mbasfour’s picture

Subscribe

luddvika’s picture

Subscribe

landing’s picture

sub

jasonsbytes’s picture

+1

infojunkie’s picture

Status: Active » Closed (duplicate)

Incremental 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.