Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • simmo Friend
    #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
    simmo

    Khanh Le Moderator
    #218222

    ja-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”.

    simmo Friend
    #218247

    Of 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 Moderator
    #218262

    You could set the order of category by changing the Category ID parameter in JA News module.

    baranovszkya Friend
    #218331

    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:

    here

    Thanks for all….

    simmo Friend
    #218338

    Where can I find that option. I can’t seem to find it.

    cheers
    simmo

    Hung Dinh Friend
    #218356

    The parameter is in the Module setting. Admin >> Module >> JA News

    ha le-viet Developer
    #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:

    here

    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.

    tadeusz1 Friend
    #218376

    I 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

    baranovszkya Friend
    #218423

    Hi 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 :p

    ha le-viet Developer
    #218426

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

    tadeusz1 Friend
    #218472

    Where 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>

    nospeakenglish Friend
    #218475

    Great 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 Friend
    #218482

    @tadeusz1

    I think he is talking about your language file ( in other words: english.php or spanish.php or whatever is your language file for Joomla! )

    This is where you need to make sure that you have the right charset.

    tadeusz1 Friend
    #218538

    I checked my polish.php and all is correct. I have ISO-8859-2. I have still error.
    http://www.novitas.pl/test/index.php

Viewing 15 posts - 1 through 15 (of 28 total)

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