Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-3.x-dev
Component:
Code - Functionality
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2011 at 10:42 UTC
Updated:
25 May 2012 at 07:20 UTC
Comments
Comment #1
botanic_spark commentedSame problem.
Did somebody have any experience with this?
Comment #2
icecreamyou commentedIt's not too hard to add but it does require a new Views handler because the default Views date handler has node-specific settings. I've never added it because I never saw a use case for it -- can you explain your use case?
Comment #3
botanic_spark commentedI need it for views hacks autorefresh module. I want to implement incremental auto refresh like it's done here
http://thereisamoduleforthat.com/content/auto-refreshing-views-real-time...
It works well when using nodes and use node post date as argument, so i need this option for Facebook Style-Statuses.
Comment #4
botanic_spark commentedAny help? Can You at least give me some directions how to build that handler?
Comment #5
icecreamyou commentedThe handler will look similar to views_handler_argument_date.
Comment #6
botanic_spark commentedThanx. I'll give it a try :)
Comment #7
icecreamyou commentedCommitted fix to dev (and D7).