Plugin Rcontent
Introduced in Tiki3
Use this wiki plugin to display content that is pre-programmed to change at set times through the Dynamic Content feature.
Parameters
Display pre-programmed changing contentIntroduced in Tiki 3. Required parameters are in
bold
.Go to the source code
Preferences required: feature_dynamic_content, wikiplugin_rcontent
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
id |
digits | Numeric value representing the content ID | 3.0 |
Steps for using (as admin)
- Go to Control Panels > Features and enable the "Dynamic Content System"
- Click on Dynamic Content in the Admin menu
- Create a content block and save it
- Where the block is now listed, click on the "Program" icon ( )
- Enter new block information and set a future publish date
- Create as many future blocks as you need by clicking on the "Create New Block" button, enter the content and saving
- All of these future blocks are associated with a single main block (the id for this main block is at the top of the page where the future blocks are created and listed)
- Use this plugin to display content that will change according to the future blocks you've set. Use the main id number in the plugin (main blocks are listed at tiki-list_contents.php)
Examples
Basic syntax
Copy to clipboard
{rcontent id=""}
Related pages
See Dynamic Content Admin for more information.