Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • shteevy007 Friend
    #134848

    Hello,

    I would like to put the Newsflash Module into this module :

    Is it possible?

    Many thanks.

    Sherlock Friend
    #277183

    If you use Joomla 1.5
    you can edit index.php (templates/ja_olyra), search those lines:

    <?php if ($tmpTools->getParam(JA_TOOL_ICONMENU)) { ?>
    <div id="ja-topnav"><div class="w1"><div class="w2"><div class="w3 clearfix">
    <?php
    //include(dirname(__FILE__).DS."ja_iconmenu.php");
    $jamenuicon->genMenu(0,0,0);
    ?>
    </div></div></div></div>
    <?php } ?>

    Change to

    <div id="ja-topnav"><div class="w1"><div class="w2"><div class="w3 clearfix">

    <jdoc:include type="modules" name="user3" style="xhtml" />

    </div></div></div></div>

    Then you publish Newsflash at user 3 position

    alioztr Friend
    #277918

    <em>@nguoiabcd 88247 wrote:</em><blockquote>If you use Joomla 1.5
    you can edit index.php (templates/ja_olyra), search those lines:
    Then you publish Newsflash at user 3 position</blockquote>

    How can use it for joomla 1.0

    Thanks

    Sherlock Friend
    #277980

    with joomla 1.0, open index.php, search those lines:

    <?php if ($ja_iconmenu) { ?>
    <div id="ja-topnav"><div class="w1"><div class="w2"><div class="w3 clearfix">
    <?php include($ja_template_absolute_path."/ja_iconmenu.php"); ?>
    </div></div></div></div>
    <?php } ?>

    Change to:


    <div id="ja-topnav"><div class="w1"><div class="w2"><div class="w3 clearfix">
    <?php mosLoadModules('user3',-2); ?>
    </div></div></div></div>

    alioztr Friend
    #278026

    if i do what you say, user3 area going look like this picture.

    Sherlock Friend
    #278027

    Yes, you must publish a module at user 3 position

    shteevy007 Friend
    #278065

    nguoiabcd, it works on Joomla 1.5

    Many thanks for your help,

    Steve.

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

This topic contains 7 replies, has 3 voices, and was last updated by  shteevy007 15 years, 6 months ago.

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