By humer on
hi all,
I wonder if is possible and if yes, then how, to extend a node type (in my case webform) and add a field as follow:
the field will be added as a date, but will be diaplayed following text:
if the today's date is lower then specified: display the text:
status: application open until May 20th 2009
if date is greated
status: application closed.
thanks for helping
Humer
Comments
Have you tried installing the
Have you tried installing the CCK module along with the Date expansion for it? Should solve all your needs.
yes, I have installed, but it
yes, I have installed, but it displayes me always the date, even if the time is passed, when I need to be displayed closed ... I think of extending the node type and adding the desired field.
CCK Computed Field
Take a look at the Computed Field module.
You can also theme the fields
You can also theme the fields output.