Is it somehow possible to see all reservations in the front end? So every user can see the same results as the website administrator, without making changes to the code.
Is it somehow possible to see all reservations in the front end? So every user can see the same results as the website administrator, without making changes to the code.
have you tried Settings > Pages > Other Pages ?
for user capabilities, Settings > General > User Capabilities
Hi agelonwl, thanks for the tip. I did not see this possibility right away. Already tried some settings and it looks quite OK.
A subscriber can be given the right to manage_other_bookings. In that case he gets the same data as the administrator and is able to make changes.
What I would like to have is the same data BUT not modifiable, so just the overview, is this possible?
Hi there. Solved it by creating a new page and using some placeholders. Actually it was quite easy.
Hi pvwylick,
could you please share details of your solution?
I mean:
- What kind of 'new page'? Just a new wordpress page in the page-menu or a page 'declared' to the plugin via an option?
- What kind of placeholder?
I have the same need...
Thanks a lot
Gargoyle
Hi,
I created a new page and added following content:
[events_list scope="all"]
<h2><span style="color: red;">#_EVENTLINK:</span><span style="color: red; font-size: small;"> #_EVENTDATES </span></h2>
#_ATTENDEESLIST
<div style="text-indent: 1em;">Totaal deelnemers: #_BOOKEDSPACES</div>
[/events_list]
Did just what I needed!
Thanks a lot pvwylick,
exactly what I needed...
I think I need more practice in customizing the event-manager...
Bye
You must log in to post.