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: 1
TOPIC: Joomla 1.6 help
#12474
Joomla 1.6 help 14 Years, 1 Month ago Karma: 0
I have been using Joomla 1.5 and this module works great. I have a new site using 1.6 and cannot get this to work. Can some one please list the steps to properly display a photo gallery in an article.

I am getting a red X for the thumb and a 404 error when I click on it. It seems like a path issue.

This is my code:

<p>
<a title="'Test" href="index.php/images/photos/001.jpg" rel="sexylightbox" image="">
<img alt="alt" src="index.php/images/photos/t001.jpg" />
</a>
</p>

Am I doing something wrong?
The administrator has disabled public write access.
 
#12481
Re:Joomla 1.6 help 14 Years, 1 Month ago Karma: 763
Hello,

The code looks incorrect. Try the following code:

Code:


<a title="Test" href="images/photos/001.jpg" rel="sexylightbox">
<img src="images/photos/t001.jpg" />
</a>



If it doesn't help, provide link to page please where we can see the issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12500
Re:Joomla 1.6 help 14 Years, 1 Month ago Karma: 0
Works great. Thanks.
The administrator has disabled public write access.
 
Go to topPage: 1