Hello!
We need to use status created date as argument but now there is no such option. Is it possible to make this functionality?
Thank you!
Hello!
We need to use status created date as argument but now there is no such option. Is it possible to make this functionality?
Thank you!
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).