Module last_category_objects
This Module will display the last (most recently updated) objects in in specific category.
Parameters last_category_objects
Lists the specified number of objects of the given type in the given category, starting from the most recently created.Required parameters are in
bold
.Go to the source code
Preferences required: feature_categories
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
id |
int | Identifier of the category from which objects are listed. Objects merely in child categories will not be displayed. Example value: 13. | ||
maxlen |
int | Maximum number of characters in object names allowed before truncating. | ||
type |
any string except for HTML and PHP tags | Type of the objects to list. Example values: *, wiki page, article, FAQ, blog, image, file gallery, tracker, |
Usage
You will see it listed at ""Admin > Modules > Assign new module > Module Name (drop down)" (tiki-admin_modules.php).
You can assign a this Module to a lateral column (See Module Admin page if needed), or you can include it within a wiki page, using the PluginModule.
The assigned module looks like this:
Related Pages
See these pages for information that applies for all modules:
- Module — Overall introduction and overview
- Module Admin — Introduction to the module admin pages for site-wide and individual module settings
- Assigning Modules — How to select a module to configure it
- Module Settings Interface — Interface for configuring individual module settings
- Module Settings Parameters — Explanation of standard parameter settings for modules
- Creating Custom Modules — How to create user modules
- Index of Modules — Links to the documentation of individual modules
- User Modules — How (if the feature is active) users can choose and place their modules
- Mods Type Modules — Links to modules that are installed as components