Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • newliteracies Friend
    #134375

    I cannot pubish the artilce below the JA News Frontpage module. Please help.

    Sherlock Friend
    #275149

    HI
    please edit index.php
    search those lines;

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

    Change to

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

    Sherlock Friend
    #275153

    Hi
    If you want Ja news FP above mainbody
    edit index.php:
    Search those lines:

    <!-- BEGIN: JAZIN -->
    <div id="jazin-fp">
    <jdoc:include type="modules" name="ja-news" style="raw" />
    </div>
    <!-- END: JAZIN -->

    Cut them and paste above this line:

    <?php //if(!$tmpTools->isFrontPage()) : ?>

    newliteracies Friend
    #275161

    i dont think it can solve the problem. the Ja new ft cannot rotate any images now. :((

    Sherlock Friend
    #275172

    hi
    please config Home menu. change Leading paramater to 0

    newliteracies Friend
    #275178

    sorry trouble again’
    i enable the JA News 1.3.1
    now the ja new frontpage move the bootom ….

    Sherlock Friend
    #275179

    please config Order paramater

    newliteracies Friend
    #275194

    i use the ja new now to show the artilce. but the article cannot show all the text. may I increase the character no to show whole article ?

    newliteracies Friend
    #275205

    anyone can help???:((

    newliteracies Friend
    #275214

    :confused:I have increase the number of texts in the “Max Chars of normal frontpage news” but nothing happen. If it cannot control the chararcer text, So what is the function of this parameter??

    markjw Friend
    #307158

    If you change the code in the below area of index.php, you can get the front page to show up pretty much in the order you want. Below I have changed the order to place jazin below the breadcrumb but above component body and included the “//” to comment out the FP if and endif conditions. I am not using the newsfp module, but instead going with the front page slideshow FPSS component along with JANEWS on Rutile. Keep up the good work JA. Everything you need to know is in the posts, just keep digging.:D

    <!– BEGIN: CONTENT –>
    <div id=”ja-mainbody” class=”clearfix”>

    <!– BEGIN: CONTENT –>
    <div id=”ja-content”>
    <div id=”ja-content-top”>
    <div id=”ja-content-bot”>
    <div class=”ja-innerpad clearfix”>

    <jdoc:include type=”message” />

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

    <?php //if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-pathway”>
    <jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    <!– BEGIN: JAZIN –>
    <div id=”jazin-fp”>
    <jdoc:include type=”modules” name=”ja-news” style=”raw” />
    </div>
    <!– END: JAZIN –>

    <jdoc:include type=”component” />
    <?php //endif; ?>

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

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

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