Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?

SQL Table plugin don't install
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: SQL Table plugin don't install
#6614
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 0
Hi Guys,
I'm almost there.

Now I've tried a new code and it's working fine, but I can't make it nice.

How to put some CSS style on it?

I tried to put in the template tdefault.css and also in the CSS Template menu of Ari-Smart.

Then I used inside the code but none worked out.

Can u help me pls?

Attached img with results.
You already have access to admin if you need.

Thanks and cheers.
Lucas
The administrator has disabled public write access.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Thanks for your time. It's the most valuable think you can give.
 
#6616
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
Hello,

Could you explain what plugin you use (ARI SQL Table or ARI JDataTable or another) and what CSS styles you want to apply?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6626
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 0
Hi,
This is the code:

{arisqltable header="TRUE" cellPadding="2"}
{arisqltablecolumns}

{arisqltablecolumn id="nome" alias="nome" className="contentheading"}
{arisqltablecolumn id="endereco" alias="endereco" ClassName="contentdescription"}
{arisqltablecolumn id="Cidade" alias="Cidade" ClassName="contentdescription"}
{arisqltablecolumn id="UF" alias="UF" ClassName="contentdescription"}
{arisqltablecolumn id="CEP" alias="CEP" ClassName="contentdescription"}


{/arisqltablecolumn}
{/arisqltablecolumns}
{arisqltablequery}

SELECT nome AS nome,
endereco as endereco,
cidade as Cidade,
uf as UF,
cep as CEP

FROM jos_chronoforms_cvnovo

{/arisqltablequery}

{/arisqltable}

You have access to the site. Please check inside if there is any mistake.
Thanks
The administrator has disabled public write access.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Thanks for your time. It's the most valuable think you can give.
 
#6639
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
Sorry, but you didn't specify what CSS styles you want to specify.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6647
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 0
Hi
I think that the style SMOOTHNESS in the page
smart.ari-soft.com/ari-jdatatable.html

would be great.
Thanks
Lucas
The administrator has disabled public write access.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Thanks for your time. It's the most valuable think you can give.
 
#6654
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
Thanks for the explanation. Read this post on our forum, please, it contains instructions how to use jQuery UI themes with 'ARI JDataTable' plugin.

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