Maybe it's intentional, but on the new D6 verion of d.o signatures aren't anywhere to be found. Is this intentional?

Comments

gábor hojtsy’s picture

Status: Active » Fixed

I've re-enabled signature support. Don't think it was intentional.

dnewkerk’s picture

Status: Fixed » Active

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

webchick’s picture

I believe you now need to print $signature; in comment.tpl.php.

gábor hojtsy’s picture

Component: Drupal.org module » Drupal.org theme

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>
avpaderno’s picture

I guess there has not been any progress, with this issue.

heine’s picture

With the changes to signature format handling by SA-CORE-2009-007 - Drupal core - Multiple vulnerabilities we can finally proceed.

david strauss’s picture

d.o is running the update for SA-CORE-2009-007.

michelle’s picture

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.

Michelle

greggles’s picture

I fixed the bluebeach template to include signatures. Now all we need is someone to synch that into the live themes.

gerhard killesreiter’s picture

I think we tried to deploy said fix recenetly but it contained a parse error, so we rolled back.

greggles’s picture

Parse error removed.

heine’s picture

Status: Active » Fixed

A recent update restored the signatures.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade

Automatically closed -- issue fixed for 2 weeks with no activity.

Project: Drupal.org infrastructure » Bluecheese
Component: Drupal.org theme » Miscellaneous