Add Event Block in Page
Hey everyone,
in Studio >> Page >> Event there are pages where the block "Going" exists.
ut when I try to add that Block in another Page through "Add Block >> Events" its not listed.
Why is it that way and how am I able to add that block in another page as well?
hanks, really appreciate your help!
-
-
·
LeonidS
- ·
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.
-
·
LeonidS
-
- · Explorer Elite
- ·
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', )