|
21.
|
|
|
Copy the Mahara URL. It usually looks like this: ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:95
|
|
22.
|
|
|
If you only have one MNet session to Mahara set up, the host ID is usually 3. However, if you deleted an MNet connection or have multiple ones, it might be different.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:98
|
|
23.
|
|
|
Paste that URL into a text editor because it is easier to make changes there.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:100
|
|
24.
|
|
|
Add ``&wantsurl=`` to the end of the URL to yield ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:101
|
|
25.
|
|
|
Copy the URL of the Mahara page to which you want to link, e.g. ``https://mahara.organisation.net/view/view.php?id=1234``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:102
|
|
26.
|
|
|
Append that URL to the Moodle jump URL, e.g. ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=https://mahara.organisation.net/view/view.php?id=1234``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:103
|
|
27.
|
|
|
Delete the domain part of the Mahara URL, e.g. ``https://mahara.organisation.net``. That leaves you with ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=/view/view.php?id=1234``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:104
|
|
28.
|
|
|
Edit the remaining part of the Mahara URL to replace symbols with the URL hex code, e.g. ``https://moodle.organisation/auth/mnet/jump.php?hostid=3&wantsurl=%2Fview%2Fview.php%3Fid%3D1234``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:105
|
|
29.
|
|
|
Common `hex codes replacements <http://www.obkb.com/dcljr/charstxt.html>`_ for characters that you find in Mahara URLs are:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:108
|
|
30.
|
|
|
slash **/** → %2F
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:110
|