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?

Ari Data Tables - Sample Article Coding Available?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Ari Data Tables - Sample Article Coding Available?
#27680
Ari Data Tables - Sample Article Coding Available? 12 Years ago Karma: 0
Hi, I can't get this working for me at all. I'm wondering if you have a sample of of code for an article that includes the ari data table.
I was really hoping this extension would be easy (ie. no code involved) but I've read all the other posts regarding it, and it looks like I can't get away from it.
Coding is not my thing, but if you have a sample, I'm sure I can manipulate it to do what I want.
Thanks in advance
The administrator has disabled public write access.
 
#27685
Re:Ari Data Tables - Sample Article Coding Available? 12 Years ago Karma: 748
Hello,

Sorry, but what coding do you mean? All parameters of "ARI Data Tables" module can be configured in module settings. Could you describe in more details what do you want to achieve and what problem you have?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27723
Re:Ari Data Tables - Sample Article Coding Available? 12 Years ago Karma: 0
I currently have a data table set up in an article, and want to give this table the ARI data table functionality. Specifically, I want the user to be able to click on the column heading and have the information below have an order to it based on the heading they've clicked on. I tried adding id codes to the table (as shown in the answers to some of the other posts), but it's not working. This is why I'm hoping you have a sample of code for a table in an article that has the ARI data table happening with it. This way, I can look at the code and see what I'm doing wrong.
The administrator has disabled public write access.
 
#27726
Re:Ari Data Tables - Sample Article Coding Available? 12 Years ago Karma: 748
If you want to load "ARI Data Tables" module into an article, you can use "Content - ARI Data Tables" plugin. Install and enable plugin, after this add the next code into an article:

Code:


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



Where MODULE_ID is ID of "ARI Data Tables" module which you want to load into an article. For example if necessary to load module with ID = 19, use the next code:

Code:


{aridatatables moduleId="19"}{/aridatatables}



PS: Check that the module is enabled.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27730
Re:Ari Data Tables - Sample Article Coding Available? 12 Years ago Karma: 0
Thanks for this, but I have already done this and haven't seen a change to the table. Just tried again now and still no luck. I think that perhaps I'm putting the code in the wrong spot - this is why I'm hoping for a complete sample of code showing a table with the ARI data table functionality. The module is enabled and the plugin is enabled.
The administrator has disabled public write access.
 
#27731
Re:Ari Data Tables - Sample Article Coding Available? 12 Years ago Karma: 748
Could you send screenshot(s) of module settings page and code which you use in an article by email?

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