This may be a stupid question, but how do I limit the signature to comments only? I do not want to display it for the original post on a forum topic.
This may be a stupid question, but how do I limit the signature to comments only? I do not want to display it for the original post on a forum topic.
Comments
Comment #1
liam mcdermott commentedUnfortunately that's not possible using the settings. It wouldn't be difficult to change the code, just remove the nodeapi implementation. Comment out lines: 257–269 that should do it. :)
I can't imagine many people will want to display signatures only on comments, so am marking this by design for now.
Comment #2
thededalus commentedThanks for the reply. Part of my reasoning was that it was displaying the signature formating (ie, the bar above the signature) even when no signature exists, which I found to be discordant for how I want the site to look. My solution (before seeing your response) was to white it out, so to speak, with CSS by making the font-size, and line-height 0px and setting the font color to white.
Thanks
Comment #3
liam mcdermott commentedAh, why didn't you say! :)
This is a bug IMO, I'll fix it. I've raised a bug report at: http://drupal.org/node/201603