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?

JQuery Theme for tabels
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: JQuery Theme for tabels
#7939
Re:JQuery Theme for tabels 13 Years, 9 Months ago Karma: 0
Great so why when I dl it it wont work. =(

Thanks for your help

Thomas
The administrator has disabled public write access.
 
#12817
Re:JQuery Theme for tabels 13 Years, 4 Months ago Karma: 0
How can i change the theme in Smart Content data?....ONLY appear one theme

Thanks
The administrator has disabled public write access.
 
#12818
Re:JQuery Theme for tabels 13 Years, 4 Months ago Karma: 748
Hello,

You can select active theme in "ARI JQuery UI Loader" plugin settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12820
Re:JQuery Theme for tabels 13 Years, 4 Months ago Karma: 0
Thanks...for your fast answer....I have another questions,,

I Have 2 tables:

jos_ticketmaster_clients
userid
name
phonenumber

jos_ticketmaster_orders
orderid
userid
eventid
paid
parentname

How Can I to show the data..where paid=1 I using this:

{arijdatatable}{arisqltable}
{arisqltablecolumns}
{/arisqltablecolumns}
{arisqltablequery} SELECT * FROM jos_ticketmaster_orders
WHERE paid='1' {/arisqltablequery}
{/arisqltable}{/arijdatatable}
The administrator has disabled public write access.
 
#12832
Re:JQuery Theme for tabels 13 Years, 4 Months ago Karma: 748
You can use JOIN statement that get data from several tables. Code will look like:

Code:


{arijdatatable}
  {arisqltable}
    {arisqltablequery}
       SELECT * FROM jos_ticketmaster_orders O INNER JOIN jos_ticketmaster_clients C ON O.userid = C.userid
       WHERE paid='1'
    {/arisqltablequery}
  {/arisqltable}
{/arijdatatable} 



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