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?

This is suppose to be user friendly
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: This is suppose to be user friendly
#51895
This is suppose to be user friendly 9 Years, 6 Months ago Karma: 0
I just purchased this product and it is far from user friendly. I have several db tables on my Joomla site that have a lot of data elements in them from Fabrik. I only want to make tables, graphs and charts with just select elements of data. Also, do I have to use a module if I want to show all of these charts in an article attached to a menu? I don't want a module to display anywhere, I want it to display in an article. I have read a lot of your help topics but I am about to tear my hair out. It just keeps saying "No Data" when I try to open the article that I inserted the module code into. And the module doesn't display data either. As far as I know I can't even figure out how to connect a db because there is not a list of my db's to choose from.
The administrator has disabled public write access.
 
#51897
Re:This is suppose to be user friendly 9 Years, 6 Months ago Karma: 747
Hello,

You can use "Content - ARI Data Tables" plugin which is included into "ARI Data Tables" package (or "Module Plant" or "Modules Anywhere" 3rd party plugin) if you want to embed a module instance into an article. In this case enable module instance, but don't assign it to a module position or assign it to a fake module position.

If you want to show data from a Joomla! database then set "Choose source type" parameter to "SQL" and "Choose source type -> SQL -> Choose DB type" parameter to "- Joomla! database -". After this enter "SELECT" SQL query which will be used to retrieve data in "SQL -> SQL query" parameter. For example the following SQL query can be used to show IDs and titles of articles:

Code:


SELECT
 id,
 title
FROM
 #__content



If you have questions or need more assistance, let us know.

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