-
AuthorPosts
-
sfpkent Friend
sfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
March 2, 2009 at 8:36 am #138713Hi,
I have never experienced this before.
When I create a submenu under main menu, another menu call “on this page” automatically created for me??? What is that??
I have checked main menu, module manager, menu manager, no such thing there. I have attached the problem.
Here is the link:
http://lintas-tech.com.my/index.php?option=com_content&view=article&id=88&Itemid=91Pls help! Thanks!
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 2, 2009 at 9:53 am #294138hi, this submenu is hardcoded into index.php. to remove it:
open templates/ja_zeolite/index.php
goto line 195
<?php if ($hasSubnav) : ?>
<div id="ja-subnav" class="module_menu"><div><div><div>
<h3>On this page</h3>
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div></div></div></div>
<?php endif; ?>delete the above code
your code should look something like:
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-col1">
<div class="ja-innerpad"><jdoc:include type="modules" name="left" style="rounded" />
</div>
</div><br />
<!-- END: LEFT COLUMN -->1 user says Thank You to jsliao for this useful post
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
March 2, 2009 at 9:58 am #294140Hi,
thank you very much, it works well. 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by sfpkent 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
I created Main Menu, anther menu created for me automatically??
Viewing 3 posts - 1 through 3 (of 3 total)