Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • arcano Friend
    #135944

    Hi. Can I place JA Slideshow in B? I need to place it over “Welcome to JA Helio “.

    annaleen Friend
    #283136

    <em>@arcano 93498 wrote:</em><blockquote>Hi. Can I place JA Slideshow in B? I need to place it over “Welcome to JA Helio “.</blockquote>
    maybe this can help http://www.joomlaspan.com/general/include-any-module-within-content-in-joomla-15.php

    scotty Friend
    #283147

    If you want to move the original one from where it now to between the breadcrumbs and the ‘Welcome…’ text then do this…

    BACK UP FILES BEFORE MODIFYING!!!

    Open templates/ja_helio/index.php and find….

    [PHP]<div id=”ja-mainbody” class=”clearfix”>

    <?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 } ?>

    <!– BEGIN: CONTENT –>
    <div id=”ja-content” class=”clearfix”>

    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>

    <!– BEGIN: PATHWAY –>
    <div id=”ja-pathwaywrap”><div id=”ja-pathway”><div class=”ja-innerpad”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div></div></div>
    <!– END: PATHWAY –>

    <jdoc:include type=”component” />[/PHP]

    and change to…

    [PHP] <div id=”ja-mainbody” class=”clearfix”>

    <!– BEGIN: CONTENT –>
    <div id=”ja-content” class=”clearfix”>

    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>

    <!– BEGIN: PATHWAY –>
    <div id=”ja-pathwaywrap”><div id=”ja-pathway”><div class=”ja-innerpad”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div></div></div>
    <!– END: PATHWAY –>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>

    <jdoc:include type=”component” />[/PHP]

    Of course you will need to adjust your slideshow size accordingly via the mod manager.

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

This topic contains 3 replies, has 3 voices, and was last updated by  scotty 15 years, 11 months ago.

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