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

Diff of /contributions/modules/nodequeue/README.txt

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

revision 1.1.6.1.2.1, Tue Feb 26 20:00:18 2008 UTC revision 1.1.6.1.2.2, Fri May 1 00:32:59 2009 UTC
# Line 18  in a nodes links area to add/remove them Line 18  in a nodes links area to add/remove them
18  When a node is added to the queue, it is added to the back of the queue. If a  When a node is added to the queue, it is added to the back of the queue. If a
19  queue is full when a node is added, the front of the queue is removed.  queue is full when a node is added, the front of the queue is removed.
20    
21  It is highly recommended that you use the Views module to display your queues.  Nodequeue has support for nodes with i18n Internationalizations.
22  However, if you choose not to, here is an alternative:  You must install the Translation Helpers module from http://drupal.org/project/translation_helpers to use this functionality.
23    
24  In order to actually do something useful with a node queue, the admin is  It is highly recommended that you use the Views module to display your queues.
25  required to use a small PHP snippet. This is a very small snippet, and while  However, if you choose not to, here is an alternative: Writing a PHP snippet.
 it would have been possible to write code to avoid this, the PHP allows  
 a much greater flexibility to the admin than to keep it all configured  
 through menus, though it is somewhat less intuitive.  
26    
27  To Create a Block to Display Node Titles of a Queue  To Create a Block to Display Node Titles of a Queue
28  ===================================================  ===================================================

Legend:
Removed from v.1.1.6.1.2.1  
changed lines
  Added in v.1.1.6.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2