|
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
|
|
31.
|
|
|
question mark **?** → %3F
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:111
|
|
32.
|
|
|
equal sign **=** → %3D
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:112
|
|
33.
|
|
|
hyphen **-** → %2D
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:113
|
|
34.
|
|
|
Copy the resulting URL and link your text or a navigation menu item to arrive at this specific page in Mahara.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:115
|
|
35.
|
|
|
If you want to allow all your Moodle users to arrive at a specific page or group in Mahara, you need to make sure that your users have access to the page or group. Otherwise, they would not see the content.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:83
|