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
#6459
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
Hello,

You can create your own CSS templates in 'CSS Templates' section. If you don't create CSS templates, this section will be empty. Regarding your code, {arisqltablequery} tag can be used only inside {arisqltable} tag. If you want to wrap 'ARI SQL Table' plugin with 'ARI JTable Sorter' plugin, use the next code:

Code:


{arijtablesorter defaultSorting="1:DESC" zebra="TRUE"}
  {arisqltable}
    {arisqltablequery}
 SELECT Nome as Nome, endereco as Endereco, cidade as cidade, uf as uf, cep as cep, fones as fones
FROM jos_chronoforms_cvnovo 
    {/arisqltablequery}
  {/arisqltable}
{/arijtablesorter}



If you want to wrap HTML table with 'ARI JTable Sorter' plugin, use the following code:

Code:


{arijtablesorter defaultSorting="1:DESC" zebra="TRUE"}
<table>
<thead>
<tr>
<th>Nome</th>
<th>Endereco</th>
<th>cidade</th>
<th>UF</th>
<th>CEP</th>
</tr>
</thead>
<tbody>
<tr>
<td>Nome</td>
<td>Endereco</td>
<td>cidade</td>
<td>uf</td>
<td>cep</td>
</tr>
</tbody>
</table>
{/arijtablesorter}



Regards,
ARI Soft
Last Edit: 2010/08/22 10:59 By admin.
The administrator has disabled public write access.
 
#6475
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 0
Hi,
The first code generated this result


The second code generated this result.


And still have that problem in diagnostics.
Last Edit: 2010/08/20 17:51 By lselbach.
The administrator has disabled public write access.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Thanks for your time. It's the most valuable think you can give.
 
#6477
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
Could you provide temporary access to your Joomla! backend by email and say link to page where we can see this issues. It helps resolve these problems in the shortest period of time.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6494
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
We have inserted the first code and it works. Only one note, jos_chronoforms_cvnovo table doesn't contain any record so the plugin doesn't show anything.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6504
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 0
oops,
sorry about that.
While testing, I left database blank so admin can fill with right data.

Now I'm going to put all the fields together in the same table.
Is there any way to do it VERTICALLY instead of HORIZONTALLY?

Cheers
Lucas
The administrator has disabled public write access.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Thanks for your time. It's the most valuable think you can give.
 
#6506
Re:SQL Table plugin don't install 1 Year, 5 Months ago Karma: 278
Unfortunately no, SQL and the plugin doesn't provide this ability.

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