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.