Hi, I need to integrate wordpress and moodle. For me if i logged in with wordpress admin user , i can able to handle the moodle admin with out moodle admin user
I've just find Wordpress 2 Moodle plugin at http://frumbert.org/ Works fine on WordPress 4.5 -> Moodle 2.4+ 1. Wordpress plugin : Go to this link : https://github.com/frumbert/wp2moodle--wordpress-and follow instructions: Wordpress to Moodle pass through authentication plugin (wordpress end). Takes the user that is logged onto wordpress and passes their details over to Moodle, enrols them and authenticates. Note, you may need to rename the zip to be just 'wp2moodle.zip' before you upload the plugin to wordpress. Upload this to your wordpress (should end up being called /wp-content/plugins/wp2moodle/) Activate the plugin Click wp2moodle on the menu Set your moodle url (e.g. http://your-site.com/moodle/) and shared secret Use the moodle button on the editor to insert shortcodes around the text you want linked Shortcode example [wp2moodle class='my-class' cohort='course1' target='_blank']my link[/wpmoodle] class: the css classname to apply to the link (default: wp2moodle) target: the hyperlink target name to apply to the link (defaut: _self) cohort: the name of the moodle cohort in which to enrol the user Licence: GPL2, as per Moodle. Author: TIm St.Clair (frumbert) Download: https://github.com/frumbert/wp2moodle--wordpress-/archive/master.zip Source: https://github.com/frumbert/wp2moodle--wordpress-] 2. Moodle plugin : Go to this link : https://github.com/frumbert/wp2moodle--wordpress-and follow instructions: Wordpress to Moodle pass through authentication plugin (moodle end). Takes the user that is logged onto wordpress and passes their details over to Moodle, enrols them and authenticates. Upload/extract this to your moodle/auth folder (should be called "/moodle/auth/wp2moodle/") Activate the plugin in the administration / authentication section Click settings and enter the same shared secret that you enter for the wp2moodle settings in Wordpress Disable any other authentication methods as required Usage: You can not use this plugin directly; it is launched by wp2moodle from within Wordpress.
I tried using this two plugins , but when I click on wp2moodle from WP after activation , it gives error page saying internal server error 500...hence could not put moodle link...
how to resolve this????
thanks
umesh
Hi, Thanks for your reply. I already tried with some other plugin, and working fine from me. Thanks for your valuable time.
Hello Somu,
Can you share the plugin which worked for you...?
I am looking for integration between wordpress and moodle1.9, would want to use Blog feature of WP in moodle with SSO.
Thanks
umesh
@umesh, you may want to investigate using the LTI tool in Moodle using a Wordpress site. This will allow you to achieve your goal of using Wordpress with Moodle without the need for students to log to WP.
Have a look at this blog post - http://www.somerandomthoughts.com/blog/2011/11/28/moodle-2-supports-connecting-to-ims-lti-tools/
Regards
Carl