Plugin Category | |
This wiki plugin will display a list of categories and objects assigned to those categories. Options let you decide what level of category, what types of objects to list, how they should be sorted, whether to show subcategories, and whether multiple category displays should be split. |
Parmeters | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
List categories and objects assigned to them Introduced in Tiki 1. Go to the source code Preferences required: feature_categories, wikiplugin_category
|
How to Determine a Category ID (without guessing) | |
Browse the categories (see Category User), hover over a category item, and look at the browser's status bar and note the ID number. |
How to Change Default Number of Records | |
By default the plugin limits output to 50 records. You can change this in lib/wiki-plugins/wikiplugin_category.php |
Examples | |
Sort first on imageId and then name | |
Copy to clipboard
|
Sort first on articleId and then name | |
Copy to clipboard
|
On this site | |
This code: Copy to clipboard
Category:
Status
|
Wrong | |
No brackets around the id number: Copy to clipboard
|
Correct | |
Copy to clipboard
Copy to clipboard
Copy to clipboard
Copy to clipboard
|
Related pages | |