Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Stuart Osborne Friend
    #150511

    How can i have the slideshow showing in module user5 without having anything on the left or right modules. my home page is ok because i have a left module but all my other pages don’t use the left or right modules.

    I think the bit of code involved starts on line 136 of the template index.php

    <?php if ($this->countModules(‘user5’) && $ja_right) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>

    but i dont know what i would need to change ?

    my template is JA_helio

    Please can anybody help ?

    thanks

    Saguaros Moderator
    #341040

    Dear stuartosborne!

    can you please give me the snapshort on the issue, and draw some shapes on this snapshort , i would like to have a closer look on the issue,

    Stuart Osborne Friend
    #341054

    Hi Thanks for your response, i do not quite understand what information you need from me, the site is published so you can look at it, the home page shows the banner ok, but my other pages if you look at schools or lab service headings do n ot have a left or right module so the slideshow isnt visible in position user five, i need the slideshow to appear on all pages.
    I hope this helps
    many thanks

    Saguaros Moderator
    #341061

    Dear stuartosborne!

    i understand your idea.

    You change code:
    from:
    [PHP]
    <?php if ($this->countModules(‘user5’) && $ja_right) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>
    [/PHP]

    to:
    [PHP]
    <?php if ($this->countModules(‘user5’) ) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>
    [/PHP]

    But, the module will display not nice if the module display without the right column,
    Please see my snapshort
    7528

    7529

    Stuart Osborne Friend
    #341081

    great thanks tienhc that works perfectly, just what i needed.:D
    now all i have to do is make it look up different image folders for each page 🙁
    many thanks for you help

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

This topic contains 5 replies, has 2 voices, and was last updated by  Stuart Osborne 14 years, 7 months ago.

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