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
#43288
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 748
You can use the following predefined variables in {ariarticletemplate} and {articleTitle} tags:

{$id} article id;
{$title} article title;
{$introtext} article intro text;
{$fulltext} article full text;
{$created} article created date;
{$modified} article modified date;
{$hits} article hits;
{$readmore_link} link to article page.

If you want to show non-truncated title, use the following code:

{$title}

instead of:

{$title|truncate:50:...}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43298
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 0
Thank you very much!

Now the only problem remains: the window of the accordion item does not adapt to the height of the article. And my articles have different length...
The administrator has disabled public write access.
 
#43308
Re:How to select specific article in JAccordion 10 Years, 9 Months ago Karma: 748
Add autoHeight="false" attribute to {arijaccordion} tag.

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