Hello,
"ARI Smart Content" module is required only if you want to use plugin(s) from "ARI Smart Content" in a module position. In other case just place a plugin code in a content where you want to use it (in an article or other content). It works as most of content Joomla! plugin.
If you want to show data from a database, use
ARI SQL Table plugin. A sample plugin code below:
Code: |
{arisqltable}
{arisqltablequery}
SELECT id,title
FROM #__content
{/arisqltablequery}
{/arisqltable}
|
"ARI SQL Table" plugin can be wrapped with a table plugin. For example with "ARI JDataTable" plugin:
Code: |
{arijdatatable}
{arisqltable}
{arisqltablequery}
SELECT id,title
FROM #__content
{/arisqltablequery}
{/arisqltable}
{/arijdatatable}
|
PS: Currently we are working on "ARI Smart Content" v. 2.0.0, it will provide a lot of new features and more user-friendly interface. It will be available within 1-2 months.
Regards,
ARI Soft