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 display dat tables in an article?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: How to display dat tables in an article?
#22315
How to display dat tables in an article? 12 Years, 4 Months ago Karma: 0
I've a problem showing the ari data table within an article. I entered the code {aridatatables moduleId=id_number} but there's no table.

Furthermore I don't want to see the module. Is that possible? I mean: will the data table still be seen.

An my last question: how can I show multiple csv files?
The administrator has disabled public write access.
 
#22316
Re:How to display dat tables in an article? 12 Years, 4 Months ago Karma: 747
Hello,

For example if you want to load "ARI Data Tables" module with ID = 79 into an article, check that "Content - ARI Data Tables" plugin is enabled and place the next code in an article:

Code:


{aridatatables moduleId="79"}{/aridatatables}



If you don't want to show a module into a module position, set "Menu Assignment
-> Menus" parameter in module settings to "None".

About multiple CSV files, do you want to show multiple CSV files in one table or different tables (different tables)? If you mean the second case, Joomla! supports ability to create as many module instances as you wish and it is possible to load different module instances. You can read about it here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22320
Re:How to display dat tables in an article? 12 Years, 4 Months ago Karma: 0
Thanks for your help. In the manual you give this instruction:

ARI Data Tables plugin helps load ARI Data Tables module in Joomla! articles. Type the following code in article for loading ARI Data Tables module: {aridatatables moduleId="<moduleId>"}

This is confusing, because you've to close it: {aridatatables moduleId="<moduleId>"}{/aridatatables}

I think it's a good idea to change the manual on this.
The administrator has disabled public write access.
 
#22347
Re:How to display dat tables in an article? 12 Years, 4 Months ago Karma: 747
Thank you for pointing us to this issue. We will update manual.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26101
Re:How to display dat tables in an article? 12 Years, 1 Month ago Karma: 0
Explains why my attempts weren't working either.
Also was using AngleBrackets around the value.....
The administrator has disabled public write access.
 
#26109
Re:How to display dat tables in an article? 12 Years, 1 Month ago Karma: 747
The module instance which you want to load should be enabled. For example if module ID equals to 10, use the next code:

Code:


{aridatatables moduleId="10"}{/aridatatables}



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