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?

Showing images from folder
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Showing images from folder
#8690
Showing images from folder 13 Years, 5 Months ago Karma: 0
Hi!
I want to have a link on a article page that shows images from a certain folder as lightbox. Something like this:
Se pictures from party!!

How??
The administrator has disabled public write access.
 
#8706
Re:Showing images from folder 13 Years, 5 Months ago Karma: 747
Hello,

Use the following code:

Code:


{arisexylightbox activeType="imglist" dir="PATH_TO_IMAGE" type="customtext"}Show gallery{/arisexylightbox}



Where PATH_TO_IMAGE is path to folder with images. For example if images are located in <joomla_directory>/images/gallery/my_gallery folder, use the following code:

Code:


{arisexylightbox activeType="imglist" dir="images/gallery/my_gallery" type="customtext"}Show gallery{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8967
Re:Showing images from folder 13 Years, 5 Months ago Karma: 0
Hello,

In this case, is it possible to put a describing text under each picture as I can do for a single picture {arisexylightbox}<img src="images/stories/example.jpg" alt="image test" width="120">{/arisexylightbox} ??
Best regards.
Dominique,
The administrator has disabled public write access.
 
#8968
Re:Showing images from folder 13 Years, 5 Months ago Karma: 747
Image captions can be placed into CSV file. Sample of CSV file you can find by the following path:

<joomla_dir>/modules/mod_arisexylightbox/arisexylightbox.csv

It has the following format:

Code:


"File","Title"
file_name,title



For example if you want to enter titles for image_01.jpg and image_02.jpg files, create the following CSV file:

Code:


"File","Title"
image_01.jpg,"Caption 1"
image_02.jpg,"Caption 2"



and place it to folder with images. By default the module uses arisexylightbox.csv file, but it can be changes with help "Description file" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8980
Re:Showing images from folder 13 Years, 5 Months ago Karma: 0
Hello again,

I've put the csv file in the directory with big images but I don't see any text under the pictures.
Here's a copy from the csv file:
"File","Title"
1.jpg,"Dans le module Columbus"
2.jpg,"Le siиge multi-axes"
3.pgj,"Le mur d'impesanteur"
4.jpg,"La salle de rйunion"
5.jpg," gffg "

Where could be the problem ?
Thanks in advance.
Dominique,
The administrator has disabled public write access.
 
#8982
Re:Showing images from folder 13 Years, 5 Months ago Karma: 747
Try now. Your CSV file had incorrect format, we have corrected it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12