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?

Two table Tabs
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Two table Tabs
#58733
Two table Tabs 7 Years, 6 Months ago Karma: 0
Hi

I have a tabset working. getting the data from a table for the actual tabs.
Now I would like to have the contents of each tab get its data from a different table and display a list with that data, so how do I do it.

Desired look is in attached file
Cheers
Tao
Last Edit: 2016/10/08 22:09 By taoh.Reason: attach smaller image
The administrator has disabled public write access.
 
#58734
Re:Two table Tabs 7 Years, 6 Months ago Karma: 747
Hello,

Could you specify what plugin code you use? Are tabs created from Joomla! articles, database data or manually?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58735
Re:Two table Tabs 7 Years, 6 Months ago Karma: 0
Hi
THe data is in two database tables

Source 4
SELECT t_id,t_title,t_use,t_order,t_note1,t_note2 FROM #__gsd_tabs

Source 5
SELECT t_id, L_title, l_url, l_extra from from #_gsd_links.

t_id is common to both

The code I currently have is
{tabs source="4" titleTemplate="{$t_title}" itemTemplate="{$t_note2}"} {/tabs}

I need to fill the page of a tab as follows

source4->t_note1

<ul>
/* varying number of items */
<li>
<a href="source5->l_url">source5->l_title</a>source5->l_extra
</li>
</ul>

source4->t_note2

Cheers
Taoh
Last Edit: 2016/10/10 10:53 By taoh.Reason: correct typo
The administrator has disabled public write access.
 
#58736
Re:Two table Tabs 7 Years, 6 Months ago Karma: 747
The extension doesn't support this ability.

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