Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • alpha232 Friend
    #135411

    Hello , How can I display system message with the olyra template.
    the system messages are not displayed (ex: wrong password etc….)

    thanks you

    Anonymous Moderator
    #279373

    Hi alpha232,

    Please open index.php file in templatesja_olyra folder, about line 192, find following script:

    [PHP]<div id=”ja-content”>

    <?php if ($tmpTools->isFrontPage()) {?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div><div class=”clr”></div>
    <?php } ?>

    <jdoc:include type=”component” />
    <?php if ( $this->countModules(‘banner’) ) { ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” style=”raw” />
    </div>
    <?php } ?>

    </div>[/PHP]

    Then change to:

    [PHP]<div id=”ja-content”>
    <jdoc:include type=”message” />
    <?php if ($tmpTools->isFrontPage()) {?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div><div class=”clr”></div>
    <?php } ?>

    <jdoc:include type=”component” />
    <?php if ( $this->countModules(‘banner’) ) { ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” style=”raw” />
    </div>
    <?php } ?>

    </div>[/PHP]

    Hope it hepls.

    alpha232 Friend
    #279406

    Thanks you very much it works fine………..
    alpha….

    sorrex Friend
    #280315

    thanks, helped a lot after hours of problem finding 🙂

    just for others: error is in index.php (not template.css) file in templatesja_olyra folder

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

This topic contains 4 replies, has 3 voices, and was last updated by  sorrex 15 years, 5 months ago.

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