Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wan fadli Developer
    #159376

    dear 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 Friend
    #374029

    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>

    wan fadli Developer
    #374159

    Its work great! thank you aman204 🙂

    vtom Friend
    #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 Friend
    #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

Viewing 5 posts - 1 through 5 (of 5 total)

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