Closed (won't fix)
Project:
Privatemsg
Version:
5.x-3.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2008 at 18:59 UTC
Updated:
25 May 2010 at 08:43 UTC
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
Comment #1
berdirI'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.