| 1 |
Description
|
| 2 |
-----------
|
| 3 |
|
| 4 |
Provides nodes listing by vocabulary with standart pager.
|
| 5 |
Lists are available at:
|
| 6 |
* http://www.example.com/vocabulary/list/1;
|
| 7 |
* http://www.example.com/vocabulary/list/1+2+3 and so on;
|
| 8 |
* http://www.example.com/vocabulary/list/1,2,3 and so on;
|
| 9 |
* http://www.example.com/vocabulary/list/1 2 3 and so on;
|
| 10 |
where 1, 2 and 3 are vocabulary IDs.
|
| 11 |
|
| 12 |
Installation
|
| 13 |
------------
|
| 14 |
|
| 15 |
1) Copy vocabulary_list.module to your modules/ directory.
|
| 16 |
|
| 17 |
2) Visit the "admin/build/modules" page to enable the module.
|
| 18 |
|
| 19 |
3) Navigate to http://www.example.com/vocabulary/list/1+2+3 to view your vocabularys
|