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?

Data Table - Images with csv
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Data Table - Images with csv
#21658
Re:Data Table - Images with csv 12 Years, 5 Months ago Karma: 0
I was struggling with this, and did email Tech support, but figured out what I did wrong and wanted to share...

If you want to have an image pop-up using the sexy lightbox, in a column in your csv file, enter:

/images/../imagename.gif or you may have to use the quotes
"/images/../imagename.gif" depending on how you are outputting your csv file

In the Data Tables module, the format for the column that contains your link should be entered in the Format column as:

<a href="yourURL/{$columns:YOURCSVCOLUMNNAME}" rel="sexylightbox">{$value}</a>

GREAT software!
The administrator has disabled public write access.
 
#23124
Re:Data Table - Images with csv 12 Years, 4 Months ago Karma: 0
hy/
it works great. how ever i am looking to show the thumb it self and not the link ?
The administrator has disabled public write access.
 
#23128
Re:Data Table - Images with csv 12 Years, 4 Months ago Karma: 748
Hello,

Are link to original images and thumbnails stored in your CSV file?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23132
Re:Data Table - Images with csv 12 Years, 4 Months ago Karma: 0
thanls.
I used your format instruction , to show an original image on the table , it works !. I now want to use this picture as an article link.

I used this format help - <img src="site.com/{$value|replace:/home/user/public_html/site.com/:}" />

can it be done ?

( look for syringa chinensis search on ari table in www.ginatnoy.co.il/index.php/he/component/content/article/89-main-categoty/564-test )
Last Edit: 2011/12/25 13:08 By ginatnoy.
The administrator has disabled public write access.
 
#23137
Re:Data Table - Images with csv 12 Years, 4 Months ago Karma: 748
If you want to link all images to the same article, use the next code:

Code:


<a href="index.php?option=com_content&view=article&id=ARTICLE_ID"><img src="{$value}" /></a>



where ARTICLE_ID is ID of an article which you want to show. For example if ID equals 17, use the next code:

Code:


<a href="index.php?option=com_content&view=article&id=17"><img src="{$value}" /></a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#23141
Re:Data Table - Images with csv 12 Years, 4 Months ago Karma: 0
Hello and thanks for the quick reply.
It works. Of course, but -
1. I found no way to change the setting of image size in format order .
2. I understand from your answer, that it is not possible to link each image separately or a separate link for another article. So i need to create two columns, one picture and one link.
And to my question -
1/ Is this true that the separation of links can not be made independent or there is a way ?
2/ Is there a way to resize the displayed image?
Thank you for your service and answer quickly. They justified their reputation of your company.
Ariel
The administrator has disabled public write access.
 
Go to topPage: 1234