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
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
Comment #1
scholesy commentedwell, 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.
Comment #2
marshallexcavating commentedThank 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.
Comment #3
vikramy commentedThis is fixed in HEAD and will be available in next release.
Comment #4
vikramy commented