/[drupal]/contributions/modules/article/INSTALL
ViewVC logotype

Contents of /contributions/modules/article/INSTALL

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


Revision 1.3 - (show annotations) (download)
Mon Mar 21 05:43:34 2005 UTC (4 years, 8 months ago) by codemonkeyx
Branch: MAIN
CVS Tags: DRUPAL-5--2-4, DRUPAL-5--2-3, TDRUPAL-5--2-1, TDRUPAL-5--2-2, DRUPAL-4-7--1-1, DRUPAL-4-7--1-2, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-4-6, DRUPAL-4-7, DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +4 -4 lines
  * Updated code to work with Drupal 4.6.
    - Moved block configuration to the block administration page.
    - Replaced direct module calls with module_invoke calls.
    - Removed node_access_join_sql(), node_access_where_sql() from SQL statements.
    - Added db_rewrite_sql() calls to SQL statements.
  * Fixed Several issues.
    - Articles don't display in categories - http://drupal.org/node/14329
    - Strict warnings when running under PHP5 - http://drupal.org/node/15000 (thanks for the patch lyk0s)
    - Added Depth option to the admin settings - http://drupal.org/node/17583
  * Hopefully more changes to come before Drupal 4.6
1 ********************************************************************
2 D R U P A L M O D U L E
3 ********************************************************************
4 Name: Article module
5 Author: Nick Young-Soares
6 Email: drupal at codemonkeyx dot net
7
8 ********************************************************************
9 INSTALLATION:
10
11 Let's do the easy stuff first. Copy the article directory into
12 your Drupal modules/ directory. Login as administrator and click on
13 the administer link to enter your admin interface.
14
15 Once there, navigate to administer -> modules menu. You should now see the
16 article module listed. Enable this module by clicking the box next
17 to it and save your configuration via the button at the bottom of
18 the page.
19
20 Next goto the settings -> article menu.
21
22 The most important setting here is the "Article Vocabularies" section. The
23 vocabularies that you select here will determine which categories and nodes
24 will be displayed on the articles index page.
25
26 Once you have associated a vocabulary with the Article module you should be
27 ready to use it. If you already had nodes in the associated vocabularies then
28 they should already show up in the article index. If you do not have nodes then
29 add a couple to test out the module.

  ViewVC Help
Powered by ViewVC 1.1.2