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?

Link to a File
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Link to a File
#53663
Link to a File 9 Years, 8 Months ago Karma: 0
Hi.

I try to show in a table the results of diferentes courses, and i want to show a link for review that results ( in a xls)

I have in my table a field named: "file_name" whit the name of the xls.

And i want to show something like this:


| Name course | Start Date | End Date | View Results |
Course A 2015-03-01 2015-03-02 "Link to file CourseA.xls
------------------------------------------------------------------------------------
Cousre B --- --- "Link to file CourseB.xls


I have use in the Columns Settings the next:

<a href="/results/{$columns:file_name}">See Results</a>

But i don´t want to see the column "file_name" in my table....

Can somebody help me.!!


Thanks.
Last Edit: 2015/03/03 18:21 By mike_dcx.
The administrator has disabled public write access.
 
#53664
Re:Link to a File 9 Years, 8 Months ago Karma: 760
Hello,

Set "Columns settings -> ID" parameter to file_name value and "Columns settings -> Format" parameter to the following value:

Code:


<a href="/results/{$value}">See Results</a>



You can also use "Columns settings -> Alias" parameter to rename column.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53666
Re:Link to a File 9 Years, 8 Months ago Karma: 0
thanks it´s works!!
The administrator has disabled public write access.
 
Go to topPage: 1