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?
Go to bottomPage: 1234
TOPIC: Configuration?
#14276
Re:Configuration? 14 Years, 4 Months ago Karma: 764
Sorry, use the next:

Code:


{arisexylightbox activeType="imglist" dir="photos/albums/album1" fileFilter="^[^A-Za-z].*.(jpg|gif|jpeg|png|bmp|JPG|GIF|JPEG|BMP)$"}{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14375
Re:Configuration? 14 Years, 4 Months ago Karma: 0
Fabulous! Thank you so much for the help.
The administrator has disabled public write access.
 
#35400
Re:Configuration? 12 Years, 8 Months ago Karma: 0
These expressions have all been working fabulously so far, but now I have a new situation that I can't figure out.

I have some photos named MCP_001.jpg, MCP_002.jpg, MCP_003.jpg, etc. and numbered, sometimes, into the many hundreds. I have figured out how to get all of these to display, but I can't figure out how to limit the output to 100 images per page, using the page breaks.

I did try to figure out the regex on my own, but it seems that I need curly braces within the expression? When I tried this, Joomla stripped them out.

It is an easy matter to rename these, at this point, to "0001_MCP.jpg", etc., if that is more workable.

Thank you!
The administrator has disabled public write access.
 
#35412
Re:Configuration? 12 Years, 8 Months ago Karma: 764
Hello,

You can use the following plugin code to show images from 0 to 99:

Code:


{arisexylightbox activeType="imglist" dir="photos/albums/album1" fileFilter="^MCP_.*0[0-9][0-9].(jpg|gif|jpeg|png|bmp|JPG|GIF|JPEG|BMP)$"}{/arisexylightbox}



the following one to show images from 100 to 199:

Code:


{arisexylightbox activeType="imglist" dir="photos/albums/album1" fileFilter="^MCP_.*1[0-9][0-9].(jpg|gif|jpeg|png|bmp|JPG|GIF|JPEG|BMP)$"}{/arisexylightbox}



the following one to show images from 200 to 299:

Code:


{arisexylightbox activeType="imglist" dir="photos/albums/album1" fileFilter="^MCP_.*2[0-9][0-9].(jpg|gif|jpeg|png|bmp|JPG|GIF|JPEG|BMP)$"}{/arisexylightbox}



and etc.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35416
Re:Configuration? 12 Years, 8 Months ago Karma: 0
Ah!! Thank you!!
The administrator has disabled public write access.
 
#58505
Re:Configuration? 8 Years, 11 Months ago Karma: 0
I'm sorry, but I need more help with the code for the images in a directory. I've inherited a site where all the photos begin with numerals -- and I can't rename them without messing up thousands of links -- but there are also thumbnails in the directories that are necessary for another site. I don't want these images, which are named "thumb_xxx.jpg" to show in the image gallery -- only those that begin with numbers. I've played with the code you gave me ages ago, but I can't figure out how to show *only* those images which names begin with numbers.
The administrator has disabled public write access.
 
Go to topPage: 1234