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?
#52794
Re:How to display dat tables in an article? 9 Years, 3 Months ago Karma: 747
Hello,

If the module is shown in a module position despite of "Menu Assignment" parameter is set to "No pages", this problem with site template. We can investigate the problem in more details if you provide a link to a page where the problem occurs and a temporary access to your J! backend by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59036
Re:How to display dat tables in an article? 7 Years, 5 Months ago Karma: 0
Hi

I need some help as well please?
I am new to this.
I am having trouble displaying: {aridatatables moduleId="107"}{/aridatatables}
I have enabled the module with id 107, type="ARI Smart Content - Data Table"
I have enabled the plugin called "ARI Smart Content - Data Table"
The result is that the page just displays {aridatatables moduleId="107"}{/aridatatables}

Any help gratefully appreciated
The administrator has disabled public write access.
 
#59037
Re:How to display dat tables in an article? 7 Years, 5 Months ago Karma: 747
Hello,

You use plugin code for "ARI Data Tables" extension. "ARI Data Tables" and "ARI Smart Content" are two different extension. Documentation for "ARI Smart Content" is available here.

Modules from "ARI Smart Content" can be loaded with help of "System - ARI Smart Content - Load Module" plugin. The documentation is here. Check that the plugin is enabled. The shortcode in your case will be:

Code:


{arimodule id="107"}{/arimodule}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#59038
Re:How to display dat tables in an article? 7 Years, 5 Months ago Karma: 0
Thank you! With your help I have got it to work! So glad!

Unfortunately, the shortcode you gave still didnt work: {arimodule id="107"}{/arimodule}

But I read the doco you linked to and it mentioned to use the Ari Smart Module Button.

So I went to my article and pressed the button. It inserted the following shortcode:

{arimodule id="107" comment="ARI Smart Content - Data Table (copy)"}{/arimodule}

And this works like a bought one!!!

Thanks for your prompt reply! I am off now to continue developing my website. Cheers, Mango The third.
The administrator has disabled public write access.
 
#59328
Re:How to display dat tables in an article? 7 Years, 3 Months ago Karma: 0
After some struggling, finally figured out why it wouldn't work for me. If you copy the provided text above, it puts the nonbreaking space code into the line, such as:
Code:

<p>{aridatatables nbsp;moduleId="128"}{/aridatatables}</p>

I couldn't include the ampersand in the code block above, it screws up the display.

Turn on code editing in your text editor on the article, and remove it so it looks like:
Code:

<p>{aridatatables moduleId="128"}{/aridatatables}</p>


By the way, just bought and installed this, and the plugin description still gives the wrong instructions for the code. This really should be fixed.
The administrator has disabled public write access.
 
#59329
Re:How to display dat tables in an article? 7 Years, 3 Months ago Karma: 747
Hello,

Sorry for inconvenience. Plugin description contains the following instruction:

Code:


{aridatatables moduleId="<moduleId>"}

Where <moduleId> is ARI Data Tables module id



{aridatatables moduleId="128"} code should work fine.

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