Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • superior12 Friend
    #163919

    Hello,

    I want to split middle.content-top/bottom position into two: then I can use two different modules – besides each other – instead of the only Ja News Frontpage. My aim is to get the “huffingtonpost.com” layout. Thus three columns, while keeping the mass (+left and right) column.

    Thanks in advance,

    Kawa

    khoand Friend
    #391254

    Hi,
    What joomla version do you use?

    superior12 Friend
    #391257

    I use Joomla 1.5.23, and the Joomla template I use: Ja Teline III v2.

    khoand Friend
    #391403

    Replace this code from <joomla url>pluginssystemjat3base-themesdefaultpagedefault.php


    if($this->hasBlock('content-top')) :
    $block = &$this->getBlockXML ('content-top');
    ?>
    <div id="ja-content-top" class="ja-content-top clearfix">
    <?php $this->showBlock ($block); ?>
    </div>
    <?php endif; ?>

    with


    if($this->hasBlock('content-top1') || $this->hasBlock('content-top2') ) :
    ?>
    <div id="ja-content-top" class="ja-content-top clearfix">
    <?php if($this->hasBlock('content-top1')) :
    $block = &$this->getBlockXML ('content-top1');
    ?>
    <div id="ja-content-top1" class="ja-content-top clearfix" style="width:49%">
    <?php $this->showBlock ($block); ?>
    </div>
    <?php endif;?>
    <?php if($this->hasBlock('content-top2')) :
    $block = &$this->getBlockXML ('content-top2');
    ?>
    <div id="ja-content-top2" class="ja-content-top clearfix" style="width:49%">
    <?php $this->showBlock ($block); ?>
    </div>
    <?php endif;?>
    </div>
    <?php endif; ?>

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 6 months ago.

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