/[drupal]/contributions/modules/uts/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/uts/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Sun Aug 17 00:52:28 2008 UTC (15 months, 1 week ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, HEAD
Changes since 1.4: +23 -11 lines
File MIME type: text/plain
#291246: improve INSTALL.txt
1 // $Id: INSTALL.txt,v 1.4 2008/08/17 00:41:49 boombatower Exp $
2
3 AUTHOR
4 ------
5 Jimmy Berry ("boombatower", http://drupal.org/user/214218)
6
7 INSTALLATION
8 ------------
9 1. Before installing the modules please make sure you have installed the following
10 code in the settings.php file located in the sites folder. The code should be
11 placed at the bottom of the file after all existing code.
12
13 $GLOBALS['uts_installed'] = TRUE;
14 if (isset($_COOKIE['uts_session']) &&
15 isset($_COOKIE['uts_session_active']) && $_COOKIE['uts_session_active']) {
16 $db_prefix = $_COOKIE['uts_session'];
17 }
18
19 2. Go to Administer >> Site building >> Modules (admin/build/modules) and
20 enable the Usability Test Suite module.
21
22 3. Check to make sure the Usability Testing Suite enabled properly.
23
24 4. Enable the desired plug-ins "Usability testing suite - plugins" group. The
25 plug-ins will provide data collection and analysis abilities. Read the
26 descriptions for more information on what the individual plug-ins provide.
27
28 5. Visit Administer >> Usability Testing Suite (admin/uts) to find
29 configuration options, study management, invitations, and more.

  ViewVC Help
Powered by ViewVC 1.1.2