Editing Approved Bookings at Subscriber Access Level
-
I am attempting to allow an end-user to edit their own bookings, even if the administrator or event owner has already approved it. I gave a shot at adding the manage_bookings and manage_others_bookings privileges to the subscriber role, however this gives the subscribers the ability to modify bookings that other users have entered and this will not suffice.
I’m currently toying with the idea of leaving the booking form in place regardless of whether or not the user has previously booked the event by modifying line 23 in bookingform.php and then digging deeper in to the em_bookings_page() function in em-bookings.php as a means to figure out how to properly pull and update the data through the form.
Does anyone have any other recommendations that might get me in the right direction?
- The topic ‘Editing Approved Bookings at Subscriber Access Level’ is closed to new replies.