-
AuthorPosts
-
wan fadli Developer
wan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
January 27, 2011 at 1:55 am #159376dear all..
how can i add the HOME pathway in the breadcrumb after the word YOU ARE HERE for JA PORTFOLIO template. because i didn’t fin any breadcrumbs module in the template.
see attachment
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 27, 2011 at 8:13 am #374029Try go to ::
plugins/system/jat3/base-themes/default/blocks/navhelper.php file and change this::
<div class=”ja-breadcrums”>
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
</div>to
<div class=”ja-breadcrums”>
<strong><?php echo JText::_(‘You are here’)?></strong> <a href=”<?php echo $this->baseurl; ?>”>Home</a> <jdoc:include type=”module” name=”breadcrumbs” />
</div>2 users say Thank You to aman204 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
January 28, 2011 at 2:46 am #374159Its work great! thank you aman204 🙂
April 5, 2011 at 6:56 am #384885<em>@aman204 217915 wrote:</em><blockquote>Try go to ::
plugins/system/jat3/base-themes/default/blocks/navhelper.php file and change this::
<div class=”ja-breadcrums”>
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
</div>to
<div class=”ja-breadcrums”>
<strong><?php echo JText::_(‘You are here’)?></strong> <a href=”<?php echo $this->baseurl; ?>”>Home</a> <jdoc:include type=”module” name=”breadcrumbs” />
</div></blockquote>I’m using Rave template and woks fine, but when i go to the home page gives me 2 times Home. If I turn off Show home in the module manager the pathway does not function properly, because it gives only home and the last page not the whole pathway. Any idea?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 5, 2011 at 7:49 am #384901<em>@vtom 232295 wrote:</em><blockquote>I’m using Rave template and woks fine, but when i go to the home page gives me 2 times Home. If I turn off Show home in the module manager the pathway does not function properly, because it gives only home and the last page not the whole pathway. Any idea?</blockquote>
Sorry but I am not sure about this as this relates to core functionality of joomla as breadcrumbs is core joomla module
You can also post this in joomla.org forum
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by aman204 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum