<?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"
	>
<channel>
	<title>Comments on: dmry tree menu plugin mods</title>
	<atom:link href="http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/</link>
	<description>Ministry meets technology</description>
	<pubDate>Wed, 07 Jan 2009 02:39:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ken</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-1288</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 12 Dec 2006 21:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-1288</guid>
		<description>It sounds like you want to continually rotate your posts, so that the newest is not always first.  I don't know of a plugin to do that, but there are a few plugins to display a certain number of randomly selected posts.  One that I use on my other blog is &lt; href="http://www.coffee2code.com/wp-plugins/"&gt;Customizable Post Listings.  It gives you a great deal of flexibility in displaying your posts.  But you would need to edit the index.php in your theme to set it up.</description>
		<content:encoded><![CDATA[<p>It sounds like you want to continually rotate your posts, so that the newest is not always first.  I don&#8217;t know of a plugin to do that, but there are a few plugins to display a certain number of randomly selected posts.  One that I use on my other blog is < href="http://www.coffee2code.com/wp-plugins/">Customizable Post Listings.  It gives you a great deal of flexibility in displaying your posts.  But you would need to edit the index.php in your theme to set it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-1287</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Tue, 12 Dec 2006 21:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-1287</guid>
		<description>What I want to do on my blog, is every few hours take the oldest post and move it to the 
front of the queue, all automatically. Anyone know if there is a plugin that can do this or 
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.</description>
		<content:encoded><![CDATA[<p>What I want to do on my blog, is every few hours take the oldest post and move it to the<br />
front of the queue, all automatically. Anyone know if there is a plugin that can do this or<br />
a simple way to set up another plugin to do this (use my own feed perhaps)?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-980</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 18 Nov 2006 18:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-980</guid>
		<description>Damon, I'm not sure of a plugin, but you could create a new category template in your theme.  I think it would be called category.php.  You could use index.php as a model, and change it to display post titles instead of the entire post.  You really only need to change one line.</description>
		<content:encoded><![CDATA[<p>Damon, I&#8217;m not sure of a plugin, but you could create a new category template in your theme.  I think it would be called category.php.  You could use index.php as a model, and change it to display post titles instead of the entire post.  You really only need to change one line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-955</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 17 Nov 2006 17:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-955</guid>
		<description>Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.

I&#39;m sure Ive seen one...and sifting through the WP site is a nightmare</description>
		<content:encoded><![CDATA[<p>Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.</p>
<p>I&#39;m sure Ive seen one&#8230;and sifting through the WP site is a nightmare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-765</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 01 Nov 2006 18:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-765</guid>
		<description>I had the same problem when I started my blog.  What you need to do is issue a 301 permanent redirect when users come to the old URL.  That will inform search engines that the location of the post has changed.

I remember seeing a plugin to do what you need, and when I searched I found this &lt;a href="http://www.urbangiraffe.com/plugins/redirection/" rel="nofollow"&gt;redirection plugin&lt;/a&gt;.  I haven't tried it, but the plugin page says that it can automatically do a 301 redirect when the URL for the for the post changes.  I hope that this helps!</description>
		<content:encoded><![CDATA[<p>I had the same problem when I started my blog.  What you need to do is issue a 301 permanent redirect when users come to the old URL.  That will inform search engines that the location of the post has changed.</p>
<p>I remember seeing a plugin to do what you need, and when I searched I found this <a href="http://www.urbangiraffe.com/plugins/redirection/" rel="nofollow">redirection plugin</a>.  I haven&#8217;t tried it, but the plugin page says that it can automatically do a 301 redirect when the URL for the for the post changes.  I hope that this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-762</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Tue, 31 Oct 2006 08:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-762</guid>
		<description>Hello,
Just wondering if anyone could help. I did something stupid and started my blog using a numerical archive system, and now I&#39;d like to change it so that the post title is part of the URL for SEO reasons. Is there any Wordpress plugins that anyone knows of that could switch it without sending Googlers to invalid pages? Maybe some sort of redirector to the correct page?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Just wondering if anyone could help. I did something stupid and started my blog using a numerical archive system, and now I&#39;d like to change it so that the post title is part of the URL for SEO reasons. Is there any Wordpress plugins that anyone knows of that could switch it without sending Googlers to invalid pages? Maybe some sort of redirector to the correct page?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-167</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 22 Jun 2006 04:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-167</guid>
		<description>I agree that adding a class style to the current node is the best idea.  But the html is generated by the javascript, and I haven't figured out how to do that yet.  (There is actually something in the plugin code that tries to do this, but it doesn't work.)

For the second point, I just tested it and you are right, when I select an option all the submenus do not remain open.  A variable would work, but it would have to be passed back to the plugin.  It would be easier to modify the plugin so that all the submenus are open all the time, but that is not as flexible.

I don't have much time to work on it right now.</description>
		<content:encoded><![CDATA[<p>I agree that adding a class style to the current node is the best idea.  But the html is generated by the javascript, and I haven&#8217;t figured out how to do that yet.  (There is actually something in the plugin code that tries to do this, but it doesn&#8217;t work.)</p>
<p>For the second point, I just tested it and you are right, when I select an option all the submenus do not remain open.  A variable would work, but it would have to be passed back to the plugin.  It would be easier to modify the plugin so that all the submenus are open all the time, but that is not as flexible.</p>
<p>I don&#8217;t have much time to work on it right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alby</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-165</link>
		<dc:creator>alby</dc:creator>
		<pubDate>Thu, 22 Jun 2006 04:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-165</guid>
		<description>the second point;
I not have tested 
maybe is already so?
if not I think is necessary to use a variable
that change when I active openAll;
variable that is after used for to change the 
behavior when I click on links</description>
		<content:encoded><![CDATA[<p>the second point;<br />
I not have tested<br />
maybe is already so?<br />
if not I think is necessary to use a variable<br />
that change when I active openAll;<br />
variable that is after used for to change the<br />
behavior when I click on links</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alby</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-164</link>
		<dc:creator>alby</dc:creator>
		<pubDate>Thu, 22 Jun 2006 04:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-164</guid>
		<description>the 1st question is simple;
to see the item menu enabled (current)

for a good solution is necessary insert a class style
in the current menu's item javascript;
better to insert a class in the current url, this for who go at page directly by url and not click;

for the second point is also important to have an option, that if I have open all link and when I click on one item, the other node remain open; this because I am in a particular situation (selected by button see all) where I want to browser in all the link;
after when I close by button the tree, then 
the menu can to have normal behavior</description>
		<content:encoded><![CDATA[<p>the 1st question is simple;<br />
to see the item menu enabled (current)</p>
<p>for a good solution is necessary insert a class style<br />
in the current menu&#8217;s item javascript;<br />
better to insert a class in the current url, this for who go at page directly by url and not click;</p>
<p>for the second point is also important to have an option, that if I have open all link and when I click on one item, the other node remain open; this because I am in a particular situation (selected by button see all) where I want to browser in all the link;<br />
after when I close by button the tree, then<br />
the menu can to have normal behavior</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://technology.kencarlson.org/wordpress/dmry-tree-menu-plugin-mods/#comment-158</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 21 Jun 2006 04:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://technology.kencarlson.org/general/dmry-tree-menu-plugin-mods/#comment-158</guid>
		<description>Today I was thinking about your idea. I added my suggestion to the post above, because Wordpress has problems with the code when I try to post it in a comment.

I hope this helps!</description>
		<content:encoded><![CDATA[<p>Today I was thinking about your idea. I added my suggestion to the post above, because Wordpress has problems with the code when I try to post it in a comment.</p>
<p>I hope this helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
