Closed (fixed)
Project:
Node expire
Version:
6.x-2.03
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2009 at 19:04 UTC
Updated:
2 Jan 2015 at 05:10 UTC
Jump to comment: Most recent
Comments
Comment #1
fabrizioprocopio commentedIf I can overdo :-) (in addition to visibility of expiration date)
I installed the module date and calendar
so that users can use the calendar visual widget (nice and usefull)
I saw the caleendar does't affect on the field of node-expire date.
I'm not a php coder, otherwise i had yet a hand instead just to speak (sorry about that)
thanks for your time and patience
fab
Comment #2
toddwoof commentedThis might be similar: I would like to display the node expiration date in the node page, so any user can see when the node expires.
Anyone have a suggestion? I thought about a computed field to capture the value of the node expiration, but I don't think that will work. Is there any simple way to display the expiration date?
Comment #3
katiebot commentedYou can do this with:
print $node->expire;Comment #4
vikramy commentedClosing this issue. #3 will work. Thanks katiebot.
Comment #5
vikramy commentedComment #6
fabrizioprocopio commentedwhere that code have be put?
Comment #7
vikramy commentedIt can go in template file. Lets say node.tpl.php.
If you have time, take a look at #21 patch.
http://drupal.org/node/405608. And report bugs please.