Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter kendub62

    (@kendub62)

    Thank you for the quick and detailed reply again, have a good day! ??

    Thread Starter kendub62

    (@kendub62)

    Hi,

    Thank you for the quick response, greatly appreciated!

    Would it be possible to have a “cloud” add-on such that the database for the plugin is instead stored on e.g. booking-activities.fr (similar to how the database for a Google Calendar widget is stored with Google and not the website itself)? Then, you could access, edit and make bookings on the same calendar across multiple websites using iframes etc.? (I’m not sure if I’m even making sense, my apologies!)

    Thanks again! ??

    Thread Starter kendub62

    (@kendub62)

    Yes, in your last reply, you stated “As I said before this code isn’t working the Tutor LMS”.

    However, that statement is a lie. You had never said that before. Not once.

    Why is the tutor_login_redirect_url hook still in your documentation if it no longer exists in Tutor LMS 2.0?

    Thread Starter kendub62

    (@kendub62)

    “As I said before this code isn’t working the Tutor LMS”

    Please quote where you stated that that code does not work with Tutor LMS and I will gladly donate €500 to your chosen charity.

    “tutor_login_redirect_url not working with other plugins like PMP.”

    You are clearly implying with this statement that that code does work but is just incompatible with other plugins. You are contradicting your own statements.

    And please stop telling me to use the wp_redirect function when I told you in my first post that I cannot do that.

    Please answer the following question simply with a yes or a no as it’s impossible to understand any of your replies.

    Does the tutor_login_redirect_url hook still exist in Tutor LMS 2.0? Yes/no.

    Thread Starter kendub62

    (@kendub62)

    In summary, this thread so far has gone as follows:

    Me: 1) I’m trying to do option A but it’s not working, can you help? Note: I can’t do option B.

    You: Have you tried option B?

    Me: I literally just said I can’t do option B.

    You: Option B does not work with option A.

    Me: What?!

    You’re doing the exact same thing that you did in this thread.

    Please read the following slowly… and carefully…

    I have added the following snippet on a fresh install of WordPress with Tutor LMS and Code Snippets being the only plugins installed.

    function my_function($redirect_to) {
        $redirect_to = "https://mywebsite.com/custom-page/";
        return $redirect_to;
     }
    
     add_filter('tutor_login_redirect_url', 'my_function', 10, 1);

    It doesn’t do anything.

    Question: Does this snippet still work in Tutor LMS 2.0?

    Thread Starter kendub62

    (@kendub62)

    As I said in my original post, I can’t use the wp_redirect function with the wp_login hook as this causes issues when checking out with Paid Memberships Pro.

    Does the tutor_login_redirect_url hook not work anymore? It’s still in your documentation.

    Thread Starter kendub62

    (@kendub62)

    This appears to be fixed in the latest update, thank you! ??

    Thread Starter kendub62

    (@kendub62)

    Hi,

    Thank you for your quick reply!

    I’m aware that this is what needs to be removed. My question was why has this code has not be removed in the two updates since the thread mentioned above? Will this code be removed in the next update?

    Thanks!

    Thread Starter kendub62

    (@kendub62)

    Are you saying that a fix is not possible?

    I’ve hidden the “Course Preview” box from my instructors (with CSS) as I don’t want them to have the ability to turn this on or off for certain courses that I have created but that they are instructors of.

    Is there therefore no way for them to edit preview lessons using Elementor in this case without them becoming non-preview lessons? And there never will be?

    The lesson name shown here is never updated regardless of what edits I do in Elementor. Is it not possible to set up the Course Preview checkbox in a similar manner?

    Thank you for your assistance.

Viewing 9 replies - 1 through 9 (of 9 total)