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

liam mcdermott’s picture

Status: Active » Closed (works as designed)

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

thededalus’s picture

Thanks 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

liam mcdermott’s picture

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.

Ah, 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