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



Duplicate entry \'8333026\' for key \'jos_fb_whoisonline.PRIMARY\' SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1714281343\', \'Configuration?\',\'\',\'\',\'view\',\'https://www.ari-soft.com/index.php?option=com_kunena&Itemid=54&catid=42&func=view&id=12579&lang=en&limit=6&limitstart=12\', \'18.218.61.16\', \'0\')
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1234
TOPIC: Configuration?
#14276
Re:Configuration? 12 Years, 12 Months ago Karma: 748
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? 12 Years, 12 Months ago Karma: 0
Fabulous! Thank you so much for the help.
The administrator has disabled public write access.
 
#35400
Re:Configuration? 11 Years, 3 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? 11 Years, 3 Months ago Karma: 748
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? 11 Years, 3 Months ago Karma: 0
Ah!! Thank you!!
The administrator has disabled public write access.
 
#58505
Re:Configuration? 7 Years, 7 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