<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.ssbits.com/home/</link>
		<atom:link href="http://www.ssbits.com/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_1805</link>
			<description>Hello, I'm a Silverstripe newbie. Could you please tell me whether it is possible to remove the controller as well (stop Admin from accessing the Securtiy section by going to admin/security)?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_1805</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_409</link>
			<description>To remove the Comments menu item:
CMSMenu::remove_menu_item('CommentAdmin');</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_409</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_339</link>
			<description>It would be useful to rename security, when delivering the site to a content editor. Security would then become 'Users'. </description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_339</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_338</link>
			<description>To rename a menu on the top of the admin, I first removed it, and then added a menu item.
Line 1- CMSMenu::remove_menu_item('AssetAdmin');
Line 2 - CMSMenu::add_menu_item('AssetAdmin','Assets','admin/assets/');</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/removing-an-item-from-the-main-cms-menu/#PageComment_338</guid>
		</item>
		

	</channel>
</rss>