Details
Description
When creating a civievent there is a setting on the "info and settings" tab to show the "participant listing". When a user clicks on the blue question mark icon, popup help text reads:
"To allow users to see a listing of participants, set this field to 'Name' (list names only), or 'Name and Email' (list names and emails). You will need to set Drupal Access Control permissions to include 'view event participants' for any Roles you want to access this listing. Create links to the listing page by copying the following URL, and adding it to the Event Description below and / or as a menu item or links elsewhere on your site:
http://www.yoursiteurl.com/civicrm/event/participant?reset=1&id=id-listing"
See attached for more detail.
However if a user actually uses that url, it dos not work because "id=id-listing" needs to be replaced with "id=10" where the civievent id is "10".
On the configure event page the actual url is indicated. It should either be indicated on the "info and settings" page so a user can easily copy and paste it into the description, or the help text should explain that you need to replace the "id-listing" with the event id which can be seen in the url.