Courses Index Page

Courses Index Page

дэргэд Mayuri Karnik -
Хариу нийтлэлийн тоо: 7

I want to edit the courses page where all the list of courses is shown under a particular category. For example, moodle/course/index.php?categoryid=6 this is the url. Which is the html page for this category or any other category? Please Help. I am reaching the deadline. I have been searching the page for last 2 days.

Thanks

Үнэлгээний дундаж: -
Mayuri Karnik-н хариуд

Re: Courses Index Page

дэргэд Helen Foster -
Core developers зураг Documentation writers зураг Moodle HQ зураг Particularly helpful Moodlers зураг Plugin developers зураг Testers зураг Translators зураг

Hello,

You can add a description to the category page by going to Site administration > Courses > Manage courses and categories then clicking the edit link next to the category.

Helen Foster-н хариуд

Re: Courses Index Page

дэргэд Mayuri Karnik -

Hey Helen,

 I want to make changes in the layout of the page. I want to edit the html page

Mayuri Karnik-н хариуд

Re: Courses Index Page

дэргэд Just H -

There is no html page as such.

Perhaps if you explain what you want to do someone can help, most likely you will be looking at changing CSS and perhaps renderers.

Just H-н хариуд

Re: Courses Index Page

дэргэд Gareth J Barnard -
Core developers зураг Particularly helpful Moodlers зураг Plugin developers зураг

Code for that is in '/course/renderer.php', which is overridable in a theme.

Just H-н хариуд

Re: Courses Index Page

дэргэд Mayuri Karnik -

I want to change the layout. I want to display only a part of course summary and image. And once a user clicks on the name of the course, he will be able to see the whole course page with summary. I also want to add bootstrap code to it to display image and summary in some kind of card wrapper. Please help.