Everry external system like phpbb etc. has signatures. This was fixed in Drupal6.x.
But there are still no signatures under the nodes.
So this patches introduces signatures for nodes
related issue: http://drupal.org/node/3636061
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | signature.png | 31.25 KB | dawehner |
| node_signatures.patch | 4.04 KB | dawehner |
Comments
Comment #1
xano+1 (and subscribing)
What about pages, books, etc? They don't need signatures, while blog posts, forum topics, etc. do.
Comment #2
dawehnerthere is a screenshot what it does
Comment #3
dawehnerso there should be the possible to enable sigantures per node types
i'm just recognized that there is template_preprocess_node in includes/theme.inc, is this really the right place for it?
Comment #4
catchThis is a duplicate of #132446: User signatures for nodes although that issue doesn't have a working patch. Please attach yours over there. This should definitely be a per-content type setting. Nice work getting it running!