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?

How to select specific article in JAccordion
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to select specific article in JAccordion
#43271
How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 0
Hello,

Is it possible to select a specific article (using article ID) as a content of a specific accordion item in JAccordion? I cannot find how to do it. It would be very useful.
The administrator has disabled public write access.
 
#43272
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 748
Hello,

See the sample code below:

Code:


{arijaccordion width="250" useJoomlaArticle="true" includedArticle="52,47" articleCatId="-1"}
  {articleTitle}{$title|truncate:50:...}{/articleTitle}
  {ariarticletemplate}
{$title}
        <br/>
{$introtext}
  {/ariarticletemplate}
{/arijaccordion}



It loads articles with ID 52 and 47.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43275
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 0
Unfortunately, this syntax does not work
I just see the tags as they are: {arijaccordion width="250" etc...
The administrator has disabled public write access.
 
#43276
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 748
This code works fine for us. Where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43286
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 0
Strange, but now it works for me too.

Please, complete the description of the plugin. Keyword "includedArticle" and parameter "-1" are not present there, if I'm not mistaken.

Best regards.
The administrator has disabled public write access.
 
#43287
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 0
Please, could you also give a complete description of tags one can use for article template. For example, how can I display Full Text of the article?

I don't like to mess up my message with too many questions, but:
I'd like to use complete article titles (not truncated) and cannot find how to do it.

Please, could you help me?
The administrator has disabled public write access.
 
Go to topPage: 12