-
AuthorPosts
-
November 28, 2009 at 10:01 am #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
December 1, 2009 at 10:55 am #325383So I have to give up this template cos no one know the answer…? 🙁
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 2, 2009 at 8:29 am #325504Hi 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 } ?>
1 user says Thank You to JA Developer for this useful post
-
AuthorPosts
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