Help with Essential theme (login page and 'all courses')

Help with Essential theme (login page and 'all courses')

by Frank Rodríguez -
Number of replies: 1

First off. I want to thank all the moodle community. You've helped me a lot building this website.

 

I have a couple of inquiries. I know most of them can be solved through code, but I'm not smart enough to do it by myself, so if you could guide me step by step, I would be thankful.

 

1. How can I delete de main bar for the login page. I want the users only to see the login and the footer. Nothing else.

 

2. How do I delete the link "all my courses" from the block "My courses/categories" and from the section "My courses" at the index of the website" (I want to prevent the users from even seeing the courses that are not enrolled in.

I tried setting up my moodle as the homepage but it but it didn't work, cause it shows even more info about the scorms that i don't want them to see them. Also, all students are able to configure their "my moodle" and I don't want that.

 

Is there another way to customize "course/index.php" in a way that doesn't show: A- categories and B- courses that students are not enrolled in. If not, I just want to delete any link that send them there.

 

3. How can I take off the italics from the body of the website. Where should I be looking at? Which CSS file?

 

PS: I'm using Moodle 2.5, theme essential (lastest version).

Thanks.

Attachment BORRAR-Mis-cursos.png
Average of ratings: -
In reply to Frank Rodríguez

Re: Help with Essential theme (login page and 'all courses')

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

For '1' you need to clone the existing template for the 'login' layout (http://docs.moodle.org/dev/Themes_overview#The_different_layouts_as_of_21st_April_2013) and change that file to remove the main bar.

To be honest a complete 'step by step' guide would take me quite a while to produce and I'm sorry but I don't have the time.

You can learn about theme development in general by reading this: http://docs.moodle.org/dev/Creating_a_theme.