Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: External Search block.

External Search block: Difference between revisions

From MoodleDocs
(Link to the module and plugin page)
(Add screenshots)
Line 1: Line 1:
This block is used to allow teachers to provide their students with an easy way of using an external search engine from within a course page.
This block is used to allow teachers to provide their students with an easy way of using an external search engine from within a course page.
[[Image:extsearch_block.png|center]]


=Installation=
=Installation=
Line 6: Line 8:
# Visit the <tt>/admin/index.php</tt> page to trigger the module installation.
# Visit the <tt>/admin/index.php</tt> page to trigger the module installation.
# Change the default options in the block configuration. For example, you will need to provide [http://www.digitalnz.org/dashboard/api_key your own API key] if you want to enable the Digital NZ search functionality.
# Change the default options in the block configuration. For example, you will need to provide [http://www.digitalnz.org/dashboard/api_key your own API key] if you want to enable the Digital NZ search functionality.
[[Image:extsearch_config.png|center]]


=See also=
=See also=


* [http://moodle.org/mod/data/view.php?d=13&rid=2337 Download]
* [http://moodle.org/mod/data/view.php?d=13&rid=2337 Download]

Revision as of 01:56, 22 April 2009

This block is used to allow teachers to provide their students with an easy way of using an external search engine from within a course page.

extsearch block.png

Installation

  1. Unpack the module into your Moodle installation in order to create a blocks/extsearch directory
  2. Visit the /admin/index.php page to trigger the module installation.
  3. Change the default options in the block configuration. For example, you will need to provide your own API key if you want to enable the Digital NZ search functionality.
extsearch config.png

See also