Moodle Plugins directory: Featured Courses | Moodle.org
Featured Courses
Blocks ::: block_featuredcourses
Maintained by
Daniel Neis Araujo
This blocks allow to select some courses to be displayed on front page. It is also possible to set sort order.
Latest release:
455 sites
101 downloads
69 fans
Current versions available: 5
With this block you can select a set of courses to be displayed on frontpage.
For each course, the block will show it's name with a link to course page, it's summary and summary files.
The following steps should get you up and running:
DO NOT PANIC!
Put these files at moodle/blocks/featuredcourses/
Log in in your Moodle as Admin and got to admin/index
Follow the instructions to install the block
This block is only visible on site front page and Dashboard
To select featured courses, add the block to front page, got to edit settings, click on the link on the settings screen.
The order of the courses displayed by the block is defined by the "sortorder" field. It is an integer field that the records are ordered by.
Good luck!
Useful links
Contributors
Daniel Neis Araujo (Lead maintainer)
Please login to view contributors details and/or to contact them
Você deve ir em Administração do site / Plugins / Visão geral dos plugins e "Desinstalar" o bloco.
Depois disso você não deve remover o código do plugin, mas seguir a interface e fazer a reinstalação.
Isso deve resolver.
As áreas de blocos são definidas no tema, então isso vai depender do seu tema.
Infelizmente não tenho um código CSS que deixe o plugin com aquela cara, mas sei que não precisa de muita coisa.
Se você definir a imagem do curso é possível que ele mostre ali também.
Daniel, thanks for this plugin. Is it possible to feature the course in a horizontal bottom and not vertical-left/right?
It depends on your theme layout/css and block regions.
Thanks for the plugin. Any chance it could be available later for the Moove theme ?
Have a nice day
It can be added to any block area in any theme.
Best,
Daniel
The block was already compatible with 4.x
I've realeased a new version and mad it explicit here.
.card-text .container-fluid.coursebox{
padding-left: 2rem;
padding-right: 2rem;
}
.card-text.content {
display: flex;
flex-direction: row;
justify-content: space-between;
}
I am using this plugin and I need it for the new Moodle version 4.5. Do ypu know when it will be ready for this version?
Thank you,
Xènia
Many thanks