By nathanpalmer on
Hello,
Something has happened to my site where when the users go to edit their account settings the signature no longer shows on the form. The comments module is still enabled and I put a print statement after the IF in comment_user so I know that it's getting to the right point. It's returning the extra form data but drupal is not displaying it. I know it's somehow related to the database but I don't know what would affect this. Does anyone have any ideas? I'm a little stumped at this point.
Thanks,
Nathan
Comments
:) I found it. Looks like
:) I found it.
Looks like all the node types for adding a signature were disabled (through the signature modules settings.) I dug through the code and found out that it was unsetting the signature part of the form in these cases.
If this happens to anyone else this information could be useful.
Nathan