<?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>A blog about web development, software business, and WordPress</description>
	<lastBuildDate>Tue, 22 May 2012 04:00:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jānis Elsts</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-200072</link>
		<dc:creator>Jānis Elsts</dc:creator>
		<pubDate>Mon, 14 May 2012 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-200072</guid>
		<description>The custom menu is stored in the &quot;ws_menu_editor&quot; DB option. Does that get copied okay? 

A guess: If you&#039;re running a global search &amp; replace on the database to replace the staging site URL with the production URL, it could corrupt the serialized data stored in that option. This can happen due to the way PHP serializes strings - it stores both the string itself and also its length. If you change the serialized string without updating the length, PHP won&#039;t be able to parse it.</description>
		<content:encoded><![CDATA[<p>The custom menu is stored in the &#8220;ws_menu_editor&#8221; DB option. Does that get copied okay? </p>
<p>A guess: If you&#8217;re running a global search &#038; replace on the database to replace the staging site URL with the production URL, it could corrupt the serialized data stored in that option. This can happen due to the way PHP serializes strings &#8211; it stores both the string itself and also its length. If you change the serialized string without updating the length, PHP won&#8217;t be able to parse it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-200069</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 14 May 2012 17:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-200069</guid>
		<description>Hi there, 

Thank you for making this plugin! I use it for all my sites. One issue I thought you should be aware of is that when moving my WP database from a staging server to a live server, my menu customizations are lost. Do you know why this could be the case?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>Thank you for making this plugin! I use it for all my sites. One issue I thought you should be aware of is that when moving my WP database from a staging server to a live server, my menu customizations are lost. Do you know why this could be the case?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jānis Elsts</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-199684</link>
		<dc:creator>Jānis Elsts</dc:creator>
		<pubDate>Fri, 20 Apr 2012 17:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-199684</guid>
		<description>Sorry, but this is the first time I&#039;ve heard of it. Do you mean that the visual editor tab doesn&#039;t show up, or that clicking on &quot;Visual&quot; does nothing? If it&#039;s the latter, check your browser&#039;s JavaScript console (Ctrl+Shift+J in Firefox or Chrome) for error messages. They might provide some clues.</description>
		<content:encoded><![CDATA[<p>Sorry, but this is the first time I&#8217;ve heard of it. Do you mean that the visual editor tab doesn&#8217;t show up, or that clicking on &#8220;Visual&#8221; does nothing? If it&#8217;s the latter, check your browser&#8217;s JavaScript console (Ctrl+Shift+J in Firefox or Chrome) for error messages. They might provide some clues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-199679</link>
		<dc:creator>Schalk</dc:creator>
		<pubDate>Fri, 20 Apr 2012 14:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-199679</guid>
		<description>Hi,

For some reason my editor roles cannot see the visual editor when creating posts.
( html &amp; Visual view ) when i deactivate the Menu Editor, it works...

Hope this is a common issue, and easy to fix?

regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>For some reason my editor roles cannot see the visual editor when creating posts.<br />
( html &amp; Visual view ) when i deactivate the Menu Editor, it works&#8230;</p>
<p>Hope this is a common issue, and easy to fix?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Add CSS Styles to WordPress Admin</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-199580</link>
		<dc:creator>How to Add CSS Styles to WordPress Admin</dc:creator>
		<pubDate>Sun, 15 Apr 2012 20:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-199580</guid>
		<description>[...] still be accessible via a direct link. If you wish to remove them or show them based on user-role, Admin Menu Editor can do that for [...]</description>
		<content:encoded><![CDATA[<p>[...] still be accessible via a direct link. If you wish to remove them or show them based on user-role, Admin Menu Editor can do that for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jānis Elsts</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-198705</link>
		<dc:creator>Jānis Elsts</dc:creator>
		<pubDate>Tue, 13 Mar 2012 13:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-198705</guid>
		<description>Just in case you ever run into this again, there is a way to reset the menu configuration without uninstalling the plugin. You just need to visit this URL while logged in as an administrator:

http://your-site-here.com/wp-admin/?reset_admin_menu=1</description>
		<content:encoded><![CDATA[<p>Just in case you ever run into this again, there is a way to reset the menu configuration without uninstalling the plugin. You just need to visit this URL while logged in as an administrator:</p>
<p><a href="http://your-site-here.com/wp-admin/?reset_admin_menu=1" rel="nofollow">http://your-site-here.com/wp-admin/?reset_admin_menu=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-21/#comment-198622</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 11 Mar 2012 15:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-198622</guid>
		<description>NVM, you can ignore my last question. I spoke too soon. 

I was removing the plugin via ftp since i couldn&#039;t access the plugin page. I was able to deactivate and delete the plugin from the admin and reinstall it. Seems to be back to normal again.</description>
		<content:encoded><![CDATA[<p>NVM, you can ignore my last question. I spoke too soon. </p>
<p>I was removing the plugin via ftp since i couldn&#8217;t access the plugin page. I was able to deactivate and delete the plugin from the admin and reinstall it. Seems to be back to normal again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-20/#comment-198621</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 11 Mar 2012 15:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-198621</guid>
		<description>Hi! 
First off I&#039;d like to thank you for this plugin, it&#039;s great! I accidentally hid the settings menu along with all of it&#039;s sub-menus... this includes the settings for the plugin. (Stupid mistake on my part.) 

I tried uninstalling the plugin and as expected all the default menu items were visible. But when I reinstall the plugin the same settings I set up in the plugin become active again... in this case hiding the settings menu. When I try to manually access the settings page I get a wordpress error saying I do not have permission to access the page. I am signed in as the Admin... I&#039;m not sure what to do... I&#039;d like to re-install the plugin without it remembering my mistake. lol!

Thanks in advance!
-Andrew</description>
		<content:encoded><![CDATA[<p>Hi!<br />
First off I&#8217;d like to thank you for this plugin, it&#8217;s great! I accidentally hid the settings menu along with all of it&#8217;s sub-menus&#8230; this includes the settings for the plugin. (Stupid mistake on my part.) </p>
<p>I tried uninstalling the plugin and as expected all the default menu items were visible. But when I reinstall the plugin the same settings I set up in the plugin become active again&#8230; in this case hiding the settings menu. When I try to manually access the settings page I get a wordpress error saying I do not have permission to access the page. I am signed in as the Admin&#8230; I&#8217;m not sure what to do&#8230; I&#8217;d like to re-install the plugin without it remembering my mistake. lol!</p>
<p>Thanks in advance!<br />
-Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jānis Elsts</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-20/#comment-198611</link>
		<dc:creator>Jānis Elsts</dc:creator>
		<pubDate>Sun, 11 Mar 2012 08:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-198611</guid>
		<description>Just to clarify, you have moved both the &quot;admin-menu-editor&quot; directory and the &quot;admin-menu-editor-mu.php&quot; to the &quot;mu-plugins&quot; directory, yes?

Note that the menu entry for the plugin will only show up when viewing a site-specific dashboards, not Network Admin -&gt; Dashboard. Yes, this is somewhat counter-intuitive.</description>
		<content:encoded><![CDATA[<p>Just to clarify, you have moved both the &#8220;admin-menu-editor&#8221; directory and the &#8220;admin-menu-editor-mu.php&#8221; to the &#8220;mu-plugins&#8221; directory, yes?</p>
<p>Note that the menu entry for the plugin will only show up when viewing a site-specific dashboards, not Network Admin -&gt; Dashboard. Yes, this is somewhat counter-intuitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roxor</title>
		<link>http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/comment-page-20/#comment-198553</link>
		<dc:creator>roxor</dc:creator>
		<pubDate>Fri, 09 Mar 2012 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=669#comment-198553</guid>
		<description>*ADD
I have tried deactivating all other plugins, even then no luck :(</description>
		<content:encoded><![CDATA[<p>*ADD<br />
I have tried deactivating all other plugins, even then no luck :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

