ARI Smart Content: ARI File Includer

Joomla! plugin for file content including, component, extension.

ARI File Includer includes file content into article. This plugin from plugins repository, it's open source and you can use it for free if you have one of the following products: ARI Smart Content, ARI Smart Content: DataTable Pack, ARI Smart Content: News Pack or ARI Smart Content: Image Pack.

Features:
  • Supports variables in file content
  • Easy to use


Example. Include content from this file:


It's only simple content for simple example

Usage:

{arifileincluder file="images/file.txt" inputEncoding="utf-8"}
or
{arifileincluder file="images/file_includer_example.txt" parse="true"} {aritemplatevar name="Var1"}simple{/aritemplatevar} {aritemplatevar name="Var2"}example{/aritemplatevar} {/arifileincluder}

Use variables in file content in the following format: {$VarName}


Parameters:

  • file - File which will be loaded into article. Values: file path
  • inputEncoding - File encoding. Values: file encoding
  • parse - Parse variables in file content or not. Values: true,false