I've created a block that allows you to add resources and
activities to a block in a course (similar to the site main menu block). Since I really don't know what I'm doing, be sure to test it first, and let me know if it seems okay. What I've done is made it so the block adds resources/activities to "section 100" of the course--hence it is called course section block since its like adding a course section to a block

. It seems to work okay for the site homepage too, so it could also be used for a second site main menu block. The only thing is it looks a little funky to have topic "100" show up, like on the activity index pages, but I didn't know how else to do this (also, I don't use the Activities block, and I've taken this link out of my breadcrumb so my users don't ever see these pages).
To try it, 1. add a string to the lang/en/moodle.php file:
"coursesectionblock" for the block title. You can call it whatever you want, e.g. Resources, etc. So, it would look like this:
$string['coursesectionblock'] = 'Resources';
2.
upload the course_section block folder to the moodle blocks folder.
Edited: attachment deleted by Chardelle request(Editado por Eloy Lafuente (stronk7) - sábado, 18 de febrero de 2006, 01:35)