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?

Where do I start?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Where do I start?
#33167
Where do I start? 11 Years, 6 Months ago Karma: 0
I have purchased com_arismartcontent. For 4 weeks I haven't been able to get this to work.
I am not a developer and I know very little on SQL. I was hoping to get a tool with a gui interface where it will be easy to set up.
I have tryed to use the code for Data Table by copying and paste in an article contain but it dosn't work. Can some one please tell me where and how to use Ari code?

Thank you
The administrator has disabled public write access.
 
#33168
Re:Where do I start? 11 Years, 6 Months ago Karma: 747
Hello,

Could you specify what plugin code do you use and provide a link to a page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33169
Re:Where do I start? 11 Years, 6 Months ago Karma: 0
Thank you for your fast response

I am currently trying to use ARI SQL Table

I see a Usage code in it but I don't know what to do with. I have tryed to modify it and put in and article didn't work.
Here is and exemple.
How can I get a table containing:
ID, Name, address from table person?
Knowing my:
database name = joo_data
Bd username = admin
db password = adminpass


How is this going to fit in your code? where will I use the code?
I have been working on this for 4 weeks.

Thank you.
The administrator has disabled public write access.
 
#33170
Re:Where do I start? 11 Years, 6 Months ago Karma: 747
If something doesn't work, you can contact us and we will be glad to help.

If you want to show data from "person" table from Joomla! database, use the following plugin code:

Code:


{arisqltable}
  {arisqltablequery}
   SELECT ID, Name, address FROM person
  {/arisqltablequery}
{/arisqltable}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#33171
Re:Where do I start? 11 Years, 6 Months ago Karma: 0
Thank you for Your help. I should have asked for help long time ago.
Now when you get the code like you jus did, where do you pu it to get it work?
I and a Joomla article? Just copy and paste?

I really appreciate this fast support.
The administrator has disabled public write access.
 
#33172
Re:Where do I start? 11 Years, 6 Months ago Karma: 747
Yes, you can place it into an article or any other content where you want to show a table.

PS: If you use a WYSIWYG editor, switch it to plain text mode before inserting plugin code because WYSIWYG editors can add extra HTML code in design mode.

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