Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nkruse Friend
    #127233

    I am trying to use ja-news in Edenite template, and I have a problem.
    I want to use the module in mainbody, but can’t find that position in index.php, so for now i use the topsl-position.
    Any solution?

    Nam Nguyen Phi Friend
    #244412

    To use any module in main body, you must create a position in that. In your case, you can create position User9 in main body by way:
    1. Open templates/ja_edenite/index.php
    2. Replace

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    by

    <div id="ja-current-content" class="clearfix">

    <?php if($this->countModules('user9')) : ?>
    <jdoc:include type="modules" name="user9" style="xhtml" />
    <?php endif; ?>

    <jdoc:include type="component" />

    3. Public Ja news with position User9.

    Goodluck!

    nkruse Friend
    #244433

    Thanks – thats perfect

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

This topic contains 3 replies, has 2 voices, and was last updated by  nkruse 16 years, 6 months ago.

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