oohoo - Course search

Blocks ::: block_course_search
Maintained by Nicolas Bretin, Patrick Thibaudeau
OOHOO Course Search does a complete search of all content in a course including: - Section Name and description - All activities (including all new plugins that you setup in the future) based on the "name", "intro" and "content" fields The result appears as a list of links.

oohoo - Course search 2.0.2 (Build: 2013072200)

Moodle 2.1, 2.2, 2.3, 2.4, 2.5
Released: Tuesday, 23 July 2013, 12:00 AM
--------------------------------------------------------------------------------
----------------------------- OOHOO - Course Search ----------------------------
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Description
--------------------------------------------------------------------------------

OOHOO Course Search do a search in all the content of a course including:
- Section Name and description
- All activities of the course (even all new plugins that you will setup on
your moodle) based on the "name", "intro" and "content" fields

The result appears as a list of links.

--------------------------------------------------------------------------------
Prerequisites
--------------------------------------------------------------------------------

None

--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------

1. Rename the folder to 'course_search'
2. Copy the folder tts to moodle/blocks
3. Install the plugin

Note: If a plugin needs a specific search, just add a function
"block_course_search_search_module_NAMEOFTHEPLUGIN" in the lib.php file of the
module.
The parameters are:
- int $courseid The course ID
- stdClass $module The module object
- string $q The string searched
- stdClass $modinfo The modinfo object

The return must be a string of links in li tags.
See the course_search/lib.php for example.

--------------------------------------------------------------------------------

For more informations, please go to the online documentation => http://oohoo.biz

Version information

Version build number
2013072200
Version release name
2.0.2 (Build: 2013072200)
Can be updated from
2.0.0 (Build: 2012121000) (2012121000), 2.0.1 (Build: 2012121400) (2012121400)
Can be updated to
2.0.3 (Build: 2014040200) (2014040200)
Maturity
Stable version
MD5 Sum
b7f346f7c7fef126397000bb9b04ca04
Supported software
Moodle 2.1, PHP 5.3, PHP 5.2, PHP 5.4, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5

Version control information

Version control system (VCS)
GIT
VCS repository URL

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.