I understand that. The thing is, I wanted to view that event under the link "view-adventure-profile" and not "view-event-profile".
I just found out, that I am able to change the URI in Studio >> Developer >> Pages, therefore I don't have to create a new Page anymore and am able to use that block there.
But what if I want to create a new event-related page and want to show on that new custom page, who is going to that event. How would I do that?
Hello @Explorer Elite !
This block is necessary to show the members who will participate in the Event. Those persons relate to certain events and on other pages is useless.
Hey @LeonidS ,
I understand that. The thing is, I wanted to view that event under the link "view-adventure-profile" and not "view-event-profile".
I just found out, that I am able to change the URI in Studio >> Developer >> Pages, therefore I don't have to create a new Page anymore and am able to use that block there.
But what if I want to create a new event-related page and want to show on that new custom page, who is going to that event. How would I do that?
Thanks!
In this case, you will need to create the Skeletons->service block, then edit it and place the following lines in the Code field:
array ( 'module' => 'bx_events', 'method' => 'fans', )