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?

Step by step
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Step by step
#9598
Step by step 13 Years, 4 Months ago Karma: 0
Hi, can you post a guide step by step to use ari data tables with image if possible.

Thank you
The administrator has disabled public write access.
 
#9599
Re:Step by step 13 Years, 4 Months ago Karma: 748
Hello,

Provide more information please about what image do you want to show? CSV file or database data contains link to image and do you want to display it in table? Do you want to show image which will be linked to specific page?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9600
Re:Step by step 13 Years, 4 Months ago Karma: 0
thank's for answer...
I would like to take data from mysql tables but does not make me choose the table, even if I select joomla database. I also understand how to display the tables as shown in your demo site.
The administrator has disabled public write access.
 
#9601
Re:Step by step 13 Years, 4 Months ago Karma: 748
The module provides possibility to specify "SELECT" SQL query in "SQL query" parameter. You can specify necessary table(s) in "SELECT" query. For example, if you want to show articles ID and title in table, enter the following query:

Code:


SELECT
  id,title
FROM
  jos_content



About image, could you explain where it's stored and it's stored as HTML code or just link to image?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9602
Re:Step by step 13 Years, 4 Months ago Karma: 0
would be a nice step by step guide for the poor guys like me there are a beginner:)
The administrator has disabled public write access.
 
#9603
Re:Step by step 13 Years, 4 Months ago Karma: 748
"Description" field on module settings page contains instruction how to use extension. For example, if you want to display ID and title of articles into "ARI Data Table" widget, select "ARI Data Table" value in "Choose table type" drop-down, choose "SQL" in "Choose source type" drop-down, return back "Revert data" parameter to "No", set "Choose DB Type" parameter to "- Joomla! database -" and enter the following SQL query into "SQL query" parameter:

Code:


SELECT
  id,title
FROM
  #__content



Enable module and save settings. After this you can see articles in "ARI Data Table" widget.

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