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?

First Step
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: First Step
#32527
First Step 11 Years, 7 Months ago Karma: 0
Good morning, i have buy ARI Data Tables but i don't understand as it work

i have need of a table in my site with the data of a table in joomla sql

i have install the mod_aridatatables, plg_content_aridatatables and plg_system_ariajaxdispatcher

First problem:
How do I view the table? I need to create an article and insert the string {aridatatables moduleId = "<moduleId>"}? This string is inserted into the html code or just put it in the article?

You can help me?
The administrator has disabled public write access.
 
#32528
Re:First Step 11 Years, 7 Months ago Karma: 748
Hello,

You can use module as any other Joomla! module. Choose module position where do you want to show the module, choose pages (menu items) where the module will be shown and configure module parameters.

If you want to embed the module into an articles then you can use "Content - ARI Data Tables" plugin and place the following plugin code into the article:

Code:


{aridatatables moduleId="MODULE_ID"}{/aridatatables}



Where MODULE_ID is ID of "ARI Data Tables" module instance which you want to load into the article. The module should be enabled.

If you want to show data from Joomla! database with help of the module, set "Source type" parameter to "SQL" and enter "SELECT" SQKL query in "SQL -> SQL query" parameter. For example enter the following query:

Code:


SELECT
 id,
 title
FROM
 #__content



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32529
Re:First Step 11 Years, 7 Months ago Karma: 0
Second problem:
I have insert the my query in SQL query but i don't know if is correct the system, i have write:
SELECT DATE_FORMAT( data_utilizzo, '%d-%m-%Y' ) AS data, note, dare, avere FROM jos_app_kal
without "" i must use this or not? Why when i do save the module clean the area where i have write my query?

tks
The administrator has disabled public write access.
 
#32530
Re:First Step 11 Years, 7 Months ago Karma: 748
If settings are not saved, check that "System - ARI Extensions" plugin is enabled.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32535
Re:First Step 11 Years, 7 Months ago Karma: 0
admin wrote:

You can use module as any other Joomla! module. Choose module position where do you want to show the module, choose pages (menu items) where the module will be shown and configure module parameters.


sorry but it does not work

I want to attach the module to a menu item, i have open the Management menu and i have do new, but I do not know what to put in the field, Type menu item
The administrator has disabled public write access.
 
#32536
Re:First Step 11 Years, 7 Months ago Karma: 748
Joomla! doesn't work in this way. Modules are shown in module positions which are predefined in site template.

If you want to link menu item with the module, load the module into an article and link menu item to the article. "ARI Data Tables" can be loaded into an article with help of "Content - ARI Data Tables" plugin or "Content - Load Module" plugin (this is standard Joomla! plugin).

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