/[drupal]/contributions/modules/recent_blocks/README.txt
ViewVC logotype

Contents of /contributions/modules/recent_blocks/README.txt

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


Revision 1.2 - (show annotations) (download)
Thu Jan 12 19:11:16 2006 UTC (3 years, 10 months ago) by cvbge
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.1: +4 -20 lines
File MIME type: text/plain
New version, many things rewritten; made more configurable
1 CONTENT:
2 --------
3 1. Module description
4 2. Typical usage
5 3. Installation/configuration
6
7 1. Module description
8 ----------------------
9
10 This module creates 'recent content' blocks, similar to the ones provided by
11 tracker module and comment module, but better ;) It works only for node-types.
12 You start with one block and can add new block on the fly, with one click.
13 This module is very simple and small, if you need anything more sophisticated
14 you might want to check 'views' module.
15
16 Each block displays 'recent content' in the form of a list, and can be
17 configured:
18 - which node types are considered (forum, page, books etc)
19 - whether consider comments (replies) or not
20 - how many items to display
21 - block title to display
22 - sort by what
23 - what elements to display (title, date, replies)
24 - custom link
25 - [common options: on which pages display the block, etc]
26
27
28 2. Typical usage
29 ----------------
30
31 Usually I create 2 blocks for the fronpage:
32 - one that lists all node types except forum, and does not consider comments.
33 This block lists changes in articles created by site admins, lists real
34 content that was recently added or updated
35 - one block that lists all node types and also considers comments.
36 This block is for 'live' content, i.e. what other users read and reply.
37
38 I also create one block only for forum pages, that lists only forum type and
39 also consider comments. Users can see which forum topics were recently added
40 or to which other users recently replied.
41
42
43 3. Installation/configuration
44 -----------------------------
45
46 Enable the module. In administer > recent blocks you can see all your recent
47 blocks (one is defined by default), you can add new block, delete existing one
48 and configure them.
49
50 Remember, that after the block is configured, you have to enable it. You can
51 do it from normal administer > blocks page, there's also a link to that page
52 from recent blocks page.
53

  ViewVC Help
Powered by ViewVC 1.1.2