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?

External link from table
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: External link from table
#34269
External link from table 12 Years ago Karma: 0
Hi,

I can only assume I am missing something simple, but I have been working on this for a couple hours with no success.

I want the table results to have a column with brand names that you can click and they will take you to the website. I entered the data into the database using Fabrik, but when I display I get this:

{"label":"Brandname","link":"http:\/\/http:\/\/www.brandnamehere.com\/"}

If I click "recognize links" for the field under column settings it makes the link live, but shows the same as above.

If anyone can help I would be very appreciative. This forum has helped me a lot already.
The administrator has disabled public write access.
 
#34272
Re:External link from table 12 Years ago Karma: 760
Hello,

In what format data is stored in database? If data is stored in JSON format in one column, it is not possible to show link for this data.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34274
Re:External link from table 12 Years ago Karma: 0
Thanks for the fast reply!

I don't know what format the data is in or how to find out for sure. Under phpmyadmin it lists the column as "text".

I only have about 5 entries in my database now to test thing. So if there is a format I can use as a text entry to the database that will display as a name but be hyperlinked then that would be perfect for me and I can start doing that. Or any solution for that matter.

Thanks
The administrator has disabled public write access.
 
#34275
Re:External link from table 12 Years ago Karma: 760
Could you send SQL dump of table(s) which you use in "ARI Data Tables" module so we can investigate the issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34276
Re:External link from table 12 Years ago Karma: 0
Yes, I can do that, but my table is just a mess of random stuff and I think it would waste your time to make sense of it.

If you can tell me what I should input into the table column to then have a link displayed in my ARI data table I will be able to fix it from there and I am hoping that is easier for you too.

I tried using text and varchar field type fields and just entering the HTML into the field, but then it drops the link for some reason.

Example:

<a href="www.externallink.com/">Brandname </a>

If I put that into a varchar field, it just turns it into "Brandname".

Is there any way I can put a link into a text or varchar (or other field) that when it comes out in the ARI Table it does not display as the entire link (www.externallink.com/) etc?
The administrator has disabled public write access.
 
#34278
Re:External link from table 12 Years ago Karma: 760
It is possible to convert values from a column to HTML link, if it contains a link in the following formats:

www.domain.com/page.html

www.domain.com/page.html

and etc.

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