I would like to use membership pro to manage course access, instead of using your purchasing system.

I understand that I can set a 'course for free' as long as someone is in a specific user group, but I have some questions:

  1. if someone has access to your course because they are in a user group, will they be able to get a certificate when they complete the course?
  2. if they login to your course, are they' considered a registered student?
  3. how do I change your 'purchase page', so it goes to membership pro, instead of your purchasing system?

thanks,
Laura

Hi Laura,

I replied you in the ticket: #JRA-144796, please help to follow.

Thank you!

    16 days later

    saguaros I have setup the system so I can use a different membership purchase software.

    But I MUST change the url links for the button:

    • take this course
    • enroll now --> I only want this to display AFTER a person is logged in and registered, I do not want it to display before

    How do I do this?

    https://njahionline.com/component/guru/course-detail/2-njahi-course/6-pool-inspection?Itemid=581

    You can see here the enroll now and the Take this course, take you to 'register' I do not want this.

    thanks.

    4 months later

    HI, did you resolve this as I have OS Membership Pro/Guru and can see a potential problem with registrations clashing.

      munchman
      Hi Ben,

      As I understand, members who purchase an OS Membership plan should gain access to courses in the Guru component, correct?

      You can try setting it up this way:

      1. Create a New Joomla User Group for Guru Courses

        Go to Users → Groups and create a new user group.

      2. Assign Guru Course Access to the New User Group

        Navigate to Guru → Courses → Edit a course → Pricing/Plans tab.

        Set the course to FREE for the newly created user group.

      3. Configure Membership Pro to Assign Users to the New Group

      While I’m not familiar with this component, I assume it supports assigning users to specific groups upon subscription.

      Let me know if this works for you.

      Best regards

      Hi Saguaros, yeah there would be no probs if I were to use Membership Pro as the site/course access and it would restrict as you describe and would work...BUT

      I would need to redirect the 'take this course button' on the guru course to the OS membership plan for the course. Currently it redirects to its own Guru log in/sign up and I need that to be OS membership sign up.

      What file can I access the url path fro the take This Course button please

      Many thanks, Ben

        munchman Hi Ben,

        Could you share the URL of the page that has the button you're referring to?

        I will check the code and let you know.

          saguaros HI, its jus the standard Guru 'Take This Course. button as per screenshot.


          If needed you'd need to log in as admin to see the actually courses as they are all under development. Ive got open tickets with admin access atm so plz use those credentials if you need to login

          You can edit this file: /components/com_guru/views/guruprograms/tmpl/view_modern.php

          Look for the a tag:

          <a class="btn btn-block btn-primary btn-lg" href="#" onclick="openMyModal('0', '0', '<?php echo Uri::root().'index.php?option=com_guru&view=guruLogin&tmpl=component&returnpage=open_lesson&lesson_id='.intval($lesson_id); ?>'); return false;">
          	<?php echo Text::_("GURU_TAKE_COURSE"); ?>
          	<i class="fas fa-long-arrow-alt-right"></i>
          </a>

          and change to the URL as you wish.

            Write a Reply...
            You need to Login to view replies.