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?

Adding to a K2 item
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Adding to a K2 item
#32235
Adding to a K2 item 11 Years, 7 Months ago Karma: 0
Hi

Could somebody help me add a ari csv table to an item in K2 content.
If I input the following:

{arijdatatable}
{aricsvtable file="data/csv/tab.csv" delimiter="|" cellpadding="3" cellspacing="1"}
{aricsvtablecolumns}
{aricsvtablecolumn id="Society" width="15"}{/aricsvtablecolumn}
{aricsvtablecolumn id="Congress Name and Location" width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="Date" "width="40" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="Link" "width="15" headerClassName="head"}{/aricsvtablecolumn}
{/aricsvtablecolumn}
{/aricsvtablecolumns}
{/aricsvtable}
{/arijdatatable}

K2 puts <p> tags around it and doesn't display a table.


Thanks
The administrator has disabled public write access.
 
#32236
Re:Adding to a K2 item 11 Years, 7 Months ago Karma: 748
Hello,

Send your order number by email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32253
Re:Adding to a K2 item 11 Years, 7 Months ago Karma: 0
Have just emailed the order number for StreamProjects
The administrator has disabled public write access.
 
#32269
Re:Adding to a K2 item 11 Years, 7 Months ago Karma: 748
Open "System - ARI Smart Content" plugin settings page and set "All components" parameter to "Yes" or add com_k2 to "Components" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32275
Re:Adding to a K2 item 11 Years, 7 Months ago Karma: 0
Superb response.... quick and efficient. Thankyou!

Is there any documentation available?

One other question is how can I set up a column to be a hyperlink, so for instance in my csv file there will be a column that lists links www.mylink.com but I want to automatically create this as a link in my table. {aricsvtablecolumn id="Link" "width="15" headerClassName="head"}{/aricsvtablecolumn}
Is that possible?

One other question is that, can I use images within my table?

Thanks for your time
The administrator has disabled public write access.
 
#32280
Re:Adding to a K2 item 11 Years, 7 Months ago Karma: 748
Use the following code:


Code:


{aricsvtablecolumn id="Link" headerClassName="head"}{coltemplate}<a href="{$Link}">link</a>{/coltemplate}{/aricsvtablecolumn}




In the same way you can format column with image:


Code:


{aricsvtablecolumn id="Img"}{coltemplate}<img src="{$Img}" />{/coltemplate}{/aricsvtablecolumn}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12