Viewing 4 replies - 76 through 79 (of 79 total)
  • edit: eventr now contains a csv-export function for every event. but you should change some lines in the export.php with version 1.01.2

    *) change the name of the exported csv-file if you are exporting the file more than once to show date and time in the file-name: LINE 16: header(“Content-Disposition:attachment;filename=$event_name” . date(“_Y-m-d_H-i”,time()) . “.csv”);

    *) for better viewing in excel&openoffice you should change “,” to “;” in LINE 18: print ‘”‘ . stripslashes(implode(‘”;”‘, $attendee)) . “\”\n”;

    hope this helps. as i understood binny now makes eventr wp2.7-fit. so go and give it a try.

    …and you should all give “event registration” by david fleming a try: http://wordpress.org/extend/plugins/event-registration/

    it´s getting better and better.

    Thanks for keeping us all posted, FJ Kaiser 🙂

    The only thing I would add to this is the ability to pay for the event.

    Jeff

Viewing 4 replies - 76 through 79 (of 79 total)

The topic ‘Event Registration Plugin’ is closed to new replies.