From 60352821bfd61c266c6cda5f797cc7036a9499d2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Dec 2004 16:55:38 +0000 Subject: - Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php. --- modules/node/node.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index c761615bc..40065bc69 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -29,10 +29,6 @@ function node_help($section) {
Allow user comments
A node can have comments. These comments can be written by other users (Read-write), or only by admins (Read-only).
Revisions
Drupal has a revision system so that you can \"roll back\" to an older version of a post if the new version is not what you want.
Promote to front page
To get people to look at the new stuff on your site you can choose to move it to the front page. The front page is configured to show the teasers from only a few of the total nodes you have on your site (To configure how many teasers click here).
-
In moderation queue
Drupal has a moderation system. If it is active, a node is in one of three states: approved and published, approved and unpublished, and awaiting approval. If you are moderating a node it should be in the moderation queue.
-
Votes
If you are moderating a node this counts how many votes the node has gotten. Once a node gets a certain number of vote it will either be approved or dropped. -
Score
The score of the node is gotten by the votes it is given.
-
Users
The list of users who have voted on a moderated node.
Published
When using Drupal's moderation system a node remains unpublished -- unavailable to non-moderators -- until it is marked Published.

Now that you know what is in a node, here are some of the types of nodes available.

", array("%teaser" => url("admin/node/configure/settings"))); -- cgit v1.2.3