willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
170 stars 155 forks source link

Adding "customfields" and "summary" infor to mycourses cards #452

Open GerooMih opened 5 months ago

GerooMih commented 5 months ago

Hi, i was wondering if i can make the course "cards" in /my/courses.php to show the same information as the "cards" show on the main page.

The template code of the cards for the main page is in the "/theme/moove/templates/moove_coursecard.mustache" and the code of the cards in "my/courses.php" is in the "/theme/moove/templates/block_myoverview/view-cards.mustache".

This is how it looks on the main page with all the information... name, customfields, etc... main-page

And this is how it looks on the /my/courses.php - only with Course Name and category, nothing else. mycourses

I want to make the my/courses.php cards to show all the information just as the moove_coursecard.mustache

Thanks in advance if anyone can tell me where to change the code to do so!