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?

Configuration?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Configuration?
#13020
Re:Configuration? 13 Years, 1 Month ago Karma: 0
I apologize for the delay. I've only today been able to get back to working on this.

Thank you so much for the help on this. This does exactly what I want, but now I've lost the title and can't figure out how to set that. There is a field in the module that uses "$baseFileName" but I can't find where to specify this for the System - ARI Sexy Lightbox Anywhere plugin?
The administrator has disabled public write access.
 
#13056
Re:Configuration? 13 Years, 1 Month ago Karma: 748
Download and upgrade "System - ARI Sexy Lightbox Anywhere" plugin. Updated version contains new parameter "Image gallery -> Simple gallery -> Empty title".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13065
Re:Configuration? 13 Years, 1 Month ago Karma: 0
That did it! Thank you *so* much!
The administrator has disabled public write access.
 
#14265
Re:Configuration? 12 Years, 12 Months ago Karma: 0
admin wrote:
The next code can be used into an article:

Code:


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




Can you tell me how I would filter for numbers or non-alphanumberic characters? Such as "234jones.jpg" or "_unknown.jpg"

Thank you!
The administrator has disabled public write access.
 
#14266
Re:Configuration? 12 Years, 12 Months ago Karma: 748
Try the next code:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14268
Re:Configuration? 12 Years, 12 Months ago Karma: 0
I want a page that shows only the images that are numbered, or named with a non-alphanumeric character.
The administrator has disabled public write access.
 
Go to topPage: 1234