almiteyG
Forum Replies Created
-
I put a custom mod that moves the datepicker to select the valid date for users trying to book after 6pm everyday.
if ( rtb_pickadate.date_onload == ‘soonest’ ) {
rtb_booking_form.datepicker.set( ‘select’, new Date() );var date_today = new Date();
if (date_today.getHours() > 18) {
rtb_booking_form.datepicker.set( ‘select’, new Date((date_today.getFullYear()), (date_today.getMonth()), (date_today.getDate() + 1)) );
} else ifSorry i was looking to modify rtb settings using the bp settings mod. It works now.
- This reply was modified 7 years, 8 months ago by almiteyG.
Oh great, was just looking for a solution to allow booking manager to be able to edit settings. Will try this out. Any chance to incorporate this into the plugin itself or where i can modify this?
I think you will have to write a custom script to read the booking table and display the info you want.
This works now. There will be an update issued in the next version of the theme. Not a plugin issue.
So this issue is not only after the last slot but i can also book a 930pm reservation at 730pm which shouldn’t be the case.
Hi Steve,
Did you manage to get it working on mobile OS?
Forum: Fixing WordPress
In reply to: how to use my site address to loginthank you so much for your reply..
i figured it out.. i simply had to install wordpress on the subdomain instead of the domain.. its working now..
sorry about the login.. i just uploaded the backup db which did not contain the username test..