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.