-
AuthorPosts
-
April 17, 2007 at 5:29 pm #119732
Hello
I usually dont ask questions that seems pretty easy for the most of u…I just keep trying til I get it right 🙂
But for JA News in the module manager I cant find JA News in the scroll box for “posision”, only in the “Module order”. So therefor it dont show up on my front page as it suppose to. Only in the “left” module. Any ideas?
cheers
simmoKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
April 17, 2007 at 5:47 pm #218222ja-news is not a default Joomla position, therefore, you need declare this position (as well as other new positions such ja-tab1, ja-tab2 and ja-hpanel) by going to “Site->Template Manager->Module Positions”.
April 18, 2007 at 12:06 am #218247Of course…. 🙂 Thats it. Thanks a lot!
Another problem that I seem to not find an aswer to is. How do I change posision on the news categorys/sections on the front page? I want one of the bottom moved up to the top…Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
April 18, 2007 at 2:07 am #218262You could set the order of category by changing the Category ID parameter in JA News module.
April 18, 2007 at 12:03 pm #218331Hi all….
Sorry for bad english!
So, my problem is, when i installd the JA News module, site is chrased, and send me the following error message:
Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968′ not supported, assuming iso-8859-1 in /hosting/vwdepo/public_html/modules/mod_janews.php on line 369
Can see this at:
Thanks for all….
April 18, 2007 at 1:07 pm #218338Where can I find that option. I can’t seem to find it.
cheers
simmoHung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 18, 2007 at 4:35 pm #218356The parameter is in the Module setting. Admin >> Module >> JA News
ha le-viet Developerha le-viet
- Join date:
- April 2006
- Posts:
- 415
- Downloads:
- 0
- Uploads:
- 26
- Thanked:
- 5 times in 1 posts
April 18, 2007 at 5:51 pm #218363<em>@baranovszkya 13171 wrote:</em><blockquote>Hi all….
Sorry for bad english!
So, my problem is, when i installd the JA News module, site is chrased, and send me the following error message:
Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968′ not supported, assuming iso-8859-1 in /hosting/vwdepo/public_html/modules/mod_janews.php on line 369
Can see this at:
Thanks for all….</blockquote>
Hi baranovszkya,
Your site seems running well with ISO-8859-2 charset (I thought you’ve changed it). I’ve never seen ANSI_X3.4-1968 charset before.
Regards,
Ha Le-Viet.April 18, 2007 at 7:46 pm #218376I have similar case like “baranovszkya”
Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968′ not supported, assuming iso-8859-1 in /home/users/tmurgrab/public_html/modules/mod_janews.php on line 298
Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968′ not supported, assuming iso-8859-1 in /home/users/tmurgrab/public_html/modules/mod_janews.php on line 299
Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968′ not supported, assuming iso-8859-1 in /home/users/tmurgrab/public_html/modules/mod_janews.php on line 369
April 19, 2007 at 8:47 am #218423Hi all, i solv the problem….!
So, mut edit two files.
1. Edit the mod_janews.php (in the modules directory), Put this to line 134, after the php code start:
[PHP]error_reporting(0);[/PHP]
Save and close
2. Edit the headlineloader.php (in the modulesja_news directory), Put this to line 2, after the php code start
[PHP]error_reporting(0);[/PHP]
Save and close
So this two modification disable all php warning and error messages, and this is enough, becouse JA-News works correctly. I think ISO-8859-2 charset occur this problem, but not sure. So, after change this two files, the language specific characters works perfecty. Probe that….
bye all, Wolfch!ld
P.s.: Sory for bad english…
P.s.2.: 3 days no sleep :pha le-viet Developerha le-viet
- Join date:
- April 2006
- Posts:
- 415
- Downloads:
- 0
- Uploads:
- 26
- Thanked:
- 5 times in 1 posts
April 19, 2007 at 9:40 am #218426Hi tadeusz1 and baranovszkya,
Go to your language.php file and change the value of _ISO constant to “ISO-8859-2”, it should be your charset.
Regards,
Ha Le-Viet.April 19, 2007 at 5:35 pm #218472Where is file language.php. I foun only language.php on – administrator/components/com_installer/language
<?php
/**
* @version $Id: language.php 328 2005-10-02 15:39:51Z Jinx $
* @package Joomla
* @subpackage Installer
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/// no direct access
defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );// ensure user has access to this function
if ( !$acl->acl_check( ‘administration’, ‘install’, ‘users’, $my->usertype, $element . ‘s’, ‘all’ ) ) {
mosRedirect( ‘index2.php’, _NOT_AUTH );
}$backlink = ‘<a href=”index2.php?option=com_languages”>Back to Language Manager</a>’;
HTML_installer::showInstallForm( ‘Install new Language – Site’, $option, ‘language’, ”, dirname(__FILE__), $backlink );
?>
<table class=”content”>
<?php
writableCell( ‘media’ );
writableCell( ‘language’ );
?>
</table>April 19, 2007 at 6:58 pm #218475Great template but I have encountered a couple of problems.
In advance, I appreciate your suggestions/help with it.The JA-module will not display just the category I want. Instead it cycles through all the live published content items in the front page.
If i desable the module, then no content item in the home is displayed even though they’re active and published.
Another thing. The only way to make the home page display two columns is if I set the column number underf the JA-News config window. (If I unpublish the module and try setting it under main menu / home it doesn’t work.
Thanks again!
rob
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
April 20, 2007 at 8:09 am #218538I checked my polish.php and all is correct. I have ISO-8859-2. I have still error.
http://www.novitas.pl/test/index.php -
AuthorPosts
This topic contains 28 replies, has 15 voices, and was last updated by alexopas 17 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum