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
#18683
Re:Data Table - Images with csv 12 Years, 8 Months ago Karma: 0
So, what is the correct code to place images with csv?
The administrator has disabled public write access.
 
#18686
Re:Data Table - Images with csv 12 Years, 8 Months ago Karma: 0
In my case it was:
"<img height=""150px"" width=""108px"" src=""images/.../picture.jpg""/>"

Best regards,

David
The administrator has disabled public write access.
 
#19017
Re:Data Table - Images with csv 12 Years, 8 Months ago Karma: 0
Are the double quotes necessary?
Last Edit: 2011/08/31 18:28 By joshyoung.
The administrator has disabled public write access.
 
#19022
Re:Data Table - Images with csv 12 Years, 8 Months ago Karma: 748
Hello,

Double quotes is necessary if column values in a CSV file are quoted. We can provide exact answer, what code to use in your case if you send your CSV file by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19078
Re:Data Table - Images with csv 12 Years, 8 Months ago Karma: 0
It works! Thanks. This program works great.
The administrator has disabled public write access.
 
#21613
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.
 
Go to topPage: 1234