Closed (outdated)
Project:
Imagemenu
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2011 at 08:07 UTC
Updated:
27 Jun 2018 at 17:31 UTC
Jump to comment: Most recent
Comments
Comment #1
voughndutch commentedsubscribe. need to link to each users unique profile page from imagemenu. why is this not possible?!?!?
Comment #2
cafuego commentedDrupal doesn't do that by default, afaik. Whenever I need to do this, I create a module that implements hook_menu and create a menu item that redirects users to the callback path to edit their profile, then pop that menu item where I need it.
With that, a user hitting /profile-edit is redirected to their profile and anonymous users get 'access denied'.
Comment #3
pobster commentedClosing as D6.x is now unsupported.