-
AuthorPosts
-
Fariz Iskandar Friend
Fariz Iskandar
- Join date:
- September 2014
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 11
July 6, 2011 at 6:57 pm #166008Hello experts,
I want to ask something difficult for me..
how to add a block, position bellow top menu, this block for yahoo messenger status.
please help ..many thanks.
Regards,
Fz.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 9, 2011 at 3:32 pm #400378Hi,
– You add this code into templatesja_mesolite_iilayoutsdefault.php
<?php if( $this->countModules('customposition') ): ?>
<div id="customposition" class="clearfix">
<jdoc:include type="modules" name="customposition" style="JAxhtml" />
</div>
<?php endif ?>
after
<div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">
– You set position of your module is customposition1 user says Thank You to khoand for this useful post
Fariz Iskandar FriendFariz Iskandar
- Join date:
- September 2014
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 11
July 19, 2011 at 5:26 am #401766could you more details..
thanks..khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 21, 2011 at 6:14 pm #402362<em>@fiskandar 253959 wrote:</em><blockquote>could you more details..
thanks..</blockquote>
I don’t understand what you mean. Do you solve it?Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 21, 2011 at 8:00 pm #402379Which part of that do you not understand?
Using your ftp app download the file templatesja_mesolite_iilayoutsdefault.php then open it with a normal text editor such as notepad and find the line
<div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">
and straight after it add the code suggested above.
<?php if( $this->countModules('customposition') ): ?>
<div id="customposition" class="clearfix">
<jdoc:include type="modules" name="customposition" style="JAxhtml" />
</div>
<?php endif ?>Then upload the resulting file over the existing one.
Finally you go into the module manager and create a new module with your content and put it into the position “customposition”
You will not see that position in the dropdown of the module manager, you simply type it in the box.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Phill 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to add new block bellow top menu ?
Viewing 5 posts - 1 through 5 (of 5 total)