Closed (won't fix)
Project:
Invite
Version:
5.x-1.13
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2008 at 08:04 UTC
Updated:
31 Aug 2015 at 14:43 UTC
Jump to comment: Most recent
Comments
Comment #1
smk-ka commentedNo, Invite 1.x only displays a regular menu item which links to the invite page, but nothing on the user profile.
Just as a side note, for Invite 2.x (currently alpha) the local tasks (tabs) that were visible on the invite page have been moved to the user profile, however the navigation menu item is still in place.
Comment #2
esllou commentedwell I don't use Menu module either, so I still don't know which URLs to use to access any Invite functions.
Comment #3
smk-ka commentedOh, well, the one and only front end url is http://www.example.com/invite.
Comment #4
esllou commentedok, thanks. I take it logged-out users can't access this URL...or will it depend on my allowing them to do that in the permissions settings?
Comment #5
smk-ka commented...plus the following first level tabs: invite/add and invite/list.
And the second level tabs beneath invite/list are: invite/list/accepted, invite/list/pending, and invite/list/expired.
Comment #6
smk-ka commentedIt's your job to check sufficient permissions. Take a look at the menu definition in invite_menu(), there you'll find the required permissions for each path (either send or track invitations).
Comment #7
esllou commentedyeah, thanks, I'm quite used to using conditional php code in my menu to show items...or not.
I imagine something like
will suffice?
Comment #8
smk-ka commentedLooks good.
Comment #9
ckngCleaning out old issues.