<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Breadcrumbs: how to add an arrow and &#34;you are here&#34; is not showing</title>
		<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-add-an-arrow-and-you-are-here-is-not-showing</link>
		<description>Support Forum - Topic: Breadcrumbs: how to add an arrow and &quot;you are here&quot; is not showing</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:26:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/breadcrumbs-how-to-add-an-arrow-and-you-are-here-is-not-showing" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Breadcrumbs: how to add an arrow and &#34;you are here&#34; is not showing"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-add-an-arrow-and-you-are-here-is-not-showing#post-29832</link>
			<pubDate>Wed, 19 Oct 2011 10:28:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Breadcrumbs: how to add an arrow and &#34;you are here&#34; is not showing"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-add-an-arrow-and-you-are-here-is-not-showing#post-29825</link>
			<pubDate>Wed, 19 Oct 2011 09:07:18 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">29825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are great, thank you very much!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Breadcrumbs: how to add an arrow and &#34;you are here&#34; is not showing"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-add-an-arrow-and-you-are-here-is-not-showing#post-29807</link>
			<pubDate>Wed, 19 Oct 2011 04:07:05 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your breadcrumb file find&#60;br /&#62;
&#60;code&#62;$markup = $this-&#38;gt;options[&#38;#39;before&#38;#39;].$this-&#38;gt;options[&#38;#39;delimiter&#38;#39;].$this-&#38;gt;options[&#38;#39;after&#38;#39;];&#60;/code&#62;&#60;br /&#62;
replace it by&#60;br /&#62;
&#60;code&#62;$markup = &#38;#39;&#38;amp;raquo&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now to display the &#34;Sie sind hier:&#34; you can find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.breadcrumb_info {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
 in your style.css and replace the entire thing by the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.breadcrumb_info {
    display: block;
    float: left;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit on "Breadcrumbs: how to add an arrow and &#34;you are here&#34; is not showing"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-add-an-arrow-and-you-are-here-is-not-showing#post-29770</link>
			<pubDate>Tue, 18 Oct 2011 23:21:57 +0000</pubDate>
			<dc:creator>colorit</dc:creator>
			<guid isPermaLink="false">29770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've edited the class-breadcrumb.php, because I wanted the blog name deleted from the breadcrumbs - works fine.&#60;/p&#62;
&#60;p&#62;But:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;(1)&#60;br /&#62;
how to change the &#34;/&#34; into &#38;raquo;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;(2)&#60;br /&#62;
the words &#34;You are here: &#34; have no effect, the frontend doesn't show them.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The part of code concerning this in the class-breadcrumb.php is at the moment this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function avia_breadcrumb($options = &#34;&#34;){&#60;/p&#62;
&#60;p&#62;		$this-&#38;gt;options = array( 	//change this array if you want another output scheme&#60;br /&#62;
		'before' =&#38;gt; '&#38;lt;span class=&#34;arrow&#34;&#38;gt; ',&#60;br /&#62;
		'after' =&#38;gt; ' &#38;lt;/span&#38;gt;',&#60;br /&#62;
		'delimiter' =&#38;gt; '&#38;raquo;'&#60;br /&#62;
		);&#60;/p&#62;
&#60;p&#62;		if(is_array($options))&#60;br /&#62;
		{&#60;br /&#62;
			$this-&#38;gt;options = array_merge($this-&#38;gt;options, $options);&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		$markup = $this-&#38;gt;options['before'].$this-&#38;gt;options['delimiter'].$this-&#38;gt;options['after'];&#60;/p&#62;
&#60;p&#62;		global $post;&#60;br /&#62;
		echo '&#38;lt;p class=&#34;breadcrumb&#34;&#38;gt;&#38;lt;span class=&#34;breadcrumb_info&#34;&#38;gt;'.__('Sie sind hier: ','avia_framework').'&#38;lt;/span&#38;gt;';&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It shows just&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/ Templates / Page: Dual Sidebar &#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;instead of&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Templates &#38;raquo; Page: Dual Sidebar &#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;How can I change this? My PHP knowledge is very low :-(&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
