Active
Project:
User Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2010 at 11:02 UTC
Updated:
17 May 2012 at 15:45 UTC
I had a problem that the user/%/view tab was only appearing to users with edit permissions.
The solution is to put this line in hook_menu_alter
$items['user/%user/edit']['access callback'] = 'user_view_access';
Comments
Comment #1
marcoBauli commentedsame problem, that line of code fixes it, +1