Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bennitos Friend
    #136242

    Hi all,

    I have disabled the JA News 1.3.1 module, and now i want to show a normal article on that location like the regular frontpage but in the ja-news position.

    Can anyone give me some pointers how to achief this?

    Bennitos

    Sherlock Friend
    #282953

    Hi !

    You can do it following way below :
    Open index.php file in templates/ja_uvite folder, find following code section at about line 152 :


    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-current-content" class="clearfix">
    <!-- BEGIN: PATHWAY -->
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif; ?>
    <!-- END: PATHWAY -->
    <jdoc:include type="component" />
    </div>
    <?php endif; ?>

    change to :


    <div id="ja-current-content" class="clearfix">
    <!-- BEGIN: PATHWAY -->
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif; ?>
    <!-- END: PATHWAY -->
    <jdoc:include type="component" />
    </div>

    bennitos Friend
    #283007

    Thank you for the quick support!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  bennitos 15 years, 11 months ago.

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