Courses Index Page

Courses Index Page

per Mayuri Karnik -
Nombre de respostes: 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

Mitjana de qualificacions: -
En resposta a Mayuri Karnik

Re: Courses Index Page

per Helen Foster -
Imatge de Core developers Imatge de Documentation writers Imatge de Moodle HQ Imatge de Particularly helpful Moodlers Imatge de Plugin developers Imatge de Testers Imatge de 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.

En resposta a Helen Foster

Re: Courses Index Page

per Mayuri Karnik -

Hey Helen,

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

En resposta a Mayuri Karnik

Re: Courses Index Page

per 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.

En resposta a Just H

Re: Courses Index Page

per Gareth J Barnard -
Imatge de Core developers Imatge de Particularly helpful Moodlers Imatge de Plugin developers

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

En resposta a Just H

Re: Courses Index Page

per 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.