Note: You are currently viewing documentation for Moodle 2.0. 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
(Shifted to dev docs)
 
Line 1: Line 1:
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.
{{Moved_to_dev_docs}}
 
== How the Block Works ==
 
The admin_bookmarks block can be added to any page that supports blocks. When it's on an admin page (e.g. .../admin/index.php?section=something), a link to "bookmark this page" will appear at the bottom of the block. When it's on an admin page that's already bookmarked, a link to "unbookmark this page" will appear at the bottom of the block.
 
The bookmarks are automatically named to match the title of the admin section as per the current language pack.
 
For now (and in the foreseeable future), the block will only support bookmarking admin pages.
 
== Latest Version ==
 
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 ==
 
Try out the block at [http://betaserv.vkm.ca:82/moodle/ 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!
 
[[Category:Developer]]
[[Category:Project]]

Latest revision as of 08:14, 22 June 2011

This development related page is now located in the Dev docs.

See the Student projects/Admin page cleanup/Bookmarks page in the Dev docs.