+ Reply to Thread
Results 1 to 10 of 29

Thread: Booking plugin question

Hybrid View

  1. #1
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    267
    Hi Curtis,

    Thank you so much for the help. It seems everything works as intended.
    Except this part:

    Quote Originally Posted by Curtis View Post
    1. open file plugins/booking/booking_requests.tpl and find line:

    Code:
    Only registered members can view the code.
    2. and comment or remove it

    Code:
    Only registered members can view the code.
    After removing it, the htmleditor is removed yes. But I'm unable to Accept or Reject the booking request.

    Screen Shot 2022-02-23 at 12.21.20 PM.png

    Clicking on the REJECT button has no response whatsoever. Clicking on the Accept button will show a Loading text and that's that, nothing happend.
    Would you please take a look at this?

  2. #2
    Quote Originally Posted by Tim Copper View Post
    Hi Curtis,

    Thank you so much for the help. It seems everything works as intended.
    Except this part:



    After removing it, the htmleditor is removed yes. But I'm unable to Accept or Reject the booking request.



    Clicking on the REJECT button has no response whatsoever. Clicking on the Accept button will show a Loading text and that's that, nothing happend.
    Would you please take a look at this?
    Yes, sorry.
    You need change the plugins/booking/static/lib.js file:

    1. find line (~591) in function bookingRequestHandler()

    Code:
    Only registered members can view the code.
    2. and replace it to

    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread