ARI Smart Content extension can be used in two ways:
Using ARI Smart Content in articles
To use the extension in your Joomla! articles and add UI effects to your content you need to place appropriate tags in article. Suppose you want to add table containing data from CSV file from %Joomla_dir%/data/csv/data.csv to the article on you front page. Steps to do this:
- Look for appropriate plugin on smart.ari-soft.com. This article will be useful in this case
- Each help page contains live example and usage example. Usage example is:
{aricsvtable file="data.csv"}
{aricsvtablecolumns}
{aricsvtablecolumn id="ID" alias="ID" width="20%" className="idg"}
{aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"}
{/aricsvtablecolumns}
{/aricsvtable}
- Modify the example to work with your file and add it to your Joomla! article text:
{aricsvtable file="data/csv/data.csv"}
{aricsvtablecolumns}
{aricsvtablecolumn id="DATE" alias="Date"}
{aricsvtablecolumn id="NAME" alias="Name"}
{/aricsvtablecolumns}
{/aricsvtable}
- Save the article and verify how it's displayed
Using ARI Smart Content in module
Using ARI Smart Content in modules allows you to place UI effects in module position. Let's assume you need to add module in the right position that will contain some text in accordion. Steps:
I have more questions. What should I do?
- Have a look at smart.ari-soft.com site and look for plugin you want to use
- Look through or ask a question on our forum
- Write us a letter with your question
|