Create a link for the student dashboard

Home Forums Legacy Support Support queries Other issues Create a link for the student dashboard

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #247807
    anabolictechnology
    Participant
    Hello, I am using a special 1 page purchase landing page to sell a package. Since it is a 3rd party tool, I have to provide a page to redirect them to after they purchase. I know in WPLMS there is a setting to redirect activated users to the dashboard but it seems to not work when I use this 3rd part tool (cartflows). What is the URL for a student dashboard? Here is an exmaple: https://relentlessmentors.com/members/william-jepson/dashboard/ The problem is that there is the users username in the middle. What is the URL for the dashboard that I use to forward that doesn't have the username in it?
    #247984
    Veronica
    Moderator
    hi, for this we have to customize it and it will take more efforts and time too. sometimes the third party plugins may affect the functionality. try to deactivate it and then try it. may i know the custom page you are trying to use is for which functionality? for checkout or cart?
    #248011
    anabolictechnology
    Participant
    Here is a video to explain my question: http://somup.com/cYevoe1r3p
    #248118
    Veronica
    Moderator
    hi, pardon! we can do this if it's related to our them but as you know you are using third party plugin so for this we have to take a look on that plugin and making changes on another plugin is not possible for me. this customization is not related to the theme.  
    #248173
    anabolictechnology
    Participant
    lol, I was using that plugin as an example of a redirect. THIS IS ABOUT WPLMS not that other plugin or any other plugin. Can you create a URL that I can send to any student that will take them to their dashboard just like you wrote: https://relentlessmentors.com/members/----/dashboard/ Can you please ask someone else from your support to watch this video I made: http://somup.com/cYevoe1r3p Your response deosn't even make sense. Please can you ask someoe else?
    #248389
    Diana
    Participant
    Okay, Let me check the video once only then I can reply here
    #248411
    anabolictechnology
    Participant
    Please. Thank you.
    #248705
    Diana
    Participant
    THis is the code to redirect users to dashboard after purchasing order(in woocommerce) add_action( 'template_redirect', 'wc_custom_redirect_after_purchase' );  function wc_custom_redirect_after_purchase() {   global $wp, $bp;   if ( is_checkout() && ! empty( $wp->query_vars['order-received'] ) ) {     wp_redirect( $bp->loggedin_user->domain.'/dashboard' );     exit;   } } This code should be added in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php But in your case you want users to redirect from the cartflows checkout page to the dashboard No sir, this is not simply a redirect thing because we don't know how the cartflows work and how it is redirecting to my account page(the functionality part) That's why @veronica's point is valid that how we can detect which page is this and only then redirect when you click on the button. Ask cartflows support team if they can share code how to add something on my accounts page. Then we can do one thing, we can show dashboard link on that page
    #248812
    anabolictechnology
    Participant
    Thank you for getting back to me. I understand now and I think I have the best solution. How do I add the buddy press menu on the my account page? This will solve all the issues. Here is a video to explain: http://somup.com/cYfeoy1aeZ  
    #248991
    Anshuman Sahu
    Keymaster
    Well its not easy as its a members page and to show it on my account we have to probably overwrite the woocommerce template for this  . Will be bit of custom code.We can take this as paid customization for $19 .
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Create a link for the student dashboard’ is closed to new replies.