Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wan fadli Developer
    #162072

    Dear JA,

    I already Hide Main content block at the Profile and used the main-left-right layout.

    Then I want to add new one more column on the left of the left column at the main content block space. (see attachment).

    Can anybody help me how to make the template layout like this.?

    Live Website : No
    Template : JA Portfolio


    1. problem
    khoand Friend
    #383946

    Hi,
    To solve your problem:
    – Open <joomla url>pluginssystemjat3jat3base-themesdefaultpagedefault.php file
    – Add


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

    after


    <?php if (!$this->getParam ('hide_content_block', 0)): ?>
    <div id="ja-content-main" class="ja-content-main clearfix">
    <?php echo $this->showBlock ('content') ?>
    </div>
    <?php endif ?>

    – Edit main-left-right layout, add


    <block name="content-module" style="raw">content-module</block>

    into


    <blocks name="middle" colwidth="20">

    – Clean cache
    – Set position of module is content-module

    wan fadli Developer
    #384382

    Thank you khoand.

    But, if I assigned the module to the “content-module”, the title of the module missing… see attachment,
    can u help me how to enable the module title same design like lef and right module.

    thank you.


    1. title-module-missing
    Sherlock Friend
    #384434

    Dear wan,

    You can try with this block tag
    <block name=”content-module” style=”JAxhtml”>content-module</block>
    instead of
    <block name=”content-module” style=”raw”>content-module</block>

    hope that would help !

    wan fadli Developer
    #384860

    <em>@dathq 231669 wrote:</em><blockquote>Dear wan,

    You can try with this block tag
    <block name=”content-module” style=”JAxhtml”>content-module</block>
    instead of
    <block name=”content-module” style=”raw”>content-module</block>

    hope that would help !</blockquote>

    thanks dathq 🙂

    problem solved 😉

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

This topic contains 5 replies, has 3 voices, and was last updated by  wan fadli 13 years, 7 months ago.

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