|
103.
|
|
|
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
|
|
106.
|
|
|
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
|
|
107.
|
|
|
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
|
|
108.
|
|
|
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
|
|
109.
|
|
|
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
|
|
110.
|
|
|
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
|
|
111.
|
|
|
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
|
|
115.
|
|
|
hyphen **-** → %2D
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:113
|
|
117.
|
|
|
If you want to allow all your Moodle account holders to arrive at a specific page or group in Mahara, you need to make sure that they have access to the page or group. Otherwise, they would not see the content.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:118
|