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: Links...
#55900
Links... 9 Years, 1 Month ago Karma: 0
I pretty much read every topic concerning links, but I just don't get it. I use csv for source.
I want to make a table of 4 (maybe 5) columns wide. Last 1 is the link to an outside source.

How do I do that? Let's say I want:
Row 1: link to google
Row 2: link to Yahoo
Row 3: link to Bing

What do I put in the csv file and what and where in the columns setting? Please explain as if I'm a 6 year old.
The administrator has disabled public write access.
 
#55905
Re:Links... 9 Years, 1 Month ago Karma: 760
Hello,

For example you can place links in a CSV file. Suppose links will be stored in "Link" column:

Code:


id,name,Link
5,"Product 1","http://www.google.com"
6,"Product 2","http://www.yahoo.com"



Open module settings page, find "Columns settings" parameters section, set "Columns settings -> ID" parameter to Link value and populate "Columns settings -> Format" parameter with the following value:

Code:


<a href="{$value}">Go to link</a>



If you need more assistance, let us know.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55922
Re:Links... 9 Years, 1 Month ago Karma: 0
Ok, first, thanks for trying to help, but I still don't understand. I can't find the section you describe. Below I took a screenshot of the Columns section, but I don't know what I have to do there.
The administrator has disabled public write access.
 
#55928
Re:Links... 9 Years, 1 Month ago Karma: 760
Enter in "Columns settings -> ID" textbox name of column which contains links and the following code in "Columns settings -> Format" parameter:

<a href="{$value}">Go to link</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55942
Re:Links... 9 Years, 1 Month ago Karma: 0
Thanks for being patient with me! I now understand it and managed to get it working.
Last Edit: 2015/09/30 14:42 By Snooty.
The administrator has disabled public write access.
 
Go to topPage: 1