Hi,
We use the enhanced course catalog to display our courses (/totara/coursecatalog/courses.php). Once there users can search for courses or filter the results by Category, Delivery Method or Tags.
I haven't found any information on how to display a filtered list of courses automatically for example when I want to only show them courses belonging to:
- a particular category (eg categorized under business unit Operations) via a URL like /totara/coursecatalog/courses.php?category=Operations
- a particular tag (eg Compliance has a tag id of 85) via a URL like /totara/coursecatalog/courses.php?tagname=compliance or /totara/coursecatalog/courses.php?tagid=85
Any idea on how I can achieve this?
I don't want to take them to tag page (/tag/index.php?id=85), or category page (/course/index.php?categoryid=65) since they don't have any options to apply filters etc to see all courses if they want to.