I'm trying to get this module working, but when I enable it, it kills my theme. I checked with some of the stock drupal themes, all of them were broken too except for Garland.
I poked around the module, and the only thing that brings the theme back is removing this line:
drupal_add_css('./'. drupal_get_path('module', 'privatemsg') .'/privatemsg.css');
Also, with the './' included, it makes the path like "directory/./modules/privatemsg/privatemsg.css", but removing it doesn't make any difference in whether it breaks the theme or not.
Any suggestions on what I can do to use privatemsg and still keep my theme?
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.