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?
#13020
Re:Configuration? 14 Years, 5 Months 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? 14 Years, 5 Months ago Karma: 764
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? 14 Years, 5 Months ago Karma: 0
That did it! Thank you *so* much!
The administrator has disabled public write access.
 
#14265
Re:Configuration? 14 Years, 4 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? 14 Years, 4 Months ago Karma: 764
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? 14 Years, 4 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