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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Show specific images from a folder
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Show specific images from a folder
#40082
Show specific images from a folder 11 Years, 8 Months ago Karma: 0
Hi good morning.

I need to put a link on my website that when I click show specific images from a folder. How I can do this?

Thank you very much for your help.
Last Edit: 2013/04/23 14:31 By pk2kpitales.
The administrator has disabled public write access.
 
#40089
Re:Show specific images from a folder 11 Years, 8 Months ago Karma: 760
Hello,

Do images have the similar names? It is possible to use a regexp for file names.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40094
Re:Show specific images from a folder 11 Years, 8 Months ago Karma: 0
Hi, thanks for your quick response!

The images have different names. Example of an image name
20130408204831_B5450911.jpg

I await your comments

Thank you very much.

Regards
The administrator has disabled public write access.
 
#40099
Re:Show specific images from a folder 11 Years, 8 Months ago Karma: 760
You can use the following plugin code for "System - ARI Sexy Lightbox Anywhere" plugin:

Code:


{arisexylightbox activeType="imglist" dir="images/albums1" fileFilter="20130408204831_B5450911.jpg" type="customtext"}Click me{/arisexylightbox}



It will show the lightbox with 20130408204831_B5450911.jpg image from <joomla_directory>/images/albums1 folder when a user clicks by "Click me" link.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40101
Re:Show specific images from a folder 11 Years, 8 Months ago Karma: 0
Many Many thanks!
Can I use any folder within Joomla or be "ClientXX/"?
What would be the code to display more than one image?

Thank you very much.
The administrator has disabled public write access.
 
#40102
Re:Show specific images from a folder 11 Years, 8 Months ago Karma: 760
You can specify path to folder(s) in "dir" parameter. Separate image names by | symbol:


fileFilter="20130408204831_B5450911.jpg|image02.png"


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