Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • adries Friend
    #138808

    Is it possible to create a module and place it in the middle of the screen under ja-news.

    TIA Greetings Ton

    Anonymous Moderator
    #294544

    Hi,

    please open index.php file in templates/ja_rutile folder, at about line 171, find following code:

    [PHP]<?php if($this->countModules(‘banner’)) : ?>
    <!– BEGIN: BANNER –>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” />
    </div>
    <!– END: BANNER –>
    <?php endif; ?>[/PHP]

    and change to:

    [PHP]<?php if($this->countModules(‘mod_bottom’)) : ?>
    <!– BEGIN: MOD BOTTOM–>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”mod_bottom” />
    </div>
    <!– END: MOD BOTTOM–>
    <?php endif; ?>

    <?php if($this->countModules(‘banner’)) : ?>
    <!– BEGIN: BANNER –>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” />
    </div>
    <!– END: BANNER –>
    <?php endif; ?>[/PHP]

    In Administrator, you can create a module and select mod_bottom position for this module.

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 8 months ago.

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