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

د درجې بندۍ اوسط:  -
In reply to 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.

In reply to 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

In reply to 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.

In reply to 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.

In reply to 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.