This Drupal module allows to create content pages that builds an interface for looking for given organisation's courses.
This module is available for Drupal 7 and Drupal 8 versions.
- Install module
- Create content "Content" > "Add content" > "Courses Embed"
- Enter title and organisation code
- Save
- View your recently content page and it should contain courses of that organisation
Note: Organisation code field supports only cardinality 1. If you use many values, only the first value is being used. If you want to enter multiple organisations, type them separated by commas.
1a. For Drupal 7: Download module and run it on a drupal:7
container
$ wget https://github.com/UH-StudentServices/uh_courses_embed/archive/drupal7.zip
$ unzip drupal7.zip -d uh_courses_embed
$ cd uh_courses_embed
$ docker run -d -v `pwd`:/var/www/html/sites/all/modules/uh_courses_embed drupal:7
1b. For Drupal 8: Download module and run it on a drupal:8
container
$ wget https://github.com/UH-StudentServices/uh_courses_embed/archive/drupal8.zip
$ unzip drupal8.zip -d uh_courses_embed
$ cd uh_courses_embed
$ docker run -d -v `pwd`:/var/www/html/modules/uh_courses_embed drupal:8
- Go to your container's IP address and install Drupal
- Enable "University of Helsinki Courses Embed" module
- Follow "Getting started" steps 2-5
Please post your question to [email protected]
This software is developed under GPL v3.