It’s not as simple as removing a part of the code on the template page, since there are parts that check for errors and empty inputs on different pages.
This is something that will be possible in future versions.
Okay Understand …. Thanks for a faster reply then most paid Support ….
However, I would like to Rename some things on the registration form – Like BABY SHOWER EXAMPLE – That should be static. Which PHP page have this information ?
Also where is the code located to change the required fields if( empty( $externals[‘contactAddress1’] ) ):
Thanks in advance
I can’t help with modifications for each user or I’ll never have time to work on the official releases! That being said, the templates are found in the templates folder. They do include code as well as just text, so modifying them can break things if you alter the code parts.
The next big version which we are testing at the moment is the big i18n update. After that I’ll be working on the options for headers and required fields.
Oh, the registration stuff is in the Event Calendar plugin!
The registration template for new room reservations is in templates/public/publicRequest.php
Thanks – Sorry – I thought there was a flow chart maybe to what page does what . I will find it manually . Thanks
I’m overhauling quite a bit and changed the way templates work, too. If you hit our Facebook page, you can get links to the latest test version.
https://www.facebook.com/bookaroomplugin/
I will be adding more customization features soon.
Hello , before the Upgrade I was able to go into the Public \ Template and change Branch to Building – I no longer see the HTML files that are the source for this? any help would be appreciated
The html templates are now php files named the same.
The text is now contained in a function to allow translations to work.
For instance:
<?php _e( 'Meeting Rooms by Branch', 'book-a-room' ); ?>
Would become
<?php _e( 'Meeting Rooms by Building', 'book-a-room' ); ?>