-
AuthorPosts
-
April 13, 2011 at 8:00 am #162734
Hi Team , i have enabled the breadcrumbs in my template , i have set the breadcrumbs to be shown on all pages EXCEPT the homepage , But i still see that “You are here : ” Shows up on the page , please give pointer to resolve this issue . this a bit urgent 🙂
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 13, 2011 at 10:30 am #386146Hi,
I don’t see “You are here:” (breadcrumb) on your homepageApril 13, 2011 at 10:38 am #386147i have modified the plugins/system/jat3/base-themes/default/blocks/navhelper.php files in which “You are here ” is mentioned , i have are removed it as of now hence u cannot see it ,
this not a permanent fix ,
i want to show it as “you are here –> link ” but the you are here should no be visible in the FrontPage ?
any pointers on how to do this ?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 13, 2011 at 11:59 am #386174Hi,
You edit navhelper.php file like this
<?php
/*
# ------------------------------------------------------------------------
# JA T3 System plugin for Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/
?>
<?php
//detect view on mobile - show switch to mobile tools
$layout_switcher = $this->loadBlock('usertools/layout-switcher');
if ($layout_switcher) {
$layout_switcher = '<li class="layout-switcher">'.$layout_switcher.'</li>';
}
?>
<?php if($this->countModules('breadcrumbs')) : ?>
<div class="ja-breadcrums">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif; ?>
<ul class="ja-links">
<?php echo $layout_switcher ?>
<li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="<?php echo JText::_("BACK_TO_TOP") ?>"><?php echo JText::_('TOP') ?></a></li>
</ul><ul class="no-display">
<li><a href="<?php echo $this->getCurrentURL();?>#ja-content" title="<?php echo JText::_("SKIP_TO_CONTENT");?>"><?php echo JText::_("SKIP_TO_CONTENT");?></a></li>
</ul>
– Edit breadcrumbs module
+ set its position is breadcrumbs
+ set Module Assignment is Only on the pages selected
+ uncheck Home on Menu Selection1 user says Thank You to khoand for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by khoand 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum