Sorry for not knowing how to do this, but

Currently in
// $Id: privatemsg.module,v 1.70.2.35.2.1 2008/06/16 05:52:00 litwol Exp $

      return '<div class="picture">'.$output . . $picture . '</div>';

Should be as

      }
      return $output .'<div class="picture">' . $picture . '</div>';
        
    }

This leaves the offline-tags outside picture frames, which might be an issue if you use e.g., dropshadows.

Comments

berdir’s picture

Status: Patch (to be ported) » Closed (won't fix)

I'm closing old issues since Privatemsg for Drupal 5 is not maintained anymore. I suggest you switch to Drupal 6 if possible, many of the reported issues are probably already resolved there and if not, you're welcome to open a new issue.