Hello again :)
I would like to know how to hide all items (Categories, courses, etc.) on the Repository page, as I use it like a Home page.
I think we can do this (the main page of ilias.de seems to be a customized repository page), but I didn't yet find a way how to do this properly... I mean, there is a way: by modyfing the css (in delos.css) of the pages, but I'm not sure it's the best way, as maybe it can hide items inside other pages on my website... I want hide items only on the Repository/Home page.
.
Other question: how to disable the Side bar? I don't like it so much, and don't find it so useful when users are not in a Course/Leaning module... EDIT: I succeed to hide it by modifying the css file delos.css with: a.ilTreeView { display:none }. Not so much elegant but efficient. The problem remains that the sidebar is still here, we just cannot see it... and if I want to use it for only some pages, I can't... If you have some idea to do this better...? EDIT2: I see that even ilias.de use this way to hide the side bar... so, I guess it's the best way. ;))
Cheers
Guillaume