-
AuthorPosts
-
carlucci Friend
carlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
March 31, 2007 at 4:59 pm #119462Hello all,
I have the same failure as in Ja Zibal:The Navigation Panel, and the catagories listing are placed horizontally and the titles do not have background images. It is evident that it is CSS’s problem.
These are the lines originally of the index.php.<blockquote>
?><!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 rel=”stylesheet” type=”text/css” href=”<?php echo $mosConfig_live_site; ?>/modules/ja_news/ja-news.css” /><script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/ja.script.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/opacity.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/reflection.js”></script><?php genMenuHead(); ?></blockquote>
The following image shows the installation.
http://www.freetech-systems.com/download/JaNewsVilladi.rarThe modification in the Home of the menu they are made
# Leading =0
# Intro =0carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
March 31, 2007 at 6:23 pm #216966<em>@carlucci 11397 wrote:</em><blockquote>Hello all,
I have the same failure as in Ja Zibal:The Navigation Panel, and the catagories listing are placed horizontally and the titles do not have background images. It is evident that it is CSS’s problem.
These are the lines originally of the index.php.The following image shows the installation.
http://www.freetech-systems.com/download/JaNewsVilladi.rarThe modification in the Home of the menu they are made
# Leading =0
# Intro =0</blockquote>Hello all,
This following module I have received of La-Viet to modify Ja Zibal. It works also for Ja Villadi.It is not the same Ja Xenia’s Ja News module.
Where there is Ja News 1.1.0?
<blockquote>JA News 1.1.0
Features:
– Support ALL charsets if iconv library are enabled.
– Support ISO-8859-1, ISO-8859-15, UTF-8, CP866, CP1251, CP1252, KOI8-R, BIG5, GB2312, BIG5-HKSCS, SHIFT_JIS, EUC-JP if iconv is not supported.
Install JA News on other templates than JA Xenia:
– Create a position named “ja-news” on your page
– Install JA News with the guide attached to JA Xenia
– Go to your template’s index.php, replace
<?php mosMainBody(); ?>
with
<?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 } ?>
– Add
<link rel=”stylesheet” type=”text/css” href=”<?php echo $mosConfig_live_site; ?>/modules/ja_news/ja-news.css” />
within the <head> tags of the template.</blockquote>Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
April 2, 2007 at 4:37 am #217062You could download the latest version of JA News module in side JA Xenia download page. Follow the module’s instruction, you could integrate this module to almost templates.
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by Khanh Le 17 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum