Installing Joomdle in Moodle: Difference between revisions

From Joomdle
Jump to navigationJump to search
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Installing Joomdle for Moodle==
{{Languages}}


''This document applies to Joomdle Release 0.23.''
{{Current Version}}


To allow Moodle to authenticate with Joomla! you will need to install and configure the Joomdle authentication plugin.  This plugin can be found in the Joomdle installation package called auth_joomdle.zip.  Create a temporary directory and uncompress the contents of the zip file.  Then copy the uncompressed files to your moodle/auth/joomdle directory on your web server. (Depending on how you chose to copy the files, you may need to create the joomdle directory first).
{{Installing Joomdle for Moodle}}


==Configuring Joomdle for Moodle==
==Configuring Joomdle for Moodle==


Once these files have been copied to the moodle/auth/joomdle directory, return to the  Moodle Network Authentication section found at  Administration Menu → Users → Authentication → Manage  authentication.  You should now see a new option Authentication Plugin called Joomdle, activate this plugin.
Once these files have been copied to the moodle/auth/joomdle directory, visit Administration Menu → Notifications to complete plugin installation.
 
Then return to the  Moodle Network Authentication section found at  Administration Menu → Users → Authentication → Manage  authentication.  You should now see a new option Authentication Plugin called Joomdle, activate this plugin.


[[Image:r023_moodle_enable_joomdle_authentication_1.jpg|550px|moodle_auth_joomla1.jpg]]
[[Image:r023_moodle_enable_joomdle_authentication_1.jpg|550px|moodle_auth_joomla1.jpg]]


Then configure the plugin by clicking on the "Settings link" and enter your Joomla! server's domain name URL.  This is the only setting that needs to be configured.
Then configure the plugin by clicking on the "Settings link" and enter your Joomla! server's domain name URL.  This is the only setting that needs to be configured.
Remember to add '''http://''' in front of your URL.


[[Image:r023_moodle_settings_joomdle_authentication_1.jpg|550px|moodle_auth_joomla.jpg]]
[[Image:r023_moodle_settings_joomdle_authentication_1.jpg|550px|moodle_auth_joomla.jpg]]


Your have now configured the Moodle side of Joomdle.  Proceed to install and configure Joomdle for Joomla!
There is also another option, that you may need to change: Connection method. It chooses which connection method to use when using Joomla's web services. Options are file_get_contents and curl. Select the one available in your server.
* Tip: Leave it as default first, and then use System Check page in Joomdle component in Joomla to check which connection method is available in your server.
 
To finish the Joomdle Moodle installation, go to Site Administration -> Notifications.
 
You have now configured the Moodle side of Joomdle.  Proceed to install and configure Joomdle for Joomla!
 
There are other options you may wish to configure.
 
[[File:moodle_js_options.png]]
 
* Sync users to Joomla: Syncs user creation and removal, and user profile updating.
* Joomla default language: Joomla default languahe string. Only needed for J1.6/1.7 with multi language enabled
* Jomsocial activities: Add Jomsocial activities in response to Moodle events
* Create Jomsocial groups: Create a Jomsocial group for each course
* Delete Jomsocial groups: Delete Jomsocial group when deleting course
* Auto-sell courses: Create/update/delete courses on Joomla shop when done in Moodle
* Enrol parents in courses: Auto enrol parents in children courses
* Parent role ID: ID of parent role in Moodle
 
You can also modify the default options for User Profile data locking in Moodle. Locked fields cannot be edited by the user in Moodle, and take the value from Joomla.
 
{{Moodle lock user fields}}
{{End of Section}}


==Advanced Moodle Configuration (Optional)==
==Advanced Moodle Configuration (Optional)==
Line 25: Line 51:
* Define an alternate login URL for Moodle, so that Moodle users never see the Moodle login page.   We recommend that you don't enable this until everything is up, testing, testing again, tested one more time, and running.  Oh did we say, test first before you do this!
* Define an alternate login URL for Moodle, so that Moodle users never see the Moodle login page.   We recommend that you don't enable this until everything is up, testing, testing again, tested one more time, and running.  Oh did we say, test first before you do this!
** Users->Authentication->Manage Authentication: Alternate Login URL.  Here we put Joomla URL.
** Users->Authentication->Manage Authentication: Alternate Login URL.  Here we put Joomla URL.
* If you are using Moodle in a wrapper, you can use this URL, so Joomla login page won't appear inside the wrapper: <font color="#aa1428">http://yoursite.com/components/com_joomdle/views/wrapper/getout_login.php</font>


====Creating an alternative login page for Moodle's Administrators====
====Creating an alternative login page for Moodle's Administrators====
Line 34: Line 61:
* Restrict access to Moodle to registered users only, so that no guests can enter the Moodle site.
* Restrict access to Moodle to registered users only, so that no guests can enter the Moodle site.
** Security -> Site Policies -> Force users to login
** Security -> Site Policies -> Force users to login
====Make Moodle stay within the wrapper====
* The breadcrumb links in Moodle have target="_top", so if you click on them, you would get out of the wrapper.
* To prevent this, you can modify an option in Server->HTTP. Set Frame Name to empty value.

Latest revision as of 17:06, 18 December 2011

This document applies to Joomdle Release 2.0.0

Installing Joomdle for Moodle

To allow Moodle to authenticate with Joomla! you will need to install and configure the Joomdle authentication plugin.  This plugin can be found in the Joomdle installation package called auth_joomdle.zip (folder moodle/).

You can directly upload the plugin through Moodle interface, in Site administration->Plugins->Install add-ons


.

Configuring Joomdle for Moodle

Once these files have been copied to the moodle/auth/joomdle directory, visit Administration Menu → Notifications to complete plugin installation.

Then return to the  Moodle Network Authentication section found at  Administration Menu → Users → Authentication → Manage  authentication.  You should now see a new option Authentication Plugin called Joomdle, activate this plugin.

moodle_auth_joomla1.jpg

Then configure the plugin by clicking on the "Settings link" and enter your Joomla! server's domain name URL.  This is the only setting that needs to be configured. Remember to add http:// in front of your URL.

moodle_auth_joomla.jpg

There is also another option, that you may need to change: Connection method. It chooses which connection method to use when using Joomla's web services. Options are file_get_contents and curl. Select the one available in your server.

  • Tip: Leave it as default first, and then use System Check page in Joomdle component in Joomla to check which connection method is available in your server.

To finish the Joomdle Moodle installation, go to Site Administration -> Notifications.

You have now configured the Moodle side of Joomdle.  Proceed to install and configure Joomdle for Joomla!

There are other options you may wish to configure.

File:Moodle js options.png

  • Sync users to Joomla: Syncs user creation and removal, and user profile updating.
  • Joomla default language: Joomla default languahe string. Only needed for J1.6/1.7 with multi language enabled
  • Jomsocial activities: Add Jomsocial activities in response to Moodle events
  • Create Jomsocial groups: Create a Jomsocial group for each course
  • Delete Jomsocial groups: Delete Jomsocial group when deleting course
  • Auto-sell courses: Create/update/delete courses on Joomla shop when done in Moodle
  • Enrol parents in courses: Auto enrol parents in children courses
  • Parent role ID: ID of parent role in Moodle

You can also modify the default options for User Profile data locking in Moodle. Locked fields cannot be edited by the user in Moodle, and take the value from Joomla.


File:Lock user fields.png


.

Advanced Moodle Configuration (Optional)

Note:  Some of these options can render your Moodle site inaccessible - please ensure you know what you are doing!

Removing the default Moodle login page (redirect the Moodle login page to Joomla!)

  • Define an alternate login URL for Moodle, so that Moodle users never see the Moodle login page.   We recommend that you don't enable this until everything is up, testing, testing again, tested one more time, and running.  Oh did we say, test first before you do this!
    • Users->Authentication->Manage Authentication: Alternate Login URL.  Here we put Joomla URL.
  • If you are using Moodle in a wrapper, you can use this URL, so Joomla login page won't appear inside the wrapper: http://yoursite.com/components/com_joomdle/views/wrapper/getout_login.php

Creating an alternative login page for Moodle's Administrators

Restrict access to Moodle to registered users only

  • Restrict access to Moodle to registered users only, so that no guests can enter the Moodle site.
    • Security -> Site Policies -> Force users to login