Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ezziemac Friend
    #164431

    Hi,

    No matter what settings I use in options/parameters for articles, categories or menus, my article categories are showing in my breadcrumbs when navigated to from a link in the text of another page.

    this page has links in the text (read more about…): http://www.dynamichcs.com/Joomla16/index.php/en/vicair

    When that link is followed, the categories appear in the breadcrumbs:
    http://www.dynamichcs.com/Joomla16/index.php/en/vicair?layout=edit&id=95

    How can I make them not show?

    Thanks.

    thangnn1510 Friend
    #393124

    Please try change the code in modulesmod_breadcrumbstmpldefault.php to

    <?php
    /**
    * @version $Id: default.php 19022 2010-10-02 14:51:33Z infograf768 $
    * @package Joomla.Site
    * @subpackage mod_breadcrumbs
    * @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    // no direct access
    defined('_JEXEC') or die;
    ?>

    <div class="breadcrumbs<?php echo $params->get('moduleclass_sfx'); ?>">
    <?php if ($params->get('showHere', 1))
    {
    echo JText::_('MOD_BREADCRUMBS_HERE');
    }
    ?>
    <?php for ($i = 0; $i < $count; $i ++) :

    // If not the last item in the breadcrumbs add the separator
    if ($i == 0) {
    if (!empty($list[$i]->link)) {
    echo '<a href="'.$list[$i]->link.'" class="pathway">'.$list[$i]->name.'</a>';
    } else {
    echo '<span>';
    echo $list[$i]->name;
    echo '</span>';
    }
    if($i < $count -2){
    echo ' '.$separator.' ';
    }
    } else if ($params->get('showLast', 1)) { // when $i == $count -1 and 'showLast' is true
    if($i > 0){
    echo ' '.$separator.' ';
    }
    echo '<span>';
    echo $list[$i]->name;
    echo '</span>';
    }
    endfor; ?>
    </div>

    ezziemac Friend
    #393271

    Thanks for trying to help, but that change did not do anything.

    Meg

    thangnn1510 Friend
    #393308

    Hi Meg!

    Could you give us the login information FTP/Admin account to your support ticket JXE-592-73933. I’ll check for you.

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

This topic contains 4 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum