<?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: Adding/Modifying the Shortcuts Menu</title>
	<atom:link href="http://developers.sugarcrm.com/wordpress/2009/06/29/481/feed/" rel="self" type="application/rss+xml" />
	<link>http://developers.sugarcrm.com/wordpress/2009/06/29/481/</link>
	<description>Weblog for the Sugar Developer community</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:55:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn Anderson</title>
		<link>http://developers.sugarcrm.com/wordpress/2009/06/29/481/comment-page-1/#comment-7909</link>
		<dc:creator>Shawn Anderson</dc:creator>
		<pubDate>Sun, 14 Feb 2010 22:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sugarcrm.com/wordpress/?p=481#comment-7909</guid>
		<description>It is amazing that this is still not possible via the web configuration interface?  Seriously guys, there really should be a way to move this into the studio.</description>
		<content:encoded><![CDATA[<p>It is amazing that this is still not possible via the web configuration interface?  Seriously guys, there really should be a way to move this into the studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loek van Gool</title>
		<link>http://developers.sugarcrm.com/wordpress/2009/06/29/481/comment-page-1/#comment-7304</link>
		<dc:creator>Loek van Gool</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sugarcrm.com/wordpress/?p=481#comment-7304</guid>
		<description>It&#039;s a bit brutal, but removing just one link from the menu can be achieved by unsetting that exact key from the array:

unset($module_menu[1]);

Off course, the menu mustn&#039;t change or this can begin to cause troubles in the menu. Something like this should also work:

foreach($module_menu AS &amp;$item) {
  if($item === array(”index.php?module=Leads&amp;action=EditView&amp;return_module=Opportunities&amp;return_action=ListView”, “New From Canvass Form”,”CreateNotes”, ‘Leads’)) {
    unset($item);
  }
}</description>
		<content:encoded><![CDATA[<p>It&#8217;s a bit brutal, but removing just one link from the menu can be achieved by unsetting that exact key from the array:</p>
<p>unset($module_menu[1]);</p>
<p>Off course, the menu mustn&#8217;t change or this can begin to cause troubles in the menu. Something like this should also work:</p>
<p>foreach($module_menu AS &amp;$item) {<br />
  if($item === array(”index.php?module=Leads&amp;action=EditView&amp;return_module=Opportunities&amp;return_action=ListView”, “New From Canvass Form”,”CreateNotes”, ‘Leads’)) {<br />
    unset($item);<br />
  }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
