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: Difference between revisions

From MoodleDocs
mNo edit summary
 
Line 4: Line 4:


The code for the latest version of the admin bookmark block is available [http://betaserv.vkm.ca:82/moodle/blocks/admin_bookmarks/block_admin_bookmarks.phps here].
The code for the latest version of the admin bookmark block is available [http://betaserv.vkm.ca:82/moodle/blocks/admin_bookmarks/block_admin_bookmarks.phps here].
The scripts used to [http://betaserv.vkm.ca:82/moodle/blocks/admin_bookmarks/create.phps create] and [http://betaserv.vkm.ca:82/moodle/blocks/admin_bookmarks/delete.phps delete] bookmarks are also available.


== Demo ==
== Demo ==

Revision as of 02:01, 3 August 2006

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.

The scripts used to create and delete bookmarks are also available.

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.