Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2006 at 18:15 UTC
Updated:
24 May 2006 at 06:47 UTC
According to my patch for 4.7 at http://drupal.org/node/39425, you will be unable to attach files to the node that has description setting in nodewords.module. The cause of this problem is the field name "description" so I make a patch to add prefix "nodewords_" to all fields. See http://www.howforge.com/ to see its look and feel.
| Comment | File | Size | Author |
|---|---|---|---|
| nodewords.module_dup_name.patch | 6.01 KB | sugree |
Comments
Comment #1
Robrecht Jacques commentedThis is not a problem in cvs. File uploading works.
The reason why i don't need to do this ugly prefixing is because in my $form I've put a
$form['nodewords']['#tree'] = TRUE.So fixed. Reopen it if you think I'm incorrect.
Comment #2
Robrecht Jacques commented