Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • topflat Friend
    #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 Friend
    #245745
    topflat Friend
    #245751

    Hi 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 around

    Thanks anyway

    Jim

    Sherlock Friend
    #245764

    Hi 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;
    }

    topflat Friend
    #245796

    Hi 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 help

    jim

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

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