Closed (won't fix)
Project:
Views Date Range Filter
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2008 at 14:12 UTC
Updated:
3 Feb 2013 at 16:28 UTC
Hi , How should i set Views (that will be embeded in page) to show only Nodes which where created after the currently displayed node?
When using argument - Node: Created Date After, can the date be passed in some other format rather then "today -yx" ... like unix timestamp or dd-mm-yy?
thx.
Comments
Comment #1
nbchip commentedThe way i did it:
Using exposed filter Node-created and patch from this page http://drupal.org/node/355420
in .tpl added:
$filters = views_get_filter_values(array('op0' => '>', 'filter0' => $node->created));
print views_build_view('block', $view, $arguments, false, 1, 0, 0, $filters);
Views Date Range Filter wasnt necessary.
Comment #2
pomliane commentedThis version of Views Date Range Filter is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.