|
101.
|
|
|
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
|
|
102.
|
|
|
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.
|
|
|
|
Wenn Sie nur eine MNet Session zu Mahara aufgesetzt haben, so ist die Host-ID meist 3. Wenn Sie eine MNET Verbindung gelöscht haben oder mehrere verwenden, kann der Wert anders lauten.
|
|
Translated and reviewed by
Ralf Hilgenstock
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:98
|
|
103.
|
|
|
Paste that URL into a text editor because it is easier to make changes there.
|
|
|
|
Kopieren Sie die URL in den Texteditor, da es hier einfacher ist, Änderungen vorzunehmen.
|
|
Translated and reviewed by
Ralf Hilgenstock
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:100
|
|
104.
|
|
|
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
|
|
105.
|
|
|
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
|
|
106.
|
|
|
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
|
|
107.
|
|
|
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
|
|
108.
|
|
|
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
|
|
109.
|
|
|
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
|
|
110.
|
|
|
slash **/** → %2F
|
|
|
|
Schrägstrich **/** → %2F
|
|
Translated and reviewed by
Ralf Hilgenstock
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:110
|