Hi all, I have the following problem:
I want to combine groups with events.
So I want to do the following.
In the eventsx-pluglin I will create the categorie "Party in Munich"
and in groups-plugin I will make a Group called "Party in Munich"
And inside the group "Party in Munich" I want to add a link, which will display all events of the group "Party in Munich"
But since I am not really a coder, I need to know how the link should be to call all events of the group "Party in Munich"
The following link inside a new html block inside groups-plugin does not work
http://www.rltreff.de/ox/events/category/{label name='title'}
>>> {label name='title'} <<< that part should be the group name, respective the category name.
If I place a link like
http://www.rltreff.de/ox/events/category/Party in Munich this link will appear in all groups. This shall not happen.
Anyone an idea ?
Thanks in advance, Jochen.