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.

CommentFileSizeAuthor
nodewords.module_dup_name.patch6.01 KBsugree

Comments

Robrecht Jacques’s picture

Status: Needs review » Fixed

This 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.

Robrecht Jacques’s picture

Status: Fixed » Closed (fixed)