-
AuthorPosts
-
troy Friend
troy
- Join date:
- September 2008
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 22, 2010 at 4:52 pm #151261I 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 ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
May 22, 2010 at 8:33 pm #344346Hi 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 ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
May 22, 2010 at 8:44 pm #344348Another 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 Friendtroy
- Join date:
- September 2008
- Posts:
- 56
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 22, 2010 at 8:49 pm #344349this worked perfectly … thanks drarvindc!
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 22, 2010 at 8:51 pm #344350Oh 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!
June 22, 2010 at 6:49 pm #347746I 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.
May 11, 2011 at 9:51 am #390762Yes, 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!
-
AuthorPosts
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