Note: This documentation is for Moodle 2.7. For up-to-date documentation see Simple Clock block.

Simple Clock block: Difference between revisions

From MoodleDocs
(Adding acknowledgement and shifting links to end)
Line 7: Line 7:
* Maintains time difference between page loads
* Maintains time difference between page loads
* Shows site icon and user image as clock icons
* Shows site icon and user image as clock icons
== Links ==
* [http://moodle.org/mod/data/view.php?d=13&rid=3642 Moodle Modules Posting]
* [http://tracker.moodle.org/browse/CONTRIB/component/10620 Bug Tracker Page for Simple Clock] (Please report bugs here)
* [http://cvs.moodle.org/contrib/plugins/blocks/simple_clock/ CVS Repository for Simple Clock]


== Installing ==
== Installing ==
Line 37: Line 31:


For configuration instructions see [[blocks/simple_clock]]
For configuration instructions see [[blocks/simple_clock]]
== Acknowledgements ==
* Luiggi Sansonetti for a French translation
== See also ==
* [http://moodle.org/plugins/view.php?plugin=block_simple_clock Moodle Plugins repository entry]
* [http://tracker.moodle.org/browse/CONTRIB/component/10620 Bug Tracker Page for Simple Clock] (Please report bugs here)
* [https://github.com/deraadt/moodle-block_simple_clock.git Git repository for Simple Clock]


[[Category:Contributed code]]
[[Category:Contributed code]]

Revision as of 04:39, 24 July 2012

Back to Blocks page

Features

Simple clock block showing site theme icon and user pic
  • Maintains time difference between page loads
  • Shows site icon and user image as clock icons

Installing

The Simple Clock block is installed like other blocks (How to install a block).

Configuration

It is possible to achieve the following configurations.

  • Show server clock, user clock or both
  • Show day names
  • Show seconds
  • Hide header/title
  • Hide clock icons
  • Change block title

Simple clock block shown with server only Simple clock block shown with user only Simple clock with days shown Simple clock with seconds shown Simple clock with no header Simple clock with no icons

For configuration instructions see blocks/simple_clock

Acknowledgements

  • Luiggi Sansonetti for a French translation

See also