Loading...
 
Skip to main content

History: PluginRcontent

Source of version: 7 (current)

Copy to clipboard
            ! 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
{pluginmanager plugin="rcontent"}
!! 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 ({img src=img/icons/wrench.png})
# 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
{CODE(colors="tiki")}
{rcontent id=""}
{CODE}
!!Related pages
See ((Dynamic Content Admin|#Programming_content|Dynamic Content Admin)) for more information.