Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • tulli Friend
    #122224

    Very important. I want to use the ja_news modul in Magei. How can i do this.

    My site is http://www.dopoco.de

    The newsflash i already installed and it seems to work.

    Thx.

    kallan Friend
    #227761

    Hi Tulli,

    Have you installed the ja_news module?
    Have you published the module?

    What is it exactly that you want to know?
    – how to create a custom position
    – how to edit the template file
    – how to install the module

    Kiwidesign

    tulli Friend
    #227995

    Yes. i installes it and i published it but what do ihave to do with the css.

    After Installation the text of the modul says:

    – Add Module CSS
    – Add CSS to Header

    What does this mean?

    Menalto Friend
    #228010

    You can search for this line in index.php:

    <link href="<?php echo $ja_template_path;?>/css/template_css.css" rel="stylesheet" type="text/css" />
    And add this below:

    <link href="<?php echo $ja_template_path;?>/css/ja-news.css" rel="stylesheet" type="text/css" />
    Download the ja-teline template and unzip it, find the file called:

    ja-news.css
    in the css folder and add that one to the mageia css folder

    tulli Friend
    #228018

    Ok all done and understood.

    Which code do i have to place and where 4 the ja-news module position.
    This is the code i found in ja_teline

    <blockquote><?php mosMainBody(); ?>
    <?php } ?>
    <?php if (( mosCountModules(‘ja-news’))&& ($option == ‘com_frontpage’ )) { ?>
    <div id=”ja-newswrap”>
    <?php mosLoadModules ( “ja-news”, -1 ); ?>
    </div>
    <?php } ?></blockquote>

    The modul position itself is clear how to make. In the template manager.

    If i use teline i have to do some changes in the main menu like edititin the home item(Intro set to 0 and leading also to 0.
    Which changes are to do in Magei ?

    Thx till here
    Tulli

    Menalto Friend
    #228044

    You need to setup the menu as on teline

    tulli Friend
    #228077

    All done.
    For the modul ja_news i copied the code out of the teline template and paste it into the index of mageia.

    <blockquote><?php if (( mosCountModules(‘ja-news’))&& ($option == ‘com_frontpage’ )) { ?>
    <div id=”ja-newswrap”>
    <?php mosLoadModules ( “ja-news”, -1 ); ?>
    </div>
    <?php } ?></blockquote>

    The result u can see here – http://www.dopoco.de. Its still under construction.
    As u can see the example brakes the main content. How can i fix this Problem?

    And the icons in the header of the fading news arent very nice.
    Where can i change them?

    Thx
    Tulli

    Menalto Friend
    #228080

    Im gonna do some testing here later on and see what i end up with

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

This topic contains 8 replies, has 3 voices, and was last updated by  Menalto 17 years, 1 month ago.

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