test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • delvo Friend
    #119325

    I would like to move the JA news module right up under the user1, user2, and top module. Here is a screenshot of what I currently have, What do I need to change in the index file to change that? Thanks for your help.
    <?php
    /*------------------------------------------------------------------------
    # JA Xenia II - Feb, 2007
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    -------------------------------------------------------------------------*/

    defined( '_VALID_MOS' ) or die( 'Restricted access' );
    $iso = split( '=', _ISO );
    /*echo "<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>";*/
    global $ja_color_themes, $ja_header_images, $ja_width_default, $ja_color_default, $ja_font_size_default, $ja_tool, $ja_menutype, $ja_template_path, $ja_template_absolute_path, $ja_headerimg, $ja_color, $ja_width, $ja_font_size, $ja_template_name;

    $ja_template_name = 'ja_xenia_ii_gamer';

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('default', 'blue', 'orange'); // You can add more color array if needed
    ####################################
    # Change the width of the template
    $ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768; 'auto': fluid width
    # default color
    $ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 3;
    # Enable users option
    $ja_tool = 3; // 0: disable all; 1: disable color, enable font; 2: enable color, disable font; 3: enable all.
    # Choose your prefer Menu Type
    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Script Dropline Menu;
    # END: TEMPLATE CONFIGURATIONS ##########

    # Define the template path ##########
    $ja_template_path = $mosConfig_live_site.'/templates/'.$ja_template_name;
    $ja_template_absolute_path = $mosConfig_absolute_path.'/templates/'.$ja_template_name;
    include ($ja_template_absolute_path."/ja_templatetools.php");

    $topnav = "";
    $subnav = "";
    if ($ja_menutype == 1) {
    require($ja_template_absolute_path."/ja_splitmenu.php");
    $topnav = ja_topNav('mainmenu', array('default'));
    $subnav = ja_subNav('mainmenu');
    } else if ($ja_menutype == 4) {
    require($ja_template_absolute_path."/ja_scriptdlmenu.php");
    $topnav = $jamenu->menuObj->main;
    $subnav = $jamenu->menuObj->sub;
    }

    # Auto Collapse Divs Functions ##########
    $ja_left = mosCountModules( 'left' );
    $ja_right = mosCountModules( 'right' );

    if ( $ja_left && $ja_right ) {
    $divid = '';
    } elseif ( $ja_left ) {
    $divid = '-fr';
    } elseif ( $ja_right ) {
    $divid = '-fl';
    } else {
    $divid = '-f';
    }

    ?>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>
    <?php mosShowHead(); ?>
    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <meta http-equiv="Content-Style-Type" content="text/css" />

    <link href="<?php echo $ja_template_path;?>/css/template_css.css" rel="stylesheet" type="text/css" />
    <link href="<?php echo $ja_template_path;?>/css/colors/<?php echo $ja_color; ?>.css" rel="stylesheet" type="text/css" />
    <link href="<?php echo $ja_template_path;?>/css/ja-news.css" rel="stylesheet" type="text/css" />

    <script language="javascript" type="text/javascript" src="<?php echo $ja_template_path;?>/scripts/ja.script.js"></script>

    <?php genMenuHead(); ?>

    <?php if ( $my->id ) { initEditor(); } ?>

    <!-->
    <style type="text/css">
    .clearfix { height: 1%;}
    </style>
    <!-->

    <!-->
    <style type="text/css">
    .clearfix { display: inline-block;}
    </style>
    <!-->
    </head>

    <body id="bd" class="<?php echo "$ja_width fs".$ja_font_size;?>">
    <a title="Skip to content" href="<?php echo getCurrentURL();?>#Content" style="display: none;">Skip to content</a>
    <a name="Top" id="Top"></a>

    <div id="ja-wrapper">
    <div id="ja-wrapper-inner">

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">
    <h1>
    <a href="index.php">
    <img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $ja_color; ?>.jpg" alt="<?php echo $mosConfig_sitename?>" />
    </a>
    </h1>
    <?php if (mosCountModules('user3') ) { ?>
    <div id="ja-topnavwrap" class="clearfix">
    <?php mosLoadModules ( 'user3', -1 ); ?>
    </div>
    <?php } ?>

    <?php if (mosCountModules('user4')) {?>
    <div id="ja-search">
    <?php mosLoadModules ( 'user4', -1 ); ?>
    </div>
    <?php } ?>

    </div>
    </div>
    <!-- END: HEADER -->

    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap" class="clearfix">
    <div id="ja-mainnav">
    <?php
    switch ($ja_menutype) {
    case 1: echo $topnav;
    break;
    case 2:
    include($ja_template_absolute_path."/ja_cssmenu.php");
    break;
    case 3:
    echo "<div class="transmenu-inner">";
    include($ja_template_absolute_path."/ja_transmenu.php");
    echo "</div>";
    case 4:
    echo $topnav;
    break;
    }
    ?>
    </div>

    <?php if ($ja_tool) {?>
    <div id="ja-usertoolswrap">
    <span class="ja-sitetool">Site Tools</span>
    <div id="ja-usertools" style="left:<?php echo ($ja_tool==3)?-90:(($ja_tool==2)?0:-40); ?>px">
    <?php genToolMenu($ja_tool); ?>
    </div>
    </div>
    <?php } ?>
    </div>

    <div class="ja-mainnavshadow"></div>

    <?php if ($subnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php echo $subnav; ?> 
    </div>
    <?php } ?>

    <div id="ja-containerwrap">
    <div id="ja-container<?php echo $divid ?>" class="clearfix">

    <!-- BEGIN: CONTENT -->
    <div id="ja-mainbody<?php echo $divid; ?>">

    <?php if( mosCountModules('header') ) {?>
    <div id="ja-sh" class="clearfix">
    <?php mosLoadModules('header', -1); ?>
    </div>
    <?php } ?>

    <a name="Content" id="Content"></a>
    <div id="ja-contentwrap">
    <div id="ja-content">
    <div id="ja-pathway">
    <strong>You are here:</strong> <?php mosPathway(); ?>
    </div>

    <?php
    $spotlight = array ('user1','user2','top');
    $topspl = calSpotlight ($spotlight);
    if( $topspl ) {
    ?>
    <!-- BEGIN: TOP SPOTLIGHT -->
    <div id="ja-topslwrap">
    <div id="ja-topsl" class="clearfix">
    <?php if( mosCountModules('user1') ) {?>
    <div id="ja-topsl1" class="ja-box<?php echo $topspl['modules']['user1']; ?>" style="width: <?php echo $topspl['width']; ?>;">
    <?php mosLoadModules('user1', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user2') ) {?>
    <div id="ja-topsl2" class="ja-box<?php echo $topspl['modules']['user2']; ?>" style="width: <?php echo $topspl['width']; ?>;">
    <?php mosLoadModules('user2', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('top') ) {?>
    <div id="ja-topsl3" class="ja-box<?php echo $topspl['modules']['top']; ?>" style="width: <?php echo $topspl['width']; ?>;">
    <?php mosLoadModules('top', -2); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    <!-- END: TOP SPOTLIGHT -->
    <?php } ?>
    <?php
    global $mainframe, $option;
    $m_menu = $mainframe->get( 'menu' );
    $m_params = new mosParameters( $m_menu->params );

    $m_intro = $m_params->def( 'intro', 4 );
    $m_leading = $m_params->def( 'leading', 1 );
    if ( $option != 'com_frontpage' || $m_intro || $m_leading) {
    ?>
    <?php mosMainBody(); ?>
    <?php } ?>
    <?php if ( mosCountModules('ja-news') ) { ?>
    <div id="ja-newswrap">
    <?php mosLoadModules ( 'ja-news', -2 ); ?>
    </div>
    <?php } ?>

    <?php if ( mosCountModules('banner') ) { ?>
    <div id="ja-banner">
    <?php echo mosLoadModules ( 'banner',-1 ); ?>
    </div>
    <?php } ?>

    </div>
    </div>

    <?php if ($ja_right) { ?>
    <!-- BEGIN: RIGHT COLUMN -->
    <div id="ja-rightcol">
    <div id="ja-rightcol-inner">
    <?php echo
    mosLoadModules ( 'right',-3 );
    ?>
    </div>
    </div>
    <!-- END: RIGHT COLUMN -->
    <?php } ?>

    </div>
    <!-- END: CONTENT -->

    <?php if ($ja_left) { ?>
    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-leftcol">
    <?php echo
    mosLoadModules ( 'left',-2 );
    ?>
    </div>
    <br />
    <!-- END: LEFT COLUMN -->
    <?php } ?>

    </div>
    </div>

    <!-- BEGIN: FOOTER -->
    <div id="ja-footerwrap">
    <?php
    $spotlight = array ('user7','user8','user9');
    $botsl = calSpotlight ($spotlight);
    if( $botsl ) {
    ?>
    <div id="ja-botsl" class="clearfix">
    <?php if( mosCountModules('user7') ) {?>
    <div class="ja-box<?php echo $botsl['modules']['user7']; ?>" style="width: <?php echo $botsl['width']; ?>;">
    <?php mosLoadModules('user7', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user8') ) {?>
    <div class="ja-box<?php echo $botsl['modules']['user8']; ?>" style="width: <?php echo $botsl['width']; ?>;">
    <?php mosLoadModules('user8', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user9') ) {?>
    <div class="ja-box<?php echo $botsl['modules']['user9']; ?>" style="width: <?php echo $botsl['width']; ?>;">
    <?php mosLoadModules('user9', -2); ?>
    </div>
    <?php } ?>
    </div>
    <?php } ?>
    <div class="clr" ></div>
    <div id="ja-footer">
    <div id="ja-sublogo">
    <a href="index.php">
    <img src="<?php echo $ja_template_path;?>/images/sub-logo.gif" alt="<?php echo $mosConfig_sitename?>" />
    </a>
    </div>
    <p id="ja-bottomline">
    <?php include_once( $ja_template_absolute_path.'/footer.php' ); ?>
    </p>

    <div id="ja-cert">
    <a href="<?php echo $mosConfig_live_site ?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" target="_blank" title="RSS 2.0" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-rss.gif" alt="RSS 2.0" />
    </a>
    <?php if ($ja_menutype != 3 ) { ?>
    <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>" target="_blank" title="Our site is valid CSS" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-css-<?php echo $ja_color; ?>.gif" alt="Our site is valid CSS" />
    </a>
    <?php } ?>
    <a href="http://validator.w3.org/check/referer" target="_blank" title="Our site is valid XHTML 1.0 Transitional" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-xhtml10-<?php echo $ja_color; ?>.gif" alt="Our site is valid XHTML 1.0 Transitional" />
    </a>
    <a href="<?php echo getCurrentURL();?>#Top" title="Go to top" style="text-decoration: none;">
    <img src="<?php echo $ja_template_path;?>/images/but-top-<?php echo $ja_color; ?>.gif" alt="Go to top!" />
    </a>
    </div>
    </div>
    </div>
    <!-- END: FOOTER -->

    </div>
    </div>

    <?php mosLoadModules( 'debug', -1 );?>
    </body>

    </html>

    Hung Dinh Friend
    #216417

    1. Search and delete this code in in the index.php for
    <?php if ( mosCountModules('ja-news') ) { ?>
    <div id="ja-newswrap">
    <?php mosLoadModules ( 'ja-news', -2 ); ?>
    </div>
    <?php } ?>

    2. search for
    <!-- END: TOP SPOTLIGHT -->
    and add belows this line:


    <div id="ja-newswrap">
    <?php mosLoadModules ( 'ja-news', -2 ); ?>
    </div>
    <?php } ?>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Hung Dinh 17 years, 8 months ago.

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