Coming from #1340512: Fatal error: Call to undefined function signature_forum_get_signature(), per Niklas' request:

Can you try to reorder the fields under Admin > Structure > Content Types > Forum Topic > Manage Display | Manage Comment Display?

Signatures for Forums should add an extra "User signature" field. If it doesn't appear there, can you file a bug against Signatures for Forums?

And well, it doesn't. :)

Comments

Niklas Fiekas’s picture

:)

Let's exclude the standard ones first:

  • Latest code
  • Cache cleared
  • Signatures for Forums module enables, signatures enabled
  • Visible for any other content type?
Freso’s picture

  1. Check (git rev-parse --verify HEAD gives 9a333ee4d7d192c030c4cc55ce25ebed932726da)
  2. Yes, indeed. Several times too. :)
  3. Yes, yes.
  4. Nope. I do get the "Display user signature" checkbox in the Comment Fields area though.

Anything else I can do to help the trouble shooting/bug locating?

bcobin’s picture

I have the same issue - this is using the AT Commerce theme. Can't get the signature to display at all, although the checkmarks appear. Did anyone find a solution? Thanks...

UPDATE: This ended up being a CSS issue on my end - can't believe I missed it. display: none; must be behaving differently than I'm accustomed to in the theme I'm using; I'm used to seeing the element grayed out in FF, but in this case, the element didn't appear at all. All is now well...