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 use this extension
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to use this extension
#50432
How to use this extension 9 Years, 9 Months ago Karma: 0
I have just bought this extensio but i have failed to use it
The administrator has disabled public write access.
 
#50433
Re:How to use this extension 9 Years, 9 Months ago Karma: 747
Hello,

"ARI Ext Menu" is a free module. If you "ARI Data Tables" extension, documentation how to use it is available in "Description" section on module settings page. Click by "Detailed help here" link and it appears into a lightbox.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50434
Re:How to use this extension 9 Years, 9 Months ago Karma: 0
Thanks.
I have seen that. How can i display data from my joomla database. I see column settings etc
The administrator has disabled public write access.
 
#50435
Re:How to use this extension 9 Years, 9 Months ago Karma: 747
Set "Choose source type" parameter to "SQL" and enter an SQL "SELECT" query in "SQL -> SQL query" parameter. For example if you want to show IDs and titles of articles, use the following SQL query:

Code:


SELECT
 id,
 title
FROM
 #__content



Regards,
ARI Soft
The administrator has disabled public write access.
 
#50436
Re:How to use this extension 9 Years, 9 Months ago Karma: 0
Thanks.
How can one add a menu to display the module. Also how can one add it to an article.
Regards
Evarist
The administrator has disabled public write access.
 
#50437
Re:How to use this extension 9 Years, 9 Months ago Karma: 747
You can use "Content - ARI Data Tables" plugin to load "ARI Data Tables" module instances into articles. The plugin is included into "ARI Data Tables" package. Install and enable plugin and place the following plugin code into an article:

Code:


{aridatatables moduleId="MOD_ID"}{/aridatatables}



Where MOD_ID is ID of "ARI Data Tables" module which you want to load. The module should be enabled. For example if you want to load a module with ID = 16, use the following plugin code:

Code:


{aridatatables moduleId="16"}{/aridatatables}



About menu item, you can create a menu item for article with the module.

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