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?

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 13 Years, 8 Months ago Karma: 747
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 07:59 By admin.
The administrator has disabled public write access.
 
#6475
Re:SQL Table plugin don't install 13 Years, 8 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 14: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 13 Years, 8 Months ago Karma: 747
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 13 Years, 8 Months ago Karma: 747
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 13 Years, 8 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 13 Years, 8 Months ago Karma: 747
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