Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I believe this is still an issue, so reopening it. I've noticed that my own signature, though it shows in my user preferences, no longer shows up in comments I make. I had a look around the forum and it appears few if any signatures for anyone are appearing (those that are might be manually written).
Yes, we need to set up the last comment number before the update (which got the signature included still), and then if we display a later comment, we should add the signature. That is a theme issue. From http://drupal.org/node/132442#signature :
<div class="content">
<?php print $content ?>
<?php if ($signature && $comment->cid > 1234): // Change "1234" to the last comment ID used before upgrading to Drupal 6 ?>
<div class="user-signature clear-block">
<?php print $signature ?>
</div>
<?php endif; ?>
</div>
Been a bit over 2 months. Giving this a bump. Signatures are a nice reward for people who participate on the forum because they give you an acceptable place to put links back to your site. They may be nofollowed but they are still people followed. I'd like to see them enabled again.
Comments
Comment #1
gábor hojtsyI've re-enabled signature support. Don't think it was intentional.
Comment #2
dnewkerk commentedI believe this is still an issue, so reopening it. I've noticed that my own signature, though it shows in my user preferences, no longer shows up in comments I make. I had a look around the forum and it appears few if any signatures for anyone are appearing (those that are might be manually written).
Comment #3
webchickI believe you now need to print $signature; in comment.tpl.php.
Comment #4
gábor hojtsyYes, we need to set up the last comment number before the update (which got the signature included still), and then if we display a later comment, we should add the signature. That is a theme issue. From http://drupal.org/node/132442#signature :
Comment #5
avpadernoI guess there has not been any progress, with this issue.
Comment #6
heine commentedWith the changes to signature format handling by SA-CORE-2009-007 - Drupal core - Multiple vulnerabilities we can finally proceed.
Comment #7
david straussd.o is running the update for SA-CORE-2009-007.
Comment #8
michelleBeen a bit over 2 months. Giving this a bump. Signatures are a nice reward for people who participate on the forum because they give you an acceptable place to put links back to your site. They may be nofollowed but they are still people followed. I'd like to see them enabled again.
Michelle
Comment #9
gregglesI fixed the bluebeach template to include signatures. Now all we need is someone to synch that into the live themes.
Comment #10
gerhard killesreiter commentedI think we tried to deploy said fix recenetly but it contained a parse error, so we rolled back.
Comment #11
gregglesParse error removed.
Comment #12
heine commentedA recent update restored the signatures.