Email to Admin upon Event Registration
Contact Information for Event Registrants/ Participants
Hi- Is this what you mean? It worked for me. // CLEANUP function cleanup($params) { unset($params['starttime']); unset($params['endtime']); unset($params['checkout']); unset($params['checkin']); unset($params['comment']); unset($params['usn']); unset($params['signup']); unset($params['submit']); unset($params['signupname']); return($params); } I also needed to modify the <? to <?php. However we are really happy using MRBS and would recommend people look into using that instead of trying to update...
Hi- Is this what you mean? // CLEANUP function cleanup($params) { unset($params['starttime']); unset($params['endtime']); unset($params['checkout']); unset($params['checkin']); unset($params['comment']); unset($params['usn']); unset($params['signup']); unset($params['submit']); unset($params['signupname']); return($params); } (I am looking into moving an old setup. Most everything we did in ORS was moved over to MRBS, which is very good and updated. One solution is still being used in ORS and I hope...
We also would like to upload a file to the server (not the database) from edit_entry.php and looking at the above I was optimistic. I want to save the $upload_directory and $uploaded_filename to fields in the database and create a link to the file that admins can view. (In other non-MRBS solutions I have been adding a 'random' prefix to the file name to keep the uploads private.) In MRBS version 1.4.11 I am able to upload the file but not grab the file name into the MySQL database. However I probably...
HTML tags not working in lang.en
We use "remote_user" and our admins normally know the usernames that they would want to enter. If they put in an incorrect username the worst that would happen is only admins would be able to modify the booking, but that is the case now anyway. (It is unlikely that they would put in a incorrect username that would be used by that person) . It will be a helpful enhancement for us!
Give admins ability to easily change 'create_by' field