-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Simple Clock block.

Simple Clock block: Difference between revisions

From MoodleDocs
(New page: Back to Blocks page == Features == right|alt=Simple clock block showing site theme icon and user pic * Maintains time difference between...)
 
m (added link to spanish translation of page)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox plugin
|type = Block, Simple clock
|entry = https://moodle.org/plugins/view.php?plugin=block_simple_clock
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/10620/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel
|discussion = https://moodle.org/plugins/view.php?plugin=block_simple_clock
|maintainer = [[User:Michael de Raadt|Michael de Raadt]]
|float = right
}}
[[Blocks|Back to Blocks page]]
[[Blocks|Back to Blocks page]]


== Features ==
== Features ==


[[Image:SimpleClockOnUSQSite.gif‎|right|alt=Simple clock block showing site theme icon and user pic]]
[[Image:SimpleClockBlockDefault.png|right|alt=Simple clock block showing site theme icon and user pic]]


* 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 23: Line 25:


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


[[Image:SimpleClockShowOptions.png|alt=Simple clock block shown with server only, client only and both]]
[[Image:SimpleClockBlockServerOnly.png|alt=Simple clock block shown with server only]]
[[Image:SimpleClockWithSeconds.gif|alt=Simple clock with seconds shown]]
[[Image:SimpleClockBlockUserOnly.png|alt=Simple clock block shown with user only]]
[[Image:SimpleClockNoHeader.gif|alt=Simple clock with seconds shown]]
[[Image:SimpleClockBlockDays.png|alt=Simple clock with days shown]]
[[Image:SimpleClockNoIcons.gif‎|alt=Simple clock with seconds shown]]
[[Image:SimpleClockBlockSeconds.png|alt=Simple clock with seconds shown]]
[[Image:SimpleClockBlockNoHeader.png‎|alt=Simple clock with no header]]
[[Image:SimpleClockBlockNoIcons.png|alt=Simple clock with no icons]]


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]]
[[es:Bloque simple de reloj]]

Latest revision as of 01:33, 2 January 2015

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