Moodle Plugins directory: Courses links: Versions: v4x.01 | Moodle.org

Courses links
Courses links v4x.01
Code prechecks
Mod Courselinks
This moodle mod allows to display links to other courses. This mod is displayed in a label.
Goals
This mod goals are to displays in a course links to others courses in order to have a navigation between several courses.
Requirements
- Moodle 3.7 to 4.5.
-> Tests still in progress. - Use Boost theme or a theme which extends Boost theme (need bootstrap).
Installation
- Local plugin installation
With git:
git clone https://github.com/andurif/moodle-mod_courselinks.git mod/courselinks
Download way:
Download the zip from https://github.com/andurif/moodle-mod_courselinks/archive/refs/heads/main.zip, unzip it in mod/ folder and rename it "courselinks" if necessary or install it from the "Install plugin" page if you have the right permissions.
- Then visit your Admin Notifications page to complete the installation.
Presentation / Features
Display links to others courses according three display types for now: - Card: links to courses will be display as cards with their own course image. - List : links to courses will be listed one below the other. - Navigation menu: links to courses will be displayed on a menu where each course will be a menu item.
Be careful, a link is displayed only for users with access rights to this course (unless you force the display in the form) !
Besides when you want to add a resource only courses you manage will be displayed in the form
(filter on the moodle/role:assign "Assign roles to users" capability).
You can also choose the way to display to linked course: in a new window, a new tab...
Possible improvements
- Add other display types.
- Improve responsive.
- Be less dependent on an extended Boost theme and testing more on other theme types.
- Add setting to set up if we want to use other courses than only courses we manage ?
Updates
v4x.01:
- Add moodle 4.x versions compatibility..
v3.11-r3:
- Fix database error in plugin first install.
v3.11-r2:
- Add display options (open in a new window/page, display all courses...).
- Improve display on smaller screens for card content.
v3.11-r1:
- First plugin release. Mod to select and display links to other courses on the main course page.
About us
Université Clermont Auvergne - UCA Squad
© UCA - 2025
Version information
- Version build number
- 2025041200
- Version release name
- v4x.01
- Can be updated from
- v3.10-r1, v3.10-r2, v3.10-r3, v3.11-r1 (2021071000), v3.11-r2, v3.11-r3 (2022082200)
- Maturity
- 稳定版
- MD5 Sum
- a61433111bb41e8d267f93f8d921c304
- Supported software
- Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_4x
- VCS tag
- moodle_4x
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation