test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • noibihappy2009 Friend
    #137480

    Hi,
    I have a small question with this templete.
    Have anyways to use default JA frontpage component at Home. I don’t want to use ja-news.
    Thank you

    SP Media Friend
    #288116

    Go to your module manager, and just disable ja news. 🙂

    noibihappy2009 Friend
    #288148

    Ya. But not simply like this.
    Because with disable mod, the Home wont show anything because frontpage component didnt call out.
    In think should insert call com in template in this case (like any standard temp)

    bennitos Friend
    #288163

    I had the same problem with the Uvite template and there it can be changed with changing the following in the index.php file in your templates folder.


    <?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; ?>

    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>

    I think the changes for this template should be quite the same, just make sure you backup first 🙂

    noibihappy2009 Friend
    #289034

    Not like this.
    I can’t follow you tips.
    Would you mind give me extacly code ? Thank you

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

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

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