Banner for Moodle Course List Widget
This plugin will allow you to display a list of Moodle courses for a specific user of Moodle. Wordpress Tutorial
Noted That:
  • To install correctly this moodle-course-list-widget.zip .
  • Fisrt Download the moodle-course-list-widget.zip to your computer
  • Extract/Open moodle-course-list-widget.zip to Your Computer.
  • Then, Find readme.txt file inside moodle-course-list-widget.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " moodle-course-list-widget.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Moodle Course List Widget

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Moodle Course List Widget

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Moodle Course List Widget

Step-5 : Now, Browse " moodle-course-list-widget.zip " Downloaded plugin from your computer, Where you downloaded " moodle-course-list-widget.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Moodle Course List Widget

Step-6 : Now, Click on " Active Plugin "

Activate Moodle Course List Widget

Step-7 : Then, See left Side Menu. " Moodle Course List Widget " folder is added on left Side Menu. Now, Click on " Moodle Course List Widget " folder.

Noted that: If you do not see " Moodle Course List Widget " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Moodle Course List Widget Configurations and Settings or How to work " Moodle Course List Widget " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Moodle Course List Widget " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Moodle Course List Widget
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

This section describes how to install the plugin and get it working.

Install:
1. Upload moodle-courselist-widget.php to the /wp-content/plugins/ directory
1. Activate the plugin through the ‘Plugins’ menu in WordPress
1. Place the new Moodle Courselist widget into your theme’s sidebar.

IMPORTANT: You will need to edit the code of this plugin in 3 places in order for this to work properly. This will most likely involve a web administrator as you will need database connection settings for Moodle. This plugin is designed for use by educational institutions. Changes are clearly commented in the code with //CHANGE.

Here are the code changes you must edit:

Line 35 (Your Moodle Site URL)-
action=”http://yourmoodlesiteurl.com/login/index.php

Line 44 (Moodle Database Connection)-
mysql_connect(“localhost”,”MySQLusername”,”MYSQLpassword”);

Line 76 (Your Moodle Site URL)-
“http://yourmoodlesiteurl.com/course/view.php?id=’.$course-> courseid.'”


Name