| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 ------------------------------------------------------------- 2 New Installation 3 ------------------------------------------------------------- 4 5 1. Install the Project module (http://drupal.org/project/project), 6 which the project issue tracking module requires and depends on. 7 8 2. Enable Drupal's Comment module under admin/build/modules, which 9 the project issue tracking module requires and depends on. 10 11 3. Enable Drupal's Upload module under admin/build/modules, which 12 the project issue tracking module requires and depends on. 13 14 4. Install the comment upload module 15 (http://drupal.org/project/comment_upload), which the project 16 issue tracking module requires and depends on. 17 18 5. Install the project issue tracking module 19 (http://drupal.org/project/project_issue). 20 21 6. Enable the project issue tracking module under admin/build/modules 22 23 7. Configure the status messages at admin/project/project-issue-status 24 25 8. Grant the proper access to users under admin/user/access 26 27 9. Enable the project issue to link filter in proper input formats at 28 admin/settings/filters. If your site uses ANY node access 29 control modules (including, but not limited to, Organic 30 Groups, Simple Access, and Node Access), you should not enable 31 this filter. Furthermore, if your site does not give the 32 'access project issues' permission to all users (including 33 anonymous users), you should not use this filter. In both cases 34 this is because the output of the project issue to link filter 35 is cached, and it is not possible to ensure that the user who initially 36 viewed the content and set the cache has the same access permissions as 37 another user that might view the (now cached) content. 38 39 40 -------------------------------------------------------------- 41 Upgrading 42 -------------------------------------------------------------- 43 44 Consult UPGRADE.txt 45 46 $Id: INSTALL.txt,v 1.7 2008/01/01 03:54:39 thehunmonkgroup Exp $
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |