Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fireman07 Friend
    #117410

    Is there an area for this? I see a You are here but nothing ever displays. In 1.5 there is an option for breadcrumbs, just wondering if it is possible.

    Thanks

    Hung Dinh Friend
    #211078

    You can easily search for the words “You are here: ” in the index.php file and remove them.
    This can be done via Joomla Cpanel as well, remember to chmod the index.php to 777

    Khanh Le Moderator
    #211159

    To use breadscrumbs in Joomla!1.5, please find below code inside template index.php file:
    [PHP] <div id=”ja-pathway”>
    <strong>You’re here:</strong><?php mosPathway(); ?>
    </div> [/PHP]
    and replace with
    [PHP] <?php if ( mosCountModules(‘breadcrumb’) ) { ?>
    <div id=”ja-pathway”>
    <?php mosLoadModules ( ‘breadcrumb’, -2 ); ?>
    </div>
    <?php } ?>[/PHP]

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

This topic contains 3 replies, has 3 voices, and was last updated by  Khanh Le 17 years, 6 months ago.

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