Welcome Area Block

Blocks ::: block_welcomearea
Maintained by Karen Eng, Matt Oquist, Jonathan Doane, David Zaharee
This block provides a Welcome Area for Moodle courses that is unique by instructor instead of by course. This is useful for displaying information that is repeated by a teacher across a number of courses.

Welcome Area Block 2013010700

Moodle 1.9
Released: Friday, 11 January 2013, 9:16 AM
Intro

This block provides a Welcome Area for Moodle courses that is unique by
instructor instead of by course. This is useful for displaying information
that is repeated by a teacher across a number of courses.


Displaying the Welcome Area

By default this welcome area is displayed in the block itself. However the
block supports displaying the welcome area in a larger block on the course
page.

To display the welcome area at the top-center of the course add this line to
moodle/course/view.php:

require_once($CFG->dirroot . '/blocks/welcomearea/lib.php');

And add this line to moodle/course/format/*/format.php:

welcomearea_display();

after:

echo '';

print_container_start();

In-block display can be turned off in the block settings.


Editing the Welcome Area

Edits to the welcome area are made by instructors by following the link in the
block on any course page they are listed as an instructor for. Once on the edit
page, changes are made using the WYSIWYG editor. Instructors can also view
their welcome area history by following the link on the edit page. Once on the
history page, instructors can revert to a previous welcome area.


Default Welcome Area

Administrators can define a default welcome area that is used on courses that do
not have an instructor, as well as in place of an instructors welcome area that
hasn't be defined.

The link to edit the default welcome area will display for admins on any
instance of the block. The interface is the same as the one used by instructors,
and has a history as well.


Display Settings

When multiple instructors are assigned to a course, by the default the block
will display the welcome area of the instructor that was assigned to the course
first. This can be overridden by an administrator an a per course basis. This is
accomplished by following the display settings link in the block on the course.

Options for display are:

Auto (default operation)
*Any Instructor Assigned to Course*
Default Welcome Area
No Display

The no display option will disable display of the welcome area for the course.

Version information

Version build number
2013010700
Can be updated from
2.3 (Build 2012121800) (2012121800)
Maturity
Stable version
MD5 Sum
1abfabeacdd633844acccf6284017116
Supported software
Moodle 1.9
  • Latest release for Moodle 1.9

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.