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?

External link from table
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: External link from table
#34279
Re:External link from table 11 Years, 7 Months ago Karma: 0
Hey thanks!

I have been looking through your other answers and I have figured out my problem: I don't understand php and sql enough. I tried inserting just a link in a varchar column and then I used this in the column>format box:

<a href="{$value}">website</a>

and it now works. I just need to hit the books for the best way to replace "website" with a value from a different columm. Specifically the brand name.

Thanks again for all the help and I am loving the module.
The administrator has disabled public write access.
 
#34304
Re:External link from table 11 Years, 7 Months ago Karma: 748
It is possible to use value from another column. For example if you want to use value from SiteName column, use the following code in "Columns settings -> Format" parameter:


<a href="{$value}">{$columns:SiteName}</a>


Regards,
ARI Soft
The administrator has disabled public write access.
 
#34316
Re:External link from table 11 Years, 7 Months ago Karma: 0
Thanks a ton for the help! It works perfectly now.
The administrator has disabled public write access.
 
#35176
Re:External link from table 11 Years, 6 Months ago Karma: 0
Hi,
I wanted to create links from the video titles listed in my table. The links would load video into a video player.
Code:

<a href="#" onclick="jwplayer().load({file: '/videos/bunny.mp4', image:'/thumbnails/bunny.jpg'})">
    Load the Big Buck Bunny trailer
  </a>



Would the be possible in ARI Data Tables?
The administrator has disabled public write access.
 
#35178
Re:External link from table 11 Years, 6 Months ago Karma: 748
Hello,

If name of the column with video title is "Title", set "Columns settings -> ID" parameter to Title value and set "Columns settings -> Format" parameter to the following value:


<a href="#" onclick="jwplayer().load({file: '/videos/bunny.mp4', image:'/thumbnails/bunny.jpg'})">{$value}</a>


Regards,
ARI Soft
The administrator has disabled public write access.
 
#35952
Re:External link from table 11 Years, 5 Months ago Karma: 0
"If name of the column with video title is "Title", set "Columns settings -> ID" parameter to Title value and set "Columns settings -> Format" parameter to the following value:
<a href="#" onclick="jwplayer().load({file: '/videos/bunny.mp4', image:'/thumbnails/bunny.jpg'})">{$value}</a>"

Can you please inform me where "... and set "Columns settings -> Format" parameter to the following value:" this parameter setting is made? and possibly a sample of the syntax?

thanks
The administrator has disabled public write access.
 
Go to topPage: 123