<?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: Manage Navigation with PageLime: Navigation Manager</title>
	<atom:link href="http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/</link>
	<description>Content Management for Designers and Agencies.</description>
	<lastBuildDate>Sat, 04 Feb 2012 11:48:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: panzeleny</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1808</link>
		<dc:creator>panzeleny</dc:creator>
		<pubDate>Wed, 19 Oct 2011 10:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1808</guid>
		<description>I am sorry, I am absolute begginer. I put this code to file &quot;menu.php&quot;, but look, what happens: webyhned.cz/menu.php
Composing php files is not similar to composing html pages?</description>
		<content:encoded><![CDATA[<p>I am sorry, I am absolute begginer. I put this code to file &#8220;menu.php&#8221;, but look, what happens: webyhned.cz/menu.php<br />
Composing php files is not similar to composing html pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deen</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1703</link>
		<dc:creator>Deen</dc:creator>
		<pubDate>Mon, 29 Aug 2011 01:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1703</guid>
		<description>I have created some very helpful Velocity Code for full navigation generation.
I was unable to paste the code into the reply section such that you could copy/paste them, so I have uploaded them to my server for all to grab...

## BASIC ## &#160;&#160;&#160;&#160;--&gt; &#160;&#160;&#160;&#160;http://qr.net/dfplb

&#160;&#160;&#160;&#160;This basic velocity code is minimal to get all navigation, regardless of how many levels.

&#160;&#160;&#160;&#160;It does not include any classing of html tags.

## ADVANCED ## &#160;&#160;&#160;&#160;--&gt; &#160;&#160;&#160;&#160;http://qr.net/dfpla

&#160;&#160;&#160;&#160;This advanced code outputs nicely formatted navigation with classing on &lt;LI&gt; tags:
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;is_level_[level#] (also on &lt;UL&gt; tag), is_parent, of_[#of children], is_first_item, is_last_item

&#160;&#160;&#160;&#160;...and put in some unique ID&#039;s, just in case: for &lt;LI&gt; tag: item_[id#], for &lt;A&gt; tag: link_[id#]

&#160;&#160;&#160;&#160;The formatting of the code had to become flat in order for the output formatting to be leveled.

## PHP ## &#160;&#160;&#160;&#160;--&gt; &#160;&#160;&#160;&#160;http://qr.net/dfplp

&#160;&#160;&#160;&#160;Use this advanced velocity/php code to put all navigation into a flat php array to use later.

&#160;&#160;&#160;&#160;You can then include the navigation at the top of all your pages, and then just use PHP
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;to populate the menu(s) any way you like.

&#160;&#160;&#160;&#160;I have it automatically track the following: id, title, url, level, parent_id

&#160;&#160;&#160;&#160;At the far bottom of the code, I include extra PHP code (not Velocity) to accept additional parameters
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;on the end of the URL supplied in pagelime. NOT the URL query string parameters, that&#039;s different.

&#160;&#160;&#160;&#160;To use the parameter feature, simply separate parameters with spaces at the end of the url,
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;and each key/value pair should be split as key=value.
&#160;&#160;&#160;&#160;Without a key=, it will assume it is part of the previous key.

&#160;&#160;&#160;&#160;Example:
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;URL on PageLime is:
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;http://url.com#anchor?query=value&amp;other=params index.php my_param=&quot;string $var&quot; show=false url=more.html
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Results in this array item in PHP:
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Array
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[1] =&gt; Array
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[this_id] =&gt; 1
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[title] =&gt; MEDICARE MENU
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[url] =&gt; http://url.com#anchor?query=value&amp;other=params
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[level] =&gt; 1
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[parent_id] =&gt; 0
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[urls] =&gt; Array
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[0] =&gt; http://url.com#anchor?query=value&amp;other=params
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[1] =&gt; index.php
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[2] =&gt; more.html
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[my_param] =&gt; &quot;string $var&quot;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[show] =&gt; false
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)

&#160;&#160;&#160;&#160;You can also use the ROOT navigation (level=1) to split content into multiple menus (main, sub, side, etc.)

&#160;&#160;&#160;&#160;I am sure there are a few who will love this ability. But, it requires PHP!


## BONUS UBER-MEGA COMPRESSED BASIC VERSION ## &#160;&#160;&#160;&#160;--&gt; &#160;&#160;&#160;&#160;2-line version

#macro(g $m)&lt;ul&gt;#foreach($n in $m)&lt;li&gt;&lt;a href=$n.URL&gt;$n.Title&lt;/a&gt;
#if($n.ChildNodes.Count&gt;0)#set($c=$n.ChildNodes)#g($c)#end&lt;/li&gt;#end&lt;/ul&gt;#end#g($navItems)

Should copy-paste fine, now that I got rid of the double-quotes (won&#039;t pass validation, you can put them back in).
All the rest of the code above had to be in text files because they would not copy-paste!</description>
		<content:encoded><![CDATA[<p>I have created some very helpful Velocity Code for full navigation generation.<br />
I was unable to paste the code into the reply section such that you could copy/paste them, so I have uploaded them to my server for all to grab&#8230;</p>
<p>## BASIC ## &nbsp;&nbsp;&nbsp;&nbsp;&#8211;&gt; &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://qr.net/dfplb" rel="nofollow">http://qr.net/dfplb</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;This basic velocity code is minimal to get all navigation, regardless of how many levels.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;It does not include any classing of html tags.</p>
<p>## ADVANCED ## &nbsp;&nbsp;&nbsp;&nbsp;&#8211;&gt; &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://qr.net/dfpla" rel="nofollow">http://qr.net/dfpla</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;This advanced code outputs nicely formatted navigation with classing on &lt;LI&gt; tags:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;is_level_[level#] (also on &lt;UL&gt; tag), is_parent, of_[#of children], is_first_item, is_last_item</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&#8230;and put in some unique ID&#8217;s, just in case: for &lt;LI&gt; tag: item_[id#], for &lt;A&gt; tag: link_[id#]</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;The formatting of the code had to become flat in order for the output formatting to be leveled.</p>
<p>## PHP ## &nbsp;&nbsp;&nbsp;&nbsp;&#8211;&gt; &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://qr.net/dfplp" rel="nofollow">http://qr.net/dfplp</a></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Use this advanced velocity/php code to put all navigation into a flat php array to use later.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;You can then include the navigation at the top of all your pages, and then just use PHP<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to populate the menu(s) any way you like.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;I have it automatically track the following: id, title, url, level, parent_id</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;At the far bottom of the code, I include extra PHP code (not Velocity) to accept additional parameters<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on the end of the URL supplied in pagelime. NOT the URL query string parameters, that&#8217;s different.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;To use the parameter feature, simply separate parameters with spaces at the end of the url,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and each key/value pair should be split as key=value.<br />
&nbsp;&nbsp;&nbsp;&nbsp;Without a key=, it will assume it is part of the previous key.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Example:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;URL on PageLime is:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://url.com#anchor?query=value&#038;other=params" rel="nofollow">http://url.com#anchor?query=value&#038;other=params</a> index.php my_param=&#8221;string $var&#8221; show=false url=more.html<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Results in this array item in PHP:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Array<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[1] =&gt; Array<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[this_id] =&gt; 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[title] =&gt; MEDICARE MENU<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[url] =&gt; <a href="http://url.com#anchor?query=value&#038;other=params" rel="nofollow">http://url.com#anchor?query=value&#038;other=params</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[level] =&gt; 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[parent_id] =&gt; 0<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[urls] =&gt; Array<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[0] =&gt; <a href="http://url.com#anchor?query=value&#038;other=params" rel="nofollow">http://url.com#anchor?query=value&#038;other=params</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[1] =&gt; index.php<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[2] =&gt; more.html<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[my_param] =&gt; &#8220;string $var&#8221;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[show] =&gt; false<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;You can also use the ROOT navigation (level=1) to split content into multiple menus (main, sub, side, etc.)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;I am sure there are a few who will love this ability. But, it requires PHP!</p>
<p>## BONUS UBER-MEGA COMPRESSED BASIC VERSION ## &nbsp;&nbsp;&nbsp;&nbsp;&#8211;&gt; &nbsp;&nbsp;&nbsp;&nbsp;2-line version</p>
<p>#macro(g $m)&lt;ul&gt;#foreach($n in $m)&lt;li&gt;&lt;a href=$n.URL&gt;$n.Title&lt;/a&gt;<br />
#if($n.ChildNodes.Count&gt;0)#set($c=$n.ChildNodes)#g($c)#end&lt;/li&gt;#end&lt;/ul&gt;#end#g($navItems)</p>
<p>Should copy-paste fine, now that I got rid of the double-quotes (won&#8217;t pass validation, you can put them back in).<br />
All the rest of the code above had to be in text files because they would not copy-paste!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deen</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1702</link>
		<dc:creator>Deen</dc:creator>
		<pubDate>Mon, 29 Aug 2011 00:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1702</guid>
		<description>Moderator, please disregard the posts above, they are not formatted properly to cut/paste. I am including a link to a file on my server that can be retrieved directly. You can either post this next message directly, or somehow put the plain ASCII version somewhere able to copy/paste into their Navigation File Code...

http://www.deenfoxx.com/pagelime/basic-navigation-file-code.txt
http://www.deenfoxx.com/pagelime/advanced-navigation-file-code.txt
http://www.deenfoxx.com/pagelime/php-navigation-file-code.txt</description>
		<content:encoded><![CDATA[<p>Moderator, please disregard the posts above, they are not formatted properly to cut/paste. I am including a link to a file on my server that can be retrieved directly. You can either post this next message directly, or somehow put the plain ASCII version somewhere able to copy/paste into their Navigation File Code&#8230;</p>
<p><a href="http://www.deenfoxx.com/pagelime/basic-navigation-file-code.txt" rel="nofollow">http://www.deenfoxx.com/pagelime/basic-navigation-file-code.txt</a><br />
<a href="http://www.deenfoxx.com/pagelime/advanced-navigation-file-code.txt" rel="nofollow">http://www.deenfoxx.com/pagelime/advanced-navigation-file-code.txt</a><br />
<a href="http://www.deenfoxx.com/pagelime/php-navigation-file-code.txt" rel="nofollow">http://www.deenfoxx.com/pagelime/php-navigation-file-code.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deen</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1694</link>
		<dc:creator>Deen</dc:creator>
		<pubDate>Sat, 27 Aug 2011 23:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1694</guid>
		<description>Also, can you please (pretty please) make the &quot;Edit Navigation Item&quot; (Title/URL/Lock/Done/Cancel thingie) float directly to the right of what you are editing. When you have a lot of pages it is really annoying to have to scroll all the way to the top of the page, edit, scroll all the way back to the bottom of the page, add, scroll all the way back to the top of the page, edit, ad infinitum.</description>
		<content:encoded><![CDATA[<p>Also, can you please (pretty please) make the &#8220;Edit Navigation Item&#8221; (Title/URL/Lock/Done/Cancel thingie) float directly to the right of what you are editing. When you have a lot of pages it is really annoying to have to scroll all the way to the top of the page, edit, scroll all the way back to the bottom of the page, add, scroll all the way back to the top of the page, edit, ad infinitum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deen</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1693</link>
		<dc:creator>Deen</dc:creator>
		<pubDate>Sat, 27 Aug 2011 22:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1693</guid>
		<description>Am I missing something? I can&#039;t drag-and-drop the sub-menu times into root, and vice-versa... They seem to be stuck in their parent node and can only be sorted within. Any way to make this easier to restructure menus?</description>
		<content:encoded><![CDATA[<p>Am I missing something? I can&#8217;t drag-and-drop the sub-menu times into root, and vice-versa&#8230; They seem to be stuck in their parent node and can only be sorted within. Any way to make this easier to restructure menus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1600</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Tue, 14 Jun 2011 21:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1600</guid>
		<description>Hm. You know I don&#039;t think that you can give specific users permission to this feature.

I&#039;d be willing to explore adding this. Give me a shout to support[at]pagelime.com and we can coordinate this.</description>
		<content:encoded><![CDATA[<p>Hm. You know I don&#8217;t think that you can give specific users permission to this feature.</p>
<p>I&#8217;d be willing to explore adding this. Give me a shout to support[at]pagelime.com and we can coordinate this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad H</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1599</link>
		<dc:creator>brad H</dc:creator>
		<pubDate>Tue, 14 Jun 2011 16:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1599</guid>
		<description>I am interested in upgrading to a premium account for this feature. Are admin&#039;s able to turn off the navigation editor for specific users? I just don&#039;t want all users to have the ability to alter the navigation of their site.
thanks</description>
		<content:encoded><![CDATA[<p>I am interested in upgrading to a premium account for this feature. Are admin&#8217;s able to turn off the navigation editor for specific users? I just don&#8217;t want all users to have the ability to alter the navigation of their site.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choan</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1520</link>
		<dc:creator>choan</dc:creator>
		<pubDate>Tue, 03 May 2011 13:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1520</guid>
		<description>What happens when I add a link? Will the &#039;clone page&#039; box pop up?</description>
		<content:encoded><![CDATA[<p>What happens when I add a link? Will the &#8216;clone page&#8217; box pop up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1316</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 11 Jan 2011 17:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1316</guid>
		<description>Looking at the velocity manual, there is a way to set variables if you need each nav item to have a specific ID:

   #set( $nav = 0 )
   #foreach( $navItem in $navItems )
   #set( $nav = $nav + 1 )
    

Which would give you , , , etc....</description>
		<content:encoded><![CDATA[<p>Looking at the velocity manual, there is a way to set variables if you need each nav item to have a specific ID:</p>
<p>   #set( $nav = 0 )<br />
   #foreach( $navItem in $navItems )<br />
   #set( $nav = $nav + 1 )</p>
<p>Which would give you , , , etc&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Deane</title>
		<link>http://blog.pagelime.com/2010/05/22/manage-navigation-with-pagelime-navigation-manager/comment-page-1/#comment-1112</link>
		<dc:creator>Shawn Deane</dc:creator>
		<pubDate>Mon, 22 Nov 2010 21:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pagelime.com/?p=321#comment-1112</guid>
		<description>Hello, I was wondering if anyone has come up with a good way to manage multiple nav&#039;s For example, I&#039;m using the Navigation Manager to manage the main site navigation but have not found a good way to manage a secondary set of navigation items in the site&#039;s footer. I know it can be handled using an include but would like to give my client an easy way to manage it as well.</description>
		<content:encoded><![CDATA[<p>Hello, I was wondering if anyone has come up with a good way to manage multiple nav&#8217;s For example, I&#8217;m using the Navigation Manager to manage the main site navigation but have not found a good way to manage a secondary set of navigation items in the site&#8217;s footer. I know it can be handled using an include but would like to give my client an easy way to manage it as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

