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

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

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


Revision 1.11 - (show annotations) (download)
Mon Aug 11 13:08:15 2008 UTC (15 months, 2 weeks ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +5 -5 lines
File MIME type: text/plain
Removing old po folder.
1 Drupal adminblock module:
2 ------------------------
3 Author - Fredrik Jonsson fredrik at combonet dot se
4 Requires - Drupal 6
5 License - GPL (see LICENSE)
6
7
8 Overview:
9 --------
10 The adminblock module enables admins to display a block with
11 the comments approval queue, the node moderation queue and
12 the trackback queue. Each item get there own edit link and delete link
13 for quick administration.
14
15 The block will only show for users with administer
16 comments/nodes/trackback" privilages.
17
18 If there are no comments to approve, no nodes to moderate
19 and no trackbacks to approve the block will not show.
20
21
22 Installation:
23 ------------
24 1. Place this module directory in your modules folder (this will
25 usually be "sites/all/modules/").
26 2. Go to "administer" -> "modules" and enable the module.
27 3. Go to "administer" -> "blocks" and enable the admin block.
28
29
30 Configuration:
31 -------------
32 There are no settings for this module, normally none is neaded.
33
34 Power users can edit the module directly. Here are some things that
35 may be of intrest.
36
37 To change the number of items that show up in the block go to line 28
38 and set
39
40 $nlimit = 10;
41
42 to a lower or higher value.
43
44
45 Last updated:
46 ------------
47 $Id: README.txt,v 1.10 2008/04/16 20:06:52 frjo Exp $

  ViewVC Help
Powered by ViewVC 1.1.2