MNET link directing to a particular course

MNET link directing to a particular course

by Colin Matheson -
Number of replies: 2

Hi I have MNET setup, so that a user can follow a link like this:

http://OurMainMoodle.org/moodle/auth/mnet/jump.php?hostid=3

To get to the networked site.

What I would love would be to create link that authenticates the user in the new Moodle and then takes them to a specific course like this:

http://NetworkedMoodle.net/moodle/course/view.php?id=3

Any ideas how to accomplish this?

Average of ratings: -
In reply to Colin Matheson

Re: MNET link directing to a particular course

by Bert van der Hooft -

I would like to know that too:


http://OurMainMoodle.org/moodle/auth/mnet/jump.php?hostid=3

To get to the networked site. 

What I would love would be to create link that authenticates the user in the new Moodle and then takes them to a specific course like this:

http://NetworkedMoodle.net/moodle/course/view.php?id=3

Any ideas how to accomplish this?


In reply to Colin Matheson

Re: MNET link directing to a particular course

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers

Try...

http://moodle-site1.com/auth/mnet/jump.php?hostwwwroot=http://moodle-site2.com&wantsurl=/course/view.php?id=258

Change the course id number (258 above) to whatever course you want to take the user too.


You can also link directly to an activity, eg. a forum...

http://moodle-site1.com/auth/mnet/jump.php?hostwwwroot=http://moodle-site2.com&wantsurl=/mod/forum/view.php?id=12211

Average of ratings: Useful (1)