Postponed (maintainer needs more info)
Project:
Advanced Forum
Version:
7.x-2.x-dev
Component:
Other module integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2012 at 23:02 UTC
Updated:
18 Oct 2017 at 05:01 UTC
Jump to comment: Most recent
Comments
Comment #1
Brewmaniac commentedMy apologies. This was apparently a known Drupal core issue.
Comment #2
Anonymous (not verified) commented"was"? Should it be fixed? I still have this issue. Is there work-around?
Comment #3
Steel Rat commentedI'm seeing it to on a new D7 install.
Signatures are attached to comments fine, but not nodes.
Comment #4
modctek commentedDoes anyone know the fix for this? Is it just a setting I'm missing somewhere?
Comment #5
marktheshark commentedCan't get any signatures for forums period (unless I disable the signatures for forums module)...
Using AF 2.x
Comment #6
Steel Rat commentedSure wish we could get this fixed.
Comment #7
Wolfgang62 commentedAny news on that?
It´really annoying!
Comment #8
troky commentedI can't find the problem. Signatures work just fine here.
Can you reproduce problem on clean drupal/af install?
Comment #9
Steel Rat commentedAs I posted above, it happened on a clean D7/Af install.
When you say "Signatures work just fine here" are they appearing on a forum post as opposed to a comment?
Comment #10
troky commentedyes
Comment #11
kristi wachter commentedI experienced this as well - signatures appear on comments, but not on the first (main) post in a topic.
It appears that - at least on my site - $signature is empty for the initial post.
Here's how I fixed it:
* copied advanced-forum.naked.post.tpl.php to my theme folder and named it advanced-forum-post.tpl.php
* edited advanced-forum-post.tpl.php and added the following lines just after the comment block (so, at line 20):
Once I added that and cleared the cache, I started seeing signatures on the initial post as well as the follow-up comments.
Thanks for all your amazing work on this great module!
I'm using the release version (7.x-2.6) rather than dev, so perhaps that's a factor.
Just thought I'd post this in case it's of help to anyone else.