Closed (won't fix)
Project:
Nodewords by Path
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 18:28 UTC
Updated:
2 Sep 2013 at 02:09 UTC
on line 126, nodewords_bypath_forms.inc:
$function = 'nodewords_'. $tag .'_form';
is used and should be:
$function = _nodewords_get_builtin_function($tag, 'form');
otherswise nodewords_dc_title_prepare is not recognized (the former searches for nodewords_DC.Title_prepare)
Second, there seems to be an issue with DC.Title value not passing in the form to the submit function- it does not appear in $form_values of the submit function, although the field itself appears on the form. when using meta_tag_dc_title, it does pass to $form_values. maybe the issue is with capitalization?
Comments
Comment #1
damienmckennaThis module is now deprecated, and support for Drupal 5 will not be continued. It is recommended that you upgrade your site, Drupal 5 has not been supported for two & a half years.