Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wlfmarcus Friend
    #139785

    In a back post i asck how eliminate body, but now i prefer to hide, don’t show body only in home page because in home page i don’t use body and its remain whithout any text and it isno good.

    Thank

    Anonymous Moderator
    #299381
    wlfmarcus Friend
    #299457

    Gogg, thank you, but there some diferent whith my template a opal,
    i have do this:
    i have find this:
    [PHP][<!– CONTENT –>

    <div id=”ja-mainbody”>
    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>
    <jdoc:include type=”component” />
    </div>/PHP]

    and replace whith this:
    [PHP]<?php if(!$tmpTools->isFrontPage()) : ?>
    <!– BEGIN: CONTENT –>
    <div id=”ja-content”>

    <jdoc:include type=”message” />

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

    <jdoc:include type=”component” />

    </div>

    </div>
    <!– END: CONTENT –>
    <?php endif ; ?>[/PHP]

    Body module now there aren’t good!:p
    But the module postion left and right now is show under the module position ja-news:confused:
    why? what i must do? tou can see: http://77.95.174.1/~w92354/

    thank you

    wlfmarcus Friend
    #299546

    I have solved that the module position is showed under the module ja_news, but now the body is be replaced by a empty grey module how can I eliminate it?
    I have do this
    [PHP]<!– CONTENT –>

    <div id=”ja-mainbody”>
    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>
    <jdoc:include type=”component” />
    </div>
    [/PHP]

    replaced with:
    [PHP] <!– CONTENT –>

    <div id=”ja-mainbody”>
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <jdoc:include type=”message” />
    <?php endif ; ?>

    <div id=”ja-current-content” class=”clearfix”>
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <jdoc:include type=”component” />
    <?php endif ; ?>
    </div>[/PHP]

    Thank you

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

This topic contains 4 replies, has 2 voices, and was last updated by  wlfmarcus 15 years, 7 months ago.

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