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?

How to start?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to start?
#50882
Re:How to start? 9 Years, 8 Months ago Karma: 0
Hi there,

Having a similar issue where i have installed the module but don't know how to configure it to enter data that can be displayed. Which method will be faster to load the data, a cvs file or database?

I have created a database through my hosting site control panel with access through PhpMyAdmin,
how can i go about inserting data through PhpMyAdmin Table that can be displayed using the module?
And if i decided to go with the plug-in how can i set this up as well?

New to this system, any information is appreciated.

Also, not cleared on the difference between a local joomla database and an external one.
How is the local joomla database created? I assume that my PhpMyAdmin DB is external right?

Thank you,
Hector
Last Edit: 2014/08/19 20:05 By HectorT6.
The administrator has disabled public write access.
 
#50891
Re:How to start? 9 Years, 8 Months ago Karma: 747
Hello,

It is preferable to use a database if you have a large data.

"- Joomla! database -" option is selected if table(s) with data which you want to show is located in Joomla! database (where Joomla! tables are located). In this case the extension can use Joomla! DB connection and it doesn't require to enter connection parameters for DB. If your table(s) is located in not Joomla! database then it requires to specify connection parameters.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50926
Re:How to start? 9 Years, 8 Months ago Karma: 0
Thank you ARI Soft Team,

I'm planning on using the Database method but still don't know how to configure it. Any instructions?

And where do i go to input the Data to be displayed in the module?

Thank you,
Hector
The administrator has disabled public write access.
 
#50927
Re:How to start? 9 Years, 8 Months ago Karma: 747
Are your tables stored in Joomla! database or not?

The extension shows data from a database based on "SELECT" SQL query. It is entered in "SQL -> SQL query" parameter. For example the following query will select Joomla! articles ID and title:

SELECT
id,
title
FROM
#__content

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50938
Re:How to start? 9 Years, 8 Months ago Karma: 0
Separate Database with access through PhpMyAdmin.

How can i enter the data to be displayed on the ARI Data Table Module?

Thank you.
The administrator has disabled public write access.
 
#50943
Re:How to start? 9 Years, 8 Months ago Karma: 747
Set "Choose source type" parameter to "SQL", set "SQL -> Choose DB type" parameter to "External database", set "SQL -> External database -> DB Type" to "MySQL" or "MySQL (mysqli)" value and enter parameters for database connection in "External database -> Host", "External database -> User", "External database -> Password", "External database -> DB name" parameters. After this enter an "SELECT" SQL query which will selects data in "SQL -> SQL query" parameter.

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