| 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 |
=================================================== |
=================================================== |