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?

ARI SQLTable plugin question
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI SQLTable plugin question
#1598
ARI SQLTable plugin question 15 Years ago Karma: 0
Hi,
Today i bought "Ari smart content Data Table Pack".
I used Chrono Forms to generate a registration form wich populate a table in a MysqlDB.
With your component i create this webpage :
www.psicologiaitinerante.com/index.php?option=com_content&view=article&id=1&Itemid=2

using arijdatatable and arisqltable with a filter on some specified fields. Now i would like to (somehow) select one of the displayed records to view it with all the fields in a new page or a pop-up.

Have you got any suggestions?

thanks a lot
The administrator has disabled public write access.
 
#1604
Re:ARI SQLTable plugin question 15 Years ago Karma: 747
Hello,

We can propose the following solution:

you can implement additional page for your Joomla system which will read parameter from request (id or other) and show needed information. In this case, you can load this page with help ARI JFancyBox plugin (smart.ari-soft.com/index.php?option=com_content&view=article&id=12) by url.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1614
Re:ARI SQLTable plugin question 15 Years ago Karma: 0
Thank you for your answer,
since my arisqltable page is generated from a mySQL DB how do I convert the contents of a cell in a selectable link so to automatically get the parameter and open the pop-up like you suggested me?

regards
The administrator has disabled public write access.
 
#1615
Re:ARI SQLTable plugin question 15 Years ago Karma: 747
Hello,

You can use the following code:

{arisqltable}
{arisqltablequery}SELECT id AS ID,CONCAT('{arijfancybox url="url?param=', id,'" title="Test"}', name, '{/arijfancybox}') AS NAME FROM #__users
{/arisqltablequery}
{/arisqltable}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1616
Re:ARI SQLTable plugin question 15 Years ago Karma: 0
Thank you! It works fine!
I tested the code on another website where I already bought your JFancyBox component.
Now to get this site work as well (I have only the DataTable Pack) I need to buy a new 35$ ARI Smart Content or is there a chance of integration paying the difference between the two packages?
Regards
The administrator has disabled public write access.
 
#1617
Re:ARI SQLTable plugin question 15 Years ago Karma: 747
Check your mail, please.

Regards,
ARI Soft
Last Edit: 2009/04/21 17:44 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12