-
AuthorPosts
-
April 17, 2008 at 5:32 am #127616
I’m sure I saw a tutorial on how to put either a new module or move User5 to above mainbody.
I’ve gone thru all 13 pages and not found it. Did I imagine this or has it been removed?Jim
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 17, 2008 at 6:29 am #245745Hi Topflat
There are a few post if you have a real good look 😉
http://www.joomlart.com/forums/topic/moo-tabs-above-main-body/
http://www.joomlart.com/forums/topic/switch-mootabs-position/
April 17, 2008 at 8:08 am #245751Hi mfcphil
I did see those but they put the module on the left I want it right.
I guess I’m going to have to put a test site up and play aroundThanks anyway
Jim
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 17, 2008 at 10:12 am #245764Hi topflat !
This is way I have move user5 obove main body for version 1.0.x ( version 1.5.x is similar ) :
– Open index.php file in templates/ja_fagus folder. Find those code :
<!-- BEGIN: MASSCOL -->
<?php if ( $ja_masscol) { ?>
<div id="ja-masscol" class="clearfix">
<?php if (mosCountModules('user5')) { ?>
<script language="javascript" type="text/javascript" src="<?php echo $ja_template_path;?>/mootabs/mootabs1.2.js"></script>
<script type="text/javascript">
window.addEvent('domready', initmootabs);
function initmootabs() {
myTabs1 = new jamootabs('ja-tabswrap-bot', {
<?php echo $ja_mootabs_options; ?>
});
}
</script>
<div id="ja-tabswrap" class="clearfix">
<div id="ja-tabswrap-top">
<div id="ja-tabswrap-bot">
<div class="ja-tab-panels">
<?php mosLoadModules ( 'user5',-2 ); ?>
</div>
</div></div></div>
<?php } ?>
</div>
<?php } ?>
<!-- END: MASSCOL -->
remove it .
then find following code section :
<!-- BEGIN: CONTENT -->
<div id="ja-content">
<div id="ja-content-top">
<div id="ja-content-bot">
<div class="ja-innerpad clearfix">
<?php mosMainBody(); ?>
</div></div></div></div>
<!-- END: CONTENT -->
change it to :
<div id="user5-content">
<!-- BEGIN: MASSCOL -->
<?php if ( $ja_masscol) { ?>
<div id="ja-masscol" class="clearfix">
<?php if (mosCountModules('user5')) { ?>
<script language="javascript" type="text/javascript" src="<?php echo $ja_template_path;?>/mootabs/mootabs1.2.js"></script>
<script type="text/javascript">
window.addEvent('domready', initmootabs);
function initmootabs() {
myTabs1 = new jamootabs('ja-tabswrap-bot', {
<?php echo $ja_mootabs_options; ?>
});
}
</script>
<div id="ja-tabswrap" class="clearfix">
<div id="ja-tabswrap-top">
<div id="ja-tabswrap-bot">
<div class="ja-tab-panels">
<?php mosLoadModules ( 'user5',-2 ); ?>
</div>
</div></div></div>
<?php } ?>
</div>
<?php } ?>
<!-- END: MASSCOL -->
<!-- BEGIN: CONTENT -->
<div id="ja-content">
<div id="ja-content-top">
<div id="ja-content-bot">
<div class="ja-innerpad clearfix">
<?php mosMainBody(); ?>
</div></div></div></div>
<!-- END: CONTENT -->
</div>
– Open template_css.css file (with 1.5.x is template.css file ) in templates/ja_fagus/css folder. Find those code :
#ja-content {
float: right;
width: 55%;
background: url(../images/content-center.gif) repeat-y;
}
change to :
#user5-content {
float: right;
width: 55%;
}
#ja-content {
float: right;
width: 100%;
background: url(../images/content-center.gif) repeat-y;
}
April 17, 2008 at 5:01 pm #245796Hi hainn84,
Well, I set up a test website http://the-topflat.co.uk/fargus/
I still need to work out right side padding/margin.I tried it with fpslideshow but it wouldn’t show.
anyway I’ll ffurther along the road
Thanks for your helpjim
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by topflat 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum