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?

Link to a tab in JTabView plugin
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Link to a tab in JTabView plugin
#31898
Link to a tab in JTabView plugin 11 Years, 7 Months ago Karma: 0
We have a page with 4 tabs.

From a different page, can you link to that page specifying a specific tab?

We don't want to link to an article directly, but would rather link to the JTabView page with the proper tab highlighted.

Is this possible?

Thank you,

- Eli
The administrator has disabled public write access.
 
#31899
Re:Link to a tab in JTabView plugin 11 Years, 7 Months ago Karma: 747
Hello,

Currently the plugin doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31900
Re:Link to a tab in JTabView plugin 11 Years, 7 Months ago Karma: 0
Thank you.

- Eli
The administrator has disabled public write access.
 
#31949
Re:Link to a tab in JTabView plugin 11 Years, 7 Months ago Karma: 0
Hello!

I'm working with Eli on this issue at the moment. We're looking in to the best / cleanest solution to allow user to view a specific tab.

Is it possible to have jTabView only display a specific article ID, instead of all articles in a category? I thought that articleSecId would be the solution, but I appear to be having difficulty getting it to work.

Here is what I tried:

Code:


{arijtabview height="455" width="960" useJoomlaArticle="true" articleSortField="created" articleItemCount="1" articleSecId="131"}
{/arijtabview} 



This does not appear to work. Currently, I'm duplicating the existing article so that I can throw it in to a different Category and then just using the articleCatId instead. This is a little messy and requires a few additional steps, which will require us to update two articles each time we need to update the help pages.

Any help would be appreciated, thank you.
The administrator has disabled public write access.
 
#32003
Re:Link to a tab in JTabView plugin 11 Years, 7 Months ago Karma: 747
Hello,

Download and upgrade the extension. After this use the following code:

Code:


{arijtabview height="455" width="960" useJoomlaArticle="true" articleSortField="created" includedArticle="ARTICLE_ID" articleCatId="9999999"}
{/arijtabview}



Just replace ARTICLE_ID with ID of the article which you want to load.

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