<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Image Navigation Items</title>
	<atom:link href="http://www.codeblog.ch/2009/12/image-navigation-items/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.ch/2009/12/image-navigation-items/</link>
	<description>Coding and more - Concrete5, Flex, JavaScript</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:46:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-35440</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-35440</guid>
		<description>Hi Alan,
is looks like a CSS issue. Try adding a rule like this to main.css or any other css file included in your site:
&lt;code&gt;.nav li { list-style-type:none; }&lt;/code&gt;
Remo</description>
		<content:encoded><![CDATA[<p>Hi Alan,<br />
is looks like a CSS issue. Try adding a rule like this to main.css or any other css file included in your site:<br />
<code>.nav li { list-style-type:none; }</code><br />
Remo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Currall</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-35182</link>
		<dc:creator>Alan Currall</dc:creator>
		<pubDate>Sat, 19 Nov 2011 10:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-35182</guid>
		<description>Hi Remo,
I found putting the code in etc the easy bit, after reading through others problems I sorted one of mine. However I still show the bullet points which I dont want is there a line of code I have to change / delete. If not how can I not show them.
I look forward for your reply.
Toturial is a great help.

Alan.</description>
		<content:encoded><![CDATA[<p>Hi Remo,<br />
I found putting the code in etc the easy bit, after reading through others problems I sorted one of mine. However I still show the bullet points which I dont want is there a line of code I have to change / delete. If not how can I not show them.<br />
I look forward for your reply.<br />
Toturial is a great help.</p>
<p>Alan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-21030</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Thu, 16 Jun 2011 11:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-21030</guid>
		<description>No, you just have to have this file /blocks/autonav/templates/image_navigation.php but make sure you don&#039;t use 
/concrete/blocks/autonav/templates/image_navigation.php!

Beside that there&#039;s nothing else to do!</description>
		<content:encoded><![CDATA[<p>No, you just have to have this file /blocks/autonav/templates/image_navigation.php but make sure you don&#8217;t use<br />
/concrete/blocks/autonav/templates/image_navigation.php!</p>
<p>Beside that there&#8217;s nothing else to do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-21029</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 16 Jun 2011 10:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-21029</guid>
		<description>Hi Remo,

I&#039;ve done everything in the tutorial but the template does not show up in custom template. I&#039;ve create the folders properly and the code is exactly the same! Do i need more then one file in the template folder or just the image_nav.php??

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Remo,</p>
<p>I&#8217;ve done everything in the tutorial but the template does not show up in custom template. I&#8217;ve create the folders properly and the code is exactly the same! Do i need more then one file in the template folder or just the image_nav.php??</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-13382</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 01 Mar 2011 03:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-13382</guid>
		<description>Here&#039;s my solution to add an external link that opens in a new window:
Create a text attribute and assign the full URL of the external page in the page&#039;s properties.
Then use the following code:

$linkTextActive = $ni-&gt;getName();
$linkTextInactive = $ni-&gt;getName();

 
$picOn = $_c-&gt;getAttribute(&#039;pic_on&#039;);
$picOff = $_c-&gt;getAttribute(&#039;pic_off&#039;);
//$picHover = $_c-&gt;getAttribute(&#039;nav_img_hover&#039;);
$external_link = $_c-&gt;getAttribute(&#039;external_link&#039;);
 
if ($picOn) {
  $linkTextActive = &#039;getURL() . &#039;&quot; alt=&quot;&#039; . $linkTextActive . &#039;&quot;/&gt;&#039;;

}

if ($picOff) {
 $linkTextInactive = &#039;getURL().&#039;&quot; onmouseover=src=&quot;&#039;.$picOn-&gt;getURL().&#039;&quot; src=&quot;&#039; . $picOff-&gt;getURL() . &#039;&quot; alt=&quot;&#039; . $linkTextInactive . &#039;&quot;/&gt;&#039;;
}

if ($c-&gt;getCollectionID() == $_c-&gt;getCollectionID()) { 
	echo(&#039;
	&lt;a href=&quot;&#039; . $pageLink . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . $linkTextActive . &#039;&lt;/a&gt;&#039;); 
} elseif ( in_array($_c-&gt;getCollectionID(),$selectedPathCIDs) ) { 
	echo(&#039;
	&lt;a href=&quot;&#039; . $pageLink . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . $linkTextInactive . &#039;&lt;/a&gt;&#039;); //was linkTextActive
} else {
	if (is_null($external_link)){
		echo(&#039;
		&lt;a href=&quot;&#039; . $pageLink . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . $linkTextInactive . &#039;&lt;/a&gt;&#039;);
	}
	else {
		echo(&#039;
		&lt;a href=&quot;&#039; . $external_link . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . $linkTextInactive . &#039;&lt;/a&gt;&#039;);
	}
}</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my solution to add an external link that opens in a new window:<br />
Create a text attribute and assign the full URL of the external page in the page&#8217;s properties.<br />
Then use the following code:</p>
<p>$linkTextActive = $ni-&gt;getName();<br />
$linkTextInactive = $ni-&gt;getName();</p>
<p>$picOn = $_c-&gt;getAttribute(&#8216;pic_on&#8217;);<br />
$picOff = $_c-&gt;getAttribute(&#8216;pic_off&#8217;);<br />
//$picHover = $_c-&gt;getAttribute(&#8216;nav_img_hover&#8217;);<br />
$external_link = $_c-&gt;getAttribute(&#8216;external_link&#8217;);</p>
<p>if ($picOn) {<br />
  $linkTextActive = &#8216;getURL() . &#8216;&#8221; alt=&#8221;&#8216; . $linkTextActive . &#8216;&#8221;/&gt;&#8217;;</p>
<p>}</p>
<p>if ($picOff) {<br />
 $linkTextInactive = &#8216;getURL().&#8217;&#8221; onmouseover=src=&#8221;&#8216;.$picOn-&gt;getURL().&#8217;&#8221; src=&#8221;&#8216; . $picOff-&gt;getURL() . &#8216;&#8221; alt=&#8221;&#8216; . $linkTextInactive . &#8216;&#8221;/&gt;&#8217;;<br />
}</p>
<p>if ($c-&gt;getCollectionID() == $_c-&gt;getCollectionID()) {<br />
	echo(&#8216;<br />
	<a href="' . $pageLink . '" rel="nofollow">&#8216; . $linkTextActive . &#8216;</a>&#8216;);<br />
} elseif ( in_array($_c-&gt;getCollectionID(),$selectedPathCIDs) ) {<br />
	echo(&#8216;<br />
	<a href="' . $pageLink . '" rel="nofollow">&#8216; . $linkTextInactive . &#8216;</a>&#8216;); //was linkTextActive<br />
} else {<br />
	if (is_null($external_link)){<br />
		echo(&#8216;<br />
		<a href="' . $pageLink . '" rel="nofollow">&#8216; . $linkTextInactive . &#8216;</a>&#8216;);<br />
	}<br />
	else {<br />
		echo(&#8216;<br />
		<a href="' . $external_link . '" rel="nofollow">&#8216; . $linkTextInactive . &#8216;</a>&#8216;);<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-9523</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 14 Dec 2010 23:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-9523</guid>
		<description>Works great! Thanks a million.</description>
		<content:encoded><![CDATA[<p>Works great! Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-9518</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Tue, 14 Dec 2010 20:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-9518</guid>
		<description>This seems to be a CSS issue, I think there are plenty of solutions to this. First one that popped into my mind: Try to add this CSS rule:
&lt;pre&gt;.verticalmenu li {display: inline; }&lt;/pre&gt;
Not sure if that works well, it&#039;s just theory... If it doesn&#039;t work - try playing with Firebug and add some styles to the elements in the navigation.</description>
		<content:encoded><![CDATA[<p>This seems to be a CSS issue, I think there are plenty of solutions to this. First one that popped into my mind: Try to add this CSS rule:</p>
<pre>.verticalmenu li {display: inline; }</pre>
<p>Not sure if that works well, it&#8217;s just theory&#8230; If it doesn&#8217;t work &#8211; try playing with Firebug and add some styles to the elements in the navigation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-9514</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 14 Dec 2010 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-9514</guid>
		<description>To get by, I&#039;m going to create another navigation with just the sublevel in the body, but I&#039;m still interested if there is an alternative way in the main navigation...</description>
		<content:encoded><![CDATA[<p>To get by, I&#8217;m going to create another navigation with just the sublevel in the body, but I&#8217;m still interested if there is an alternative way in the main navigation&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-9512</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 14 Dec 2010 19:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-9512</guid>
		<description>Ok, thanks!
Also, another problem I have is that the sub-levels are appearing beneath the main level images. Perhaps this was addressed above as well but I don&#039;t understand why or how it can be fixed. Thanks again! (see site gospelriver.mysitecreations.com/messages/)</description>
		<content:encoded><![CDATA[<p>Ok, thanks!<br />
Also, another problem I have is that the sub-levels are appearing beneath the main level images. Perhaps this was addressed above as well but I don&#8217;t understand why or how it can be fixed. Thanks again! (see site gospelriver.mysitecreations.com/messages/)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remo Laubacher</title>
		<link>http://www.codeblog.ch/2009/12/image-navigation-items/comment-page-1/#comment-9507</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Tue, 14 Dec 2010 19:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=405#comment-9507</guid>
		<description>No that wasn&#039;t the question, he thought it might be an option but it isn&#039;t because as you said, you can&#039;t assign properties to external links. You&#039;d have to use a normal page in combination with a custom attribute and some code to check an event like on_start to redirect to the actual page. You&#039;d basically have to rebuild the functionality behind &quot;external links&quot;. No easy was as far as I can see!</description>
		<content:encoded><![CDATA[<p>No that wasn&#8217;t the question, he thought it might be an option but it isn&#8217;t because as you said, you can&#8217;t assign properties to external links. You&#8217;d have to use a normal page in combination with a custom attribute and some code to check an event like on_start to redirect to the actual page. You&#8217;d basically have to rebuild the functionality behind &#8220;external links&#8221;. No easy was as far as I can see!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

