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?

Links in the charts and tables
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Links in the charts and tables
#58484
Links in the charts and tables 7 Years, 6 Months ago Karma: 0
How do I add joomla links beginning with index.php?...etc. so that when people click the pie slice or column in the chart, the link takes them to that link?

(each pie slice or column would have its own link)
The administrator has disabled public write access.
 
#58486
Re:Links in the charts and tables 7 Years, 6 Months ago Karma: 746
Hello,

The extension doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58490
Re:Links in the charts and tables 7 Years, 6 Months ago Karma: 0
What about just the table? is it possible to place links over there?
I saw this functionality, so I thought it was possible:
The administrator has disabled public write access.
 
#58494
Re:Links in the charts and tables 7 Years, 6 Months ago Karma: 746
It can be used when data is shown in a table. If "Recognize links" parameter is set to "Yes", the extension will convert links automatically to HTML hyperlinks in column which is specified in "Columns settings -> ID" parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58497
Re:Links in the charts and tables 7 Years, 6 Months ago Karma: 0
it is still good for me, after all I can use CASE WHEN in SQL and input the URL in the separate column. I'll give it a try and let you know if I have any problems.
The administrator has disabled public write access.
 
#58499
Re:Links in the charts and tables 7 Years, 6 Months ago Karma: 0
I found an even better alternative and I am posting it here, in case someone else might need it.
Essentially, I get the URL page id from one of the fields in my table, so all I needed to do is CONCAT() the URL string with the table element and HTML code

Code:

SELECT 
  posti_reparto.descrizione AS Reparto,
  CONCAT('<a rel="lightbox[800 600]" href="index.php?option=com_fabrik&view=details&formid=8&rowid=',datipersonali.con_posto_di_lavoro,'&datipersonali___con_stato_raw=1&resetfilters=1">',posti.titolo_posto,'</a>') AS `Posto di lavoro`, etc., etc.



I didn't neet the addon's function, because it will show me the whole link in the table, not an alias that you can click and it can take you to the link.

As you can see, I also integrated lightbox addon (Mediabox CK in this case) so when you click on one of the results, it opens a nice pop-up. The HTML tags are integrated into the page and you can see them if you "inspect element".
Last Edit: 2016/09/12 15:13 By vladimir84.
The administrator has disabled public write access.
 
Go to topPage: 1