By register on
Hi,
I've added a simple text field to my book.module and I'm trying to use the title.module with it. The title.module works fine with the body field, but it's not filtering my newly created field to create links. I added the line $output .= filter_form('format', $node->format); below the new $output .= form_textfield line within the hook_form of my book.module, but that doesn't seem to work.
I think my question is how do I filter a new field?
Comments
To sum this up
That may have been confusing, so I'm going to try again.
I'm just trying to get filtering to work with a new textfield I added to the book.module.
For future reference
There may be a better method, but I added my new field into the node_prepare function of the node.module and it all works.