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?

applying prettyphoto to one image
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: applying prettyphoto to one image
#16786
applying prettyphoto to one image 12 Years, 10 Months ago Karma: 0
Hi there,

I am using Joomla 1.5, and i need to know what code I should use to display an image from a thumbnail.

I wanna show my twelve thumbnails in 3 rows and 4 columns (inside an article). Also, once one of the images is opened, I want the user be able to jump into the next image without be closing the actual popup window.

NOTE: I don't want thumbnails inside the popup window.


Thanks
Last Edit: 2011/07/02 01:50 By eliecer.
The administrator has disabled public write access.
 
#16796
Re:applying prettyphoto to one image 12 Years, 10 Months ago Karma: 748
Hello,

Do you want to automatically generate thumbnails for images from specific folder(s) and show them in 3x4 table or you mean something another?

About thumbnails in lightbox you can read here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16798
Re:applying prettyphoto to one image 12 Years, 10 Months ago Karma: 0
Hi,

I wanna try both for future applications.

1) - automatically generate the thumbnails from a folder

2) - link a bigger image to a thumbnail
The administrator has disabled public write access.
 
#16803
Re:applying prettyphoto to one image 12 Years, 10 Months ago Karma: 0
Any code, advice, solution for my request?
The administrator has disabled public write access.
 
#16804
Re:applying prettyphoto to one image 12 Years, 10 Months ago Karma: 748
1. Use the next code:

Install "ARI Pretty Photo" module, then install, configure and enable "System - ARI Pretty Photo Anywhere" plugin and place the next code into an article if you want to show images from <joomla_directory>/photos/album1 folder:

Code:


{ariprettyphoto activeType="imglist" thumbWidth="100" dir="photos/album1"}{/ariprettyphoto}



2. Install "ARI Pretty Photo" module, then install, configure and enable "System - ARI Pretty Photo Anywhere" plugin and place the next code into an article:

Code:


{ariprettyphoto thumbWidth="150"}
<img src="LINK_TO_LARGE_IMAGE" />
{/ariprettyphoto}



Where LINK_TO_LARGE_IMAGE is link to large image.

PS: One note, if you use a WYSIWYG editor, switch it to plain text mode before inserting plugin code because WYSIWYG editors can add extra HTML code in design mode.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16805
Re:applying prettyphoto to one image 12 Years, 10 Months ago Karma: 0
Hi,

The second code is working properly, but the first one is giving me an empty page.
The administrator has disabled public write access.
 
Go to topPage: 12