Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Student projects/Admin page cleanup/Bookmarks.

Student projects/Admin page cleanup/Bookmarks

From MoodleDocs
Revision as of 01:55, 3 August 2006 by Vincenzo K. Marcovecchio (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

As part of the Student projects/Admin page cleanup project, I'm designing an admin bookmark block that allows admins to bookmark frequently-accessed admin setting pages easily.

Latest Version

The code for the latest version of the admin bookmark block is available here.

Demo

Try out the block at this Moodle installation. To login as a creator, use username creator password rotaerc. To login as a student, use username student password tneduts. Sorry, no admin login will be posted here!

Issues Remaining

  • Should icons be used to make the bookmarks prettier?
  • Better way to require("$CFG->dirroot/newadmin/admin.php") since it's used in multiple blocks? Somehow, using global $admin (since $admin is the object created by admin.php that everything depends on) doesn't work.