I have have had to hack the "node_expire.module" file in order to get the datepicker to theme in it. Take a look at http://drupal.org/node/499228 for the hack/fix. Is this a bug or am i doing something wrong.

Thank you

Comments

scholesy’s picture

well, it's just that the css is not included for some reason.

what I did was add the line:

drupal_add_css("path to your css file");

right after the call to

drupal_add_js(...)

in function _node_expire_form_alter_nodeform(...) in node_expire.nodeapi.inc

hope this helps.

marshallexcavating’s picture

Thank you scholesy,

Your approach also works for me but I am stilled concerned about having to ad code to a module. I think this is a bug in the module.

vikramy’s picture

Version: 6.x-2.03 » 6.x-2.04
Assigned: Unassigned » vikramy
Status: Active » Fixed

This is fixed in HEAD and will be available in next release.

vikramy’s picture

Status: Fixed » Closed (fixed)