Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nathanlgv4u Friend
    #202093

    Hey,

    I would really like to anchor a link to a specific accordion page but believe this isn’t an available option? Is there a way to get all of the accordions on my site to open at the 2nd level and not the first?

    Thanks

    Thanh Nguyen Viet Friend
    #553206

    Hello,

    To open specific section of JA Accordion, please try solution below:
    – Open the file
    modules/mod_jaaccordion/tmpl/default.php

    – Find the code snippet:

    display: 0,

    – And replace it with:
    [PHP]display: <?php echo JRequest::getInt(‘jasection’, 0); ?>,[/PHP]

    Once done, you can adding this parameter jasection=1 on query string of url to open second section of accordion. You can change number with section you want to open.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum