menu_site_and_course

About

How to Install

Put the folder course_menu inside your moodle/blocks directory, then visit your admin "notifications" page to build the correct tables.

Some Features

The Parts of the Image Explained

  1. This shows the front page before visitors log in.
  2. This show how the menu looks on the front page after logging in.
  3. This shows how a logged-in student sees the menu.
  4. This shows how another language is handled.
  5. This shows how the menu looks for aguest in courses that allow guest access.
  6. This shows the menu when all "weeks" or "topics" are shown.
  7. This shows the collapsed "show one" lesson mode.
  8. This show how the menu can fit on the page. I prefer the upper-left corner.

Options for the Brave

See these options around line 52 of block_menu_site_and_course.php
 /* Options you can set * 1 = show * 0 = don't show */ $showcalendar = 1; $showparticipants = 1; $showprofile = 1; === Changing the color of the buttons. === This block will probably work better with a wide variety of === themes if you leave the buttons gray. Edit the "styles.php" within this folder if you need to change the button's colors. These are the lines you are looking for... * Near the top .block_menu_site_and_course #nav{ background-color: #777; color: #fff; } * Lower in the file .block_menu_site_and_course #nav .h{ background-color: #555; border: none; } .block_menu_site_and_course #nav .s{ background-color: #555; border: none; } .block_menu_site_and_course #nav .c{ background-color: #999; } .block_menu_site_and_course #nav .a{ background-color: #1834F0; } === Author See http://www.manythings.org/tesl/moodle/ 2008-03-19 Charles Kelly