<?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: Admin Menu Editor For WordPress</title>
	<atom:link href="http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/</link>
	<description>Slightly Advanced Computer Stuff (and some magic)</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:22:17 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-32513</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-32513</guid>
		<description>It&#039;s mainly due to my laziness. Nevertheless, listing in in the wp.org repository &lt;em&gt;is&lt;/em&gt; on my Cthulhu-forsaken to-do list.</description>
		<content:encoded><![CDATA[<p>It&#8217;s mainly due to my laziness. Nevertheless, listing in in the wp.org repository <em>is</em> on my Cthulhu-forsaken to-do list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianfranco</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-32512</link>
		<dc:creator>Gianfranco</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-32512</guid>
		<description>White Shadow, this might have been asked already before, but is there a reason why this AMAZING plugin of yours is not listed in the official WP plugin repository?

It&#039;d be nice to get noticed about updates and stuff. Plus, I am sure you&#039;re cutting off quiet a big piece of potential new users by not having it listed in there, and that will never find out such a useful plugin. To me Menu Editor is a must-have for each and every WP installation.</description>
		<content:encoded><![CDATA[<p>White Shadow, this might have been asked already before, but is there a reason why this AMAZING plugin of yours is not listed in the official WP plugin repository?</p>
<p>It&#8217;d be nice to get noticed about updates and stuff. Plus, I am sure you&#8217;re cutting off quiet a big piece of potential new users by not having it listed in there, and that will never find out such a useful plugin. To me Menu Editor is a must-have for each and every WP installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les extensions WordPress que j&#8217;utilise&#8230; (Mise à jour) &#187; &#38; pourquoi j’n’écrirais pas ça ?</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31857</link>
		<dc:creator>Les extensions WordPress que j&#8217;utilise&#8230; (Mise à jour) &#187; &#38; pourquoi j’n’écrirais pas ça ?</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31857</guid>
		<description>[...] Admin Menu Editor Permet de personnaliser les éléments du menu et de ses sous-menus d&#8217;administration. [...]</description>
		<content:encoded><![CDATA[<p>[...] Admin Menu Editor Permet de personnaliser les éléments du menu et de ses sous-menus d&#8217;administration. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31804</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31804</guid>
		<description>Someone emailed me about how they solved the &quot;menu.defaults is undefined&quot; problem; I&#039;m posting their comment here (with permission) as it might help other users : 

&lt;blockquote&gt;Hi, thanks for the great plugin !
A colleague has recommended it and I look forward to using it.
I was getting the &quot;menu.defaults is undefined&quot; error and found a (nasty) solution.
The line I changed is line 110 and now it looks like:
 
((menu.menu_title!=null)?menu.menu_title:(menu.defaults != undefined ? menu.defaults.menu_title : &quot;Undefined item&quot;))+
 
For those who can&#039;t read Javascript, it just ignores the undefined element.
What you will see in the Editor is a few entries with &quot;Undefined item&quot; label. I can confirm it has somwthing to do with WPML but I am not sure of the cause.
 
Hope this can help those needing it !

Regards,
 
Lic. Adrián P. Eidelman&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Someone emailed me about how they solved the &#8220;menu.defaults is undefined&#8221; problem; I&#8217;m posting their comment here (with permission) as it might help other users : </p>
<blockquote><p>Hi, thanks for the great plugin !<br />
A colleague has recommended it and I look forward to using it.<br />
I was getting the &#8220;menu.defaults is undefined&#8221; error and found a (nasty) solution.<br />
The line I changed is line 110 and now it looks like:</p>
<p>((menu.menu_title!=null)?menu.menu_title:(menu.defaults != undefined ? menu.defaults.menu_title : &#8220;Undefined item&#8221;))+</p>
<p>For those who can&#8217;t read Javascript, it just ignores the undefined element.<br />
What you will see in the Editor is a few entries with &#8220;Undefined item&#8221; label. I can confirm it has somwthing to do with WPML but I am not sure of the cause.</p>
<p>Hope this can help those needing it !</p>
<p>Regards,</p>
<p>Lic. Adrián P. Eidelman</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress som CMS &#124; webpal</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31691</link>
		<dc:creator>Wordpress som CMS &#124; webpal</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31691</guid>
		<description>[...] önskade innehållstyper är skapade installerar du pluginet Admin Menu Editor som ger dig fria händer att möblera om (och dölja saker) i [...]</description>
		<content:encoded><![CDATA[<p>[...] önskade innehållstyper är skapade installerar du pluginet Admin Menu Editor som ger dig fria händer att möblera om (och dölja saker) i [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31681</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31681</guid>
		<description>I don&#039;t have a solution as of yet. The problem is I can&#039;t replicate the bug - when I activate WPML the menu editor continues to work without a hitch.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a solution as of yet. The problem is I can&#8217;t replicate the bug &#8211; when I activate WPML the menu editor continues to work without a hitch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31674</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31674</guid>
		<description>Hi,

I have noticed that the Admin Menu Editor plugin does not work when the WPML plugin (http://wpml.org) is activated also. (WP 2.8.4)

Once WPML activated, if I go to the Menu Editor option in the admin, I cannot drag the items around or click any option. It seems to be a JS issue. It gives the error “menu.defaults is undefined” in menu-editor.js line 110.

Other users seem to have the “menu.defaults is undefined” error issue. Is there any solution to this ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have noticed that the Admin Menu Editor plugin does not work when the WPML plugin (<a href="http://wpml.org" rel="nofollow">http://wpml.org</a>) is activated also. (WP 2.8.4)</p>
<p>Once WPML activated, if I go to the Menu Editor option in the admin, I cannot drag the items around or click any option. It seems to be a JS issue. It gives the error “menu.defaults is undefined” in menu-editor.js line 110.</p>
<p>Other users seem to have the “menu.defaults is undefined” error issue. Is there any solution to this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovidiu</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31487</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31487</guid>
		<description>I am looking for a similar plugin, I rememebr having seen it somewhere, where one could specify what menus are available for what users/roles/etc...

i.e. excluding the TAGS menu for everyone, etc...</description>
		<content:encoded><![CDATA[<p>I am looking for a similar plugin, I rememebr having seen it somewhere, where one could specify what menus are available for what users/roles/etc&#8230;</p>
<p>i.e. excluding the TAGS menu for everyone, etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Tucker</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31480</link>
		<dc:creator>Shawn Tucker</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31480</guid>
		<description>Benjamin Allison, I am also running a WPMU website.
The Site Admin menu seems to be getting added to every blogs admin area.
Although users cannot access the pages on it.

Are you finding this too?  Were you able to overcome it?</description>
		<content:encoded><![CDATA[<p>Benjamin Allison, I am also running a WPMU website.<br />
The Site Admin menu seems to be getting added to every blogs admin area.<br />
Although users cannot access the pages on it.</p>
<p>Are you finding this too?  Were you able to overcome it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-5/#comment-31442</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Sat, 12 Sep 2009 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-31442</guid>
		<description>Hmm, I installed Disqus in my test blog and the menu editor still worked fine... So I&#039;ve got no idea what the conflict might be.

Assuming it really is a JS conflict, check your browser&#039;s error console for the specific error message.
&lt;ul&gt;
&lt;li&gt;Firefox : Tools -&gt; Error Console&lt;/li&gt;
&lt;li&gt;Opera : Tools -&gt; Advanced -&gt; Error Console&lt;/li&gt;
&lt;li&gt;Internet Explorer : Double-click the error icon in the left corner of the status bar (I think)&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Hmm, I installed Disqus in my test blog and the menu editor still worked fine&#8230; So I&#8217;ve got no idea what the conflict might be.</p>
<p>Assuming it really is a JS conflict, check your browser&#8217;s error console for the specific error message.</p>
<ul>
<li>Firefox : Tools -&gt; Error Console</li>
<li>Opera : Tools -&gt; Advanced -&gt; Error Console</li>
<li>Internet Explorer : Double-click the error icon in the left corner of the status bar (I think)</li>
</ul>
]]></content:encoded>
	</item>
</channel>
</rss>
