I want to show "inbox" in the menu for logged in users only. Is there a way to remove it for anonymous users, ie not logged in?

Comments

George2’s picture

Category: feature » bug

yes, this is a bug i've just discovered too!

lines 52 and 60 of privatemsg.module

change: 'access' => !$user->uid || $access,
to: 'access' => $access,

tthough i'm not too sure about the finer points of privatemsg

berdir’s picture

Status: Active » 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.