-
AuthorPosts
-
wan fadli Developer
wan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 29, 2011 at 7:10 am #162072Dear 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
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 30, 2011 at 6:57 am #383946Hi,
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-module1 user says Thank You to khoand for this useful post
wan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
April 1, 2011 at 4:49 am #384382Thank 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.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 1, 2011 at 9:19 am #384434Dear 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 !
1 user says Thank You to Sherlock for this useful post
wan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
April 5, 2011 at 3:34 am #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 😉
AuthorPostsViewing 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
Jump to forum