Closed (won't fix)
Project:
Privatemsg
Version:
5.x-3.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2008 at 18:15 UTC
Updated:
25 May 2010 at 08:46 UTC
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
Comment #1
George2 commentedyes, 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
Comment #2
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.