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?

Require startup help
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Require startup help
*
#45104
Re:Require startup help 10 Years, 6 Months ago Karma: 0
The screenshot is via JCE Plugin's Filebrowser, so I'm guessing "Root" in the screenshot means the "public_html(www)" folder on the hosting, that is where joomla! is installed.
The administrator has disabled public write access.
 
#45106
Re:Require startup help 10 Years, 6 Months ago Karma: 0
Okay I went into the hosting cpanel, this is weird, i thought file manager's root would be real root.

But i just learned that the path to the same folder on the hosting is:

/home1/regnum/public_html/images/data/csv/file.csv

Please suggest what path I should use in the module path.
The administrator has disabled public write access.
 
#45107
Re:Require startup help 10 Years, 6 Months ago Karma: 747
Use images/data/csv/file.csv as path to the file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45110
Re:Require startup help 10 Years, 6 Months ago Karma: 0
works like a charm, really powerful tool. You have my gratitude, thank you and God bless.
The administrator has disabled public write access.
 
#45376
Re:Require startup help 10 Years, 6 Months ago Karma: 0
Hi
I must say that I have also just loaded the Smart Content extension, but without propper content and examples and step by step documentation, the extension is too complicated. The "documentation" per plugin (instructions) are too cryptic.

Some questions:
Is there a plugin where I can create a table in the SQL database using the joomla back-end?
How do I create a connection to the database/table?
Do I create a module as type "ari smart content" for every plugin I use and then have to paste in the "use" code snippet of the plugin?
and once I created the module?....

Previous ARI extensions i have used have nice and user friendly Module options - how do I get that for these plugins?

Please help me make sense of this extension.

Regards
The administrator has disabled public write access.
 
#45378
Re:Require startup help 10 Years, 6 Months ago Karma: 747
Hello,

"ARI Smart Content" module is required only if you want to use plugin(s) from "ARI Smart Content" in a module position. In other case just place a plugin code in a content where you want to use it (in an article or other content). It works as most of content Joomla! plugin.

If you want to show data from a database, use ARI SQL Table plugin. A sample plugin code below:

Code:


{arisqltable}
    {arisqltablequery}
SELECT id,title
FROM #__content
    {/arisqltablequery}
{/arisqltable}



"ARI SQL Table" plugin can be wrapped with a table plugin. For example with "ARI JDataTable" plugin:

Code:


{arijdatatable}
{arisqltable}
    {arisqltablequery}
SELECT id,title
FROM #__content
    {/arisqltablequery}
{/arisqltable}
{/arijdatatable}



PS: Currently we are working on "ARI Smart Content" v. 2.0.0, it will provide a lot of new features and more user-friendly interface. It will be available within 1-2 months.

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