I'm working with the module now and seems to me that custom node is needed in order to make menu links that reference the .
Seems pretty important to me.
I don't know how I would go about it.
How about a new menu called 'group' which provides links to ordinary group members to :
- view members
- view content (by type)
- add content (by type)
- manage membership
The menu would be defined as a config item in config/install
The menu links, each pointing to its own class would be defined in the group.links.menu.yml
Would this not be a great addition to the module?Update:
I also found the group content menu but it seemed over complicated and i couldn't make it work. In any case I'm not looking for a menu with links to content but links to actions.
So then I found the group operations block which doesn't work as expected but might be good enough.
I also researched into how one might make a token that could be put into a menu link path like
/group//members
where the menu item would only show in a group context, and the would be replaced by the current group ID OR the link would redirect to the current group. However I couldn't work out how to do this.