-
AuthorPosts
-
July 16, 2009 at 4:43 pm #142803
Tôi đang xài temp Ja Kulanite, tôi muốn di chuyển module ja_tab từ vị trí ja_tab sang left hoặc right (hoặc thêm vào một vị trí bên cột đấy) thì phải làm sao
demo http://cuocsongso.mobi/newsMình đang xài temp Kulanite cái vị trí Jatab là ở user7, nay muốn chuyển nó qua vị trí khác mà kô thể làm được.
Đấy là file index, các bác xem hộ nhé<?php
/*------------------------------------------------------------------------
# JA Kulanite for Joomla 1.5 - Version 1.2 - Licence Owner JA122250
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
include_once (dirname(__FILE__).DS.'ja_vars_1.5.php');
?>
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
<head>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>
<!-- Menu head -->
<?php $jamenu->genMenuHead(); ?>
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css" rel="stylesheet" type="text/css" />
<!-->
<style type="text/css">
.clearfix {height: 1%;}
img {border: none;}
</style>
<!-->
<!-->
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<!-->
<?php if ($tmpTools->isIE6()) { ?>
<!-->
<link href="<?php echo $tmpTools->templateurl(); ?>/css/ie6.php" rel="stylesheet" type="text/css" />
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>-ie6.php" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var siteurl = '<?php echo $tmpTools->baseurl();?>';
window.addEvent ('load', makeTransBG);
function makeTransBG() {
makeTransBg($$('img'));
}
</script>
<!-->
<?php } ?>
</head>
<body id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_SCREEN);?> fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?>" >
<a name="Top" id="Top"></a>
<ul class="accessibility">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col" title="<?php echo JText::_("Skip to column");?>"><?php echo JText::_("Skip to column");?></a></li>
</ul>
<div id="ja-wrapper">
<!-- BEGIN: HEADER -->
<div id="ja-headerwrap">
<div id="ja-header" class="clearfix">
<?php
$siteName = $tmpTools->sitename();
if ($tmpTools->getParam('logoType')=='image') { ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php } else {
$logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
$sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
<h1 class="logo-text">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
</h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
<?php } ?>
<!-- BEGIN: MAIN NAVIGATION -->
<div id="ja-mainnav">
<?php $jamenu->genMenu (0); ?>
</div>
<!-- END: MAIN NAVIGATION -->
<?php if ($this->countModules('user4')) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" style="raw" />
</div>
<?php } ?>
<?php if ($this->countModules('top')) { ?>
<div id="ja-login">
<jdoc:include type="modules" name="top" style="raw" />
</div>
<?php } ?>
<?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
<div id="ja-usertools">
<?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 7, 'gif'); ?>
</div><div class="clr"></div>
<?php } ?>
</div>
</div>
<!-- END: HEADER -->
<?php if ($this->countModules('user5')) { ?>
<!-- BEGIN: TOPSPOTLIGHT -->
<div id="ja-topsl" style="background:url(<?php echo $tmpTools->templateurl()."/images/header/".$tmpTools->getRandomImage(dirname(__FILE__).DS."images".DS."header");?>)">
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
<!-- END: TOPSPOTLIGHT -->
<?php } ?>
<div id="ja-containerwrap<?php echo $divid; ?>">
<div id="ja-container" class="clearfix">
<!-- BEGIN: CONTENT -->
<div id="ja-content">
<jdoc:include type="message" />
<?php if( $this->countModules('user7') ) {?>
<div id="ja-tabs2">
<jdoc:include type="modules" name="user7" style="raw" />
</div>
<?php } ?>
<div id="ja-current-content">
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif ; ?>
<?php if(!$tmpTools->isFrontPage()) : ?>
<jdoc:include type="component" />
<?php endif; ?>
<!-- BEGIN: JAZIN -->
<?php if($tmpTools->isFrontPage()) : ?>
<div id="jazin-fp">
<jdoc:include type="modules" name="ja-news" style="raw" />
</div>
<?php endif; ?>
<!-- END: JAZIN -->
</div>
<?php if($this->countModules('banner')) : ?>
<!-- BEGIN: BANNER -->
<div id="ja-banner">
<jdoc:include type="modules" name="banner" />
</div>
<!-- END: BANNER -->
<?php endif; ?>
</div>
<!-- END: CONTENT -->
<?php if ($ja_col) { ?>
<!-- BEGIN: COLUMNS -->
<div id="ja-colwrap">
<div id="ja-col">
<jdoc:include type="modules" name="left" style="xhtml" />
<jdoc:include type="modules" name="right" style="xhtml" />
</div></div><br />
<!-- END: COLUMNS -->
<?php } ?>
<?php if ($this->countModules('tab-left')) : ?>
<div id="ja-tabs" class="clearfix">
<jdoc:include type="modules" name="tab-left" style="xhtml" />
</div>
<?php endif; ?></div></div>
<!-- BEGIN: FOOTER -->
<div id="ja-footer" class="clearfix">
<jdoc:include type="modules" name="user3" />
<jdoc:include type="modules" name="footer" />
</div>
<!-- END: FOOTER -->
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>
Đầu tiên mình đã thêm vị trí và khai báo rồi nhưng nó vẫn không nhận
<?php if ($this->countModules(‘tab-left’)) : ?>
<div id=”ja-tabs” class=”clearfix”>
<jdoc:include type=”modules” name=”tab-left” style=”xhtml” />
</div>
<?php endif; ?>Mình muốn add nó vào vị trí cột (ngay phía trên left – right)
<?php if ($ja_col) { ?>
<!– BEGIN: COLUMNS –>
<div id=”ja-colwrap”>
<div id=”ja-col”>
<jdoc:include type=”modules” name=”left” style=”xhtml” />
<jdoc:include type=”modules” name=”right” style=”xhtml” />
</div></div><br />
<!– END: COLUMNS –>
<?php } ?>
<?php if ($this->countModules(‘tab-left’)) : ?>
<div id=”ja-tabs” class=”clearfix”>
<jdoc:include type=”modules” name=”tab-left” style=”xhtml” />
</div>
<?php endif; ?></div></div>
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 4, 2009 at 10:18 am #322529Dear thegioichua,
If you want to change position module ja_tabs, please login Administrator -> Extensions -> Module Manager and open module ja_tabs, change user 7 to left or right.
Good luck,
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 4, 2009 at 2:34 pm #322553Hello thegioichua!
please explain and get question about the problem happening in plain English. Because somebody have the problem same as yours, thus we find the best solution together on this issue. ok ? -
AuthorPosts
This topic contains 3 replies, has 3 voices, and was last updated by Saguaros 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum