Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • simmo Friend
    #146417

    Any quick way to make the user5 module position under the left/right position?

    In other words the left/right on top of the user5 position…

    cheers

    simmo Friend
    #325383

    So I have to give up this template cos no one know the answer…? 🙁

    Anonymous Moderator
    #325504

    Hi simmo,

    Open templates/ja_cooper/index.php, find following code section:


    <?php if ($ja_left || $ja_right || $ja_masscol) { ?>
    <div id="ja-colwrap">

    <?php if ($ja_masscol) { ?>
    <!-- BEGIN: MASSCOL -->
    <div id="ja-colmass" class="clearfix">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="user5" style="jamodule" />
    </div>
    </div>
    <?php } ?>

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">

    <?php if ($hasSubnav) : ?>
    <div id="ja-subnav" class="moduletable_menu">
    <h3>On this page</h3>
    <div class="ja-boxct-wrap"><div class="ja-boxct">
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div>
    </div>
    <?php endif; ?>

    <jdoc:include type="modules" name="left" style="jamodule" />

    </div>
    </div>
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    <?php if ($ja_right) { ?>
    <!-- BEGIN: RIGHT COLUMN -->
    <div id="ja-col2">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="right" style="jamodule" />
    </div></div><br />
    <!-- END: RIGHT COLUMN -->
    <?php } ?>

    </div>
    <?php } ?>

    and change to:

    <?php if ($ja_left || $ja_right || $ja_masscol) { ?>
    <div id="ja-colwrap">

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">

    <?php if ($hasSubnav) : ?>
    <div id="ja-subnav" class="moduletable_menu">
    <h3>On this page</h3>
    <div class="ja-boxct-wrap"><div class="ja-boxct">
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div>
    </div>
    <?php endif; ?>

    <jdoc:include type="modules" name="left" style="jamodule" />

    </div>
    </div>
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    <?php if ($ja_right) { ?>
    <!-- BEGIN: RIGHT COLUMN -->
    <div id="ja-col2">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="right" style="jamodule" />
    </div></div><br />
    <!-- END: RIGHT COLUMN -->
    <?php } ?>

    <?php if ($ja_masscol) { ?>
    <!-- BEGIN: MASSCOL -->
    <div id="ja-colmass" class="clearfix">
    <div class="ja-innerpad">
    <jdoc:include type="modules" name="user5" style="jamodule" />
    </div>
    </div>
    <?php } ?>

    </div>
    <?php } ?>

    simmo Friend
    #325530

    Perfect!! 🙂 Thank you so much!

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

This topic contains 4 replies, has 2 voices, and was last updated by  simmo 14 years, 12 months ago.

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