Export events for all organizers
-
Hello, does any one knows how to configure wp event manager, so that all organizers can export the registrations in the front end? . I already have the export extension, but only the organizer that make the event can see the event and export, I need all organizers can do that.
I already try in wp content > plugins > wp_event_manager_export in here there are two php files export-functions.php and export.php. In this second one I find lines taking about authors, but I don know how to modify them. Here they are>
Line 285 : ??$auther_id?=?isset($_POST[‘download_events_custom’])?$_POST[‘download_events_custom’]:$_POST[‘event_xml_custome’];?
In the above code how can I adn auther id and other specific users?
Line: 455:
if(!is_admin() && (isset( $export_file_type ) && isset($data_type) && !empty($data_type) && !empty($export_file_type))){
if($is_post_id == false){
$row[] = ‘_post_id’;
$custom_fields[] = ‘_post_id’;
In the above code istead of if_admin, can I write if_organizers ?
Thank you,
The page I need help with: [log in to see the link]
- The topic ‘Export events for all organizers’ is closed to new replies.