Hello,
It requires modification of <joomla_directory>/modules/mod_arislider/mod_arislider.xml file. See the following parameters:
Code: |
<field name="hdSAArt20" type="header" default="ASLIDER_PARAM_ITEM_HEADER" label="" description="">
<option>20</option>
</field>
<field name="article_20" type="article" default="0" label="ASLIDER_PARAM_LABEL_ARTICLE" description="ASLIDER_PARAM_DESCR_ARTICLE" />
<field name="image_20" type="imagelist" default="" label="ASLIDER_PARAM_LABEL_IMAGE" description="ASLIDER_PARAM_DESCR_IMAGE" hide_default="1" directory="/modules/mod_arislider/includes/js/img/slides" />
<field name="image_ordering_20" type="text" default="0" label="ASLIDER_PARAM_LABEL_ORDERING" description="ASLIDER_PARAM_DESCR_ORDERING" />
|
if want to add item #21, add the following parameters:
Code: |
<field name="hdSAArt21" type="header" default="ASLIDER_PARAM_ITEM_HEADER" label="" description="">
<option>21</option>
</field>
<field name="article_21" type="article" default="0" label="ASLIDER_PARAM_LABEL_ARTICLE" description="ASLIDER_PARAM_DESCR_ARTICLE" />
<field name="image_21" type="imagelist" default="" label="ASLIDER_PARAM_LABEL_IMAGE" description="ASLIDER_PARAM_DESCR_IMAGE" hide_default="1" directory="/modules/mod_arislider/includes/js/img/slides" />
<field name="image_ordering_21" type="text" default="0" label="ASLIDER_PARAM_LABEL_ORDERING" description="ASLIDER_PARAM_DESCR_ORDERING" />
|
Regards,
ARI Soft