Courses in categories (the other way round)

Courses in categories (the other way round)

by Thomas Dlouhy -
Number of replies: 1

Hi!

There was already a discussion that courses are displayed in categories and the different admins didn't want that. So, I would need it the other way round, I would always like to display the categories on the first page (not the assigned courses). Is there a similar solution like the config.php: $CFG->block_course_list_adminview = 'own'; ?

Thx for help
Thomas

Average of ratings: -
In reply to Thomas Dlouhy

Re: Courses in categories (the other way round)

by Thomas Dlouhy -

my, let's call it, 'cruel solution' ... but it works as I wanted it to
Thomas

/block/course_list/block_course_list.php
set whole block starting with if (isset($USER->id) and !(isadmin() and $adminseesall)) {    // Just print My Courses"
in /*   */