Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vnews360 Friend
    #143136

    I have search and read all the post that show how to make new position but I still not able to find the right one. Please help me how can i get these new position like these ? Thanks

    Anonymous Moderator
    #313065

    Hi

    Please open templates/ja_teline_ii, find following code:


    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif ; ?>

    and change to:

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif ; ?>
    <?php if( $this->countModules('newmodule') ) {?>
    <div class="ja-newmodule">
    <jdoc:include type="modules" name="newmodule" style="xhtml" />
    </div>
    <?php } ?>
    <?php if( $this->countModules('newbanner') ) {?>
    <div class="ja-newbanner">
    <jdoc:include type="modules" name="newbanner" style="xhtml" />
    </div>
    <?php } ?>

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, 1 month ago.

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