Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • troy Friend
    #151261

    I would like to change the breadcrumb format… instead of ‘You Are Here’… I would perfer my domain name (URL) i.e.

    MYAWESOMESITE.COM : Section : Category > My Awesome Article, Not!

    Where the URL is always cickable.

    Any Ideas?

    Arvind Chauhan Moderator
    #344346

    Hi troy,

    This may not be the best way of doing it. But this might help you.

    I presume you are using one of the latest T3 Framework powered site. IF yes, then Open Your_Site/Your_template/layouts/blocks/topsl.php

    [PHP]<div class=”ja-breadcrums”>
    <strong><?php echo JText::_(‘YOU ARE HERE’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
    </div>[/PHP]

    To :

    [PHP]<div class=”ja-breadcrums”>
    <a href=”index.php” >Arvind :</a> <jdoc:include type=”module” name=”breadcrumbs” />
    </div>[/PHP]

    Hope it helps.

    Another simple way of doing it by editing the language file at your_site/language/en-GB/en-GB.tpl_ja_xxxxx.ini . (where xxxx would be the template name)

    just change >>

    <blockquote>YOU ARE HERE=You are here: </blockquote>
    To

    <blockquote>YOU ARE HERE=<a href=”index.php” >Arvind </a>: </blockquote>
    where “Arvind” be changed to your desired text word.

    Regards

    Arvind

    Arvind Chauhan Moderator
    #344348

    Another simple way of doing it by editing the language file at your_site/language/en-GB/en-GB.tpl_ja_xxxxx.ini . (where xxxx would be the template name)

    just change >>
    <blockquote>YOU ARE HERE=You are here:</blockquote>

    To

    <blockquote>YOU ARE HERE=<a href=”index.php” >Arvind </a>:</blockquote>

    where “Arvind” be changed to your desired text word.

    Regards

    Arvind

    troy Friend
    #344349

    this worked perfectly … thanks drarvindc!

    John Wesley Brett Moderator
    #344350

    Oh you should get Tip of the Day!
    Of all the years I’ve played with Joomla…that’s one thing I had never considered…making that a link!
    Too cool.

    John!

    joallanas Friend
    #347746

    I can’t figure out how to click thanks for this awesome post (I know it’s probably right in front of me, but my eyes aren’t cooperating), so I guess I’ll post a note to say thanks the old fashioned way. You shared such an easy way to do this, it is a really good tip.

    sushi7 Friend
    #390762

    Yes, same here, lets continue this subject?

    1. the words are not clickable
    2. all the words are in caps and I would like to have only the first letter in caps
    3. how to have a separator like on your screenshot?

    thanx!

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

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

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