Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Need to increase number of slides offered
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need to increase number of slides offered
#54743
Need to increase number of slides offered 8 Years, 10 Months ago Karma: 0
Hello,

I need to Increase number of slides offered. It only goes up to #20. How can I add another 10 or 15 so the total is 30 or 35?

Thank you,

Ron
The administrator has disabled public write access.
 
#54744
Re:Need to increase number of slides offered 8 Years, 10 Months ago Karma: 747
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
The administrator has disabled public write access.
 
Go to topPage: 1