<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mohammed CHERIFI &#187; Joomla</title>
	<atom:link href="http://www.mcherifi.org/category/developpement-web/joomla/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mcherifi.org</link>
	<description>Another Web Developper Blog!</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:42:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla! 1.5: Comment modifier le fil d&#8217;ariane</title>
		<link>http://www.mcherifi.org/developpement-web/joomla/joomla15-modifier-le-fil-dariane.html</link>
		<comments>http://www.mcherifi.org/developpement-web/joomla/joomla15-modifier-le-fil-dariane.html#comments</comments>
		<pubDate>Thu, 13 May 2010 15:38:35 +0000</pubDate>
		<dc:creator>Mohammed CHERIFI</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[fil d'ariane]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[pathway]]></category>

		<guid isPermaLink="false">http://www.mcherifi.org/?p=691</guid>
		<description><![CDATA[TweetFil d&#8217;Ariane ou &#171;&#160;chemin de fer&#160;&#187; appelé aussi &#171;&#160;breadcrumbs&#160;&#187; est l&#8217;un des éléments indispensables dans un site web, il est souvent présent avant le contenu de toute page web et permet d&#8217;indiquer aux utilisateurs leur emplacement à l&#8217;intérieur du site. dans Joomla! 1.5 le fil d&#8217;Ariane est géré par un module &#171;&#160;mod_breadcrumbs&#160;&#187;, ce dernier est [...]]]></description>
			<content:encoded><![CDATA[<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.mcherifi.org/developpement-web/joomla/joomla15-modifier-le-fil-dariane.html" data-text="Joomla! 1.5: Comment modifier le fil d\'ariane" data-count="horizontal">Tweet</a><p><a href="http://www.mcherifi.org/wp-content/uploads/2010/05/3310335846_a5585bae4d.jpg"><img src="http://www.mcherifi.org/wp-content/uploads/2010/05/3310335846_a5585bae4d-150x150.jpg" alt="Joomla breadcrumbs" title="Crédit photo galaad_569 (Flickr)" width="155" height="155" class="alignleft size-thumbnail wp-image-692" /></a>Fil d&#8217;Ariane ou &laquo;&nbsp;chemin de fer&nbsp;&raquo; appelé aussi &laquo;&nbsp;breadcrumbs&nbsp;&raquo; est l&#8217;un des éléments indispensables dans un site web, il est souvent présent avant le contenu de toute page web et permet d&#8217;indiquer aux utilisateurs leur emplacement à l&#8217;intérieur du site. dans Joomla! 1.5 le fil d&#8217;Ariane est géré par un module &laquo;&nbsp;mod_breadcrumbs&nbsp;&raquo;, ce dernier est géré principalement à partir de la partie &laquo;&nbsp;Menus&nbsp;&raquo; dans l&#8217;interface d&#8217;administration. Dans ce tuto on verra comment personnaliser ce dernier en ajoutant/modifiant ou supprimant des éléments.</p>
<h2>Ajouter un élément en fin du fil d&#8217;Ariane</h2>
<pre class="brush: php">$breadcrumbs =&amp; $mainframe-&gt;getPathWay();
$breadcrumbs-&gt;addItem(JText::_(&#039;NOM_ELEMENT&#039;) , JRoute::_(&#039;URL_ELEMENT&#039;));</pre>
<h2>Ajouter un élément au début du fil d&#8217;arian </h2>
<pre class="brush: php">$breadcrumbs =&amp; $mainframe-&gt;getPathWay();
$breadcrumsNames = $breadcrumbs-&gt;_pathway ;
$new_menu = new stdClass();
$new_menu-&gt;link = JRoute::_(&#039;URL_ELEMENT&#039;);
$new_menu-&gt;name = JText::_(&#039;JNOM_ELEMENT&#039;);
array_unshift($breadcrumsNames,$new_menu);
$breadcrumbs-&gt;_pathway = $breadcrumsNames ;</pre>
<p>Vous l&#8217;avez bien compris? $breadcrumsNames (ligne 2) permet de récupérer l&#8217;ensemble des élements du fil d&#8217;Ariane sous forme de tableau qui contient des objets stdClass, chaque objet contient deux propriétés (link et name) qui corresponde respectivement au nom de l&#8217;élément et à l&#8217;url correspondant. Si on souhaite pas que l&#8217;élément du rajouté ne soit pas cliquable il suffit de mettre la propriété link à <em>null</em>, ainsi vous pouvez manipuler tous les élements du tableau comme ça vous chante et par la suite l&#8217;assigner à la variable $breadcrumbs (ligne 7)</p>
<p>J&#8217;espère que ce petit tuto vous sera utile, n&#8217;hésitez pas à poser des questions!</p>



Partager cet article:


	<a rel="nofollow"  target="_blank" href="http://www.mcherifi.org/wp-content/plugins/sociable/awesmate.php?c=twitter&t=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&d=http://twitter.com/home?status=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane%20-%20TARGET" title="Twitter"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mcherifi.org/wp-content/plugins/sociable/awesmate.php?c=facebook-post&t=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&d=http://www.facebook.com/share.php?u=TARGET%26t=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane" title="Facebook"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;annotation=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20" title="Google Bookmarks"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;notes=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20" title="del.icio.us"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" title="Netvibes"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.viadeo.com/shareit/share/?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&urllanguage=fr" title="viadeo FR"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/viadeo.png" title="viadeo FR" alt="viadeo FR" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;bodytext=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20" title="Digg"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;source=Mohammed+CHERIFI+Another+Web+Developper+Blog%21&amp;summary=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20" title="LinkedIn"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" title="Slashdot"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" title="Sphinn"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane" title="Mixx"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a  target="_blank" href="http://blogplay.com" title="Blogplay"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/blogplay.png" title="Blogplay" alt="Blogplay" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" title="Identi.ca"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;partner=sociable" title="Print"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mcherifi.org/wp-content/plugins/sociable/awesmate.php?c=pingfm&t=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&d=http://ping.fm/ref/?link=TARGET%26title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane%26body=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20" title="Ping.fm"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mcherifi.org/wp-content/plugins/sociable/awesmate.php?c=mailto&t=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&d=mailto:?subject=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane%26body=TARGET" title="email"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;selection=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20" title="Posterous"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane" title="Reddit"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;submitHeadline=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;submitSummary=Fil%20d%27Ariane%20ou%20%22chemin%20de%20fer%22%20appel%C3%A9%20aussi%20%22breadcrumbs%22%20est%20l%27un%20des%20%C3%A9l%C3%A9ments%20indispensables%20dans%20un%20site%20web%2C%20il%20est%20souvent%20pr%C3%A9sent%20avant%20le%20contenu%20de%20toute%20page%20web%20et%20permet%20d%27indiquer%20aux%20utilisateurs%20leur%20emplacement%20%C3%A0%20l%27int%C3%A9rieur%20du%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;partner=sociable" title="PDF"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mcherifi.org/feed" title="RSS"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.diigo.com/post?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane" title="Diigo"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/diigo.png" title="Diigo" alt="Diigo" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;u=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" title="Fark"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane" title="Blogosphere News"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://cimlap.blogter.hu/index.php?action=suggest_link&amp;title=Joomla%21%201.5%3A%20Comment%20modifier%20le%20fil%20d%27ariane&amp;url=http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" title="blogtercimlap"><img src="http://www.mcherifi.org/wp-content/plugins/sociable/images/blogter.png" title="blogtercimlap" alt="blogtercimlap" class="sociable-hovers" /></a>


<br/><br/>
<p class="FacebookLikeButton"><fb:like href="http%3A%2F%2Fwww.mcherifi.org%2Fdeveloppement-web%2Fjoomla%2Fjoomla15-modifier-le-fil-dariane.html" layout="standard" show_faces="true" width="450" action="like" colorscheme="light"></fb:like></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcherifi.org/developpement-web/joomla/joomla15-modifier-le-fil-dariane.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

