Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • milsirhc Friend
    #380510

    Phil missed out the highlight on the last </div>

    The code should be:
    <div id="ja-navhelper"><?php echo $this->loadBlock ('navhelper') ?></div>

    Phill Moderator
    #380512

    Yep, when I cut and pasted I must have made a mistake. I will edit the post accordingly.

    milsirhc Friend
    #385712

    Hi Phill,

    Not sure why but I have enable the Show You are here option but it’s not displaying that.

    How do I force it there?

    khoand Friend
    #386066

    Hi,
    You edit navhelper.php, replace this code


    <?php if($this->countModules('breadcrumb')) : ?>
    <jdoc:include type="modules" name="breadcrumb" />
    <?php endif; ?>

    with


    <?php if($this->countModules('breadcrumb')) : ?>
    <strong>You are here:</strong> <jdoc:include type="modules" name="breadcrumb" />
    <?php endif; ?>

    Phill Moderator
    #386067

    Better to use JText:: rather than hard code the language string.

    khoand Friend
    #386112

    So, modify code as bellow


    <?php if($this->countModules('breadcrumb')) : ?>
    <strong><?php echo JText::_("YOU_ARE_HERE");?></strong> <jdoc:include type="modules" name="breadcrumb" />
    <?php endif; ?>

    milsirhc Friend
    #386257

    Thanks!. 🙂

Viewing 7 posts - 31 through 37 (of 37 total)

This topic contains 37 replies, has 5 voices, and was last updated by  milsirhc 13 years, 6 months ago.

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