<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Customizing the user experience of SharePoint: Modifying the default experience (Part 2 of 6)</title>
	<atom:link href="http://sharepointmagazine.net/technical/development/customizing-user-experience-sharepoint-modifying-default-experience-part-2-6/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net/technical/development/customizing-user-experience-sharepoint-modifying-default-experience-part-2-6</link>
	<description>SharePoint Magazine is an online Magazine dedicated to the world of SharePoint</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:38:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://sharepointmagazine.net/technical/development/customizing-user-experience-sharepoint-modifying-default-experience-part-2-6/comment-page-1#comment-395</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 30 Oct 2008 00:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://sharepointmagazine.net/?p=1434#comment-395</guid>
		<description>Pertaining to the feature to add a new CustomActionGroup to the Site Setting page. I follwed the directions and the new column does not display. The Feature DOES show up in under Site Administration adn I have activated it - but it does not show -- any ideas would be greatley appreciated. Follows is my code --&lt;br&gt;&lt;br&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; &lt;br&gt;- &lt;Feature Id=&quot;185089B5-5C74-494B-89E1-C9674F5A5410&quot; Title=&quot;Custom Administration Pages&quot; Description=&quot;Custom Administration Pages.&quot; Version=&quot;1.0.0.0&quot; Scope=&quot;Web&quot; Hidden=&quot;FALSE&quot; DefaultResourceFile=&quot;core&quot; xmlns=&quot;http://schemas.microsoft.com/sharepoint/&quot;&gt;&lt;br&gt;- &lt;ElementManifests&gt;&lt;br&gt;  &lt;ElementManifest Location=&quot;elements.xml&quot; /&gt; &lt;br&gt;  &lt;/ElementManifests&gt;&lt;br&gt;  &lt;/Feature&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;  &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; &lt;br&gt;- &lt;Elements xmlns=&quot;http://schemas.microsoft.com/sharepoint/&quot;&gt;&lt;br&gt;  &lt;CustomActionGroup Id=&quot;AppAdmin&quot; Location=&quot;Microsoft.SharePoint.SiteSettings&quot; Title=&quot;Site Specific&quot; Sequence=&quot;5&quot; /&gt; &lt;br&gt;- &lt;CustomAction Id=&quot;SiteAdmin&quot; GroupId=&quot;SiteAdmin&quot; Location=&quot;Microsoft.SharePoint.SiteSettings&quot; Sequence=&quot;5&quot; Title=&quot;Site Approvers&quot; Rights=&quot;EnumeratePermissions,BrowseUserInfo&quot;&gt;&lt;br&gt;  &lt;UrlAction Url=&quot;~site/_layouts/lm_Approvers.aspx&quot; /&gt; &lt;br&gt;  &lt;/CustomAction&gt;&lt;br&gt;- &lt;CustomAction Id=&quot;ContactUs&quot; GroupId=&quot;ContactUs&quot; Location=&quot;Microsoft.SharePoint.SiteSettings&quot; Sequence=&quot;10&quot; Title=&quot;Contact Us Posts&quot; Rights=&quot;EnumeratePermissions,BrowseUserInfo&quot;&gt;&lt;br&gt;  &lt;UrlAction Url=&quot;~site/_layouts/lm_ContactUs.aspx&quot; /&gt; &lt;br&gt;  &lt;/CustomAction&gt;&lt;br&gt;- &lt;CustomAction Id=&quot;BulkEMail&quot; GroupId=&quot;BulkEMail&quot; Location=&quot;Microsoft.SharePoint.SiteSettings&quot; Sequence=&quot;15&quot; Title=&quot;Send Bulk EMail&quot; Rights=&quot;EnumeratePermissions,BrowseUserInfo&quot;&gt;&lt;br&gt;  &lt;UrlAction Url=&quot;~site/_layouts/lm_SendAllGroupEmail.aspx&quot; /&gt; &lt;br&gt;  &lt;/CustomAction&gt;&lt;br&gt;  &lt;/Elements&gt;</description>
		<content:encoded><![CDATA[<p>Pertaining to the feature to add a new CustomActionGroup to the Site Setting page. I follwed the directions and the new column does not display. The Feature DOES show up in under Site Administration adn I have activated it &#8211; but it does not show &#8212; any ideas would be greatley appreciated. Follows is my code &#8211;</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt; <br />- &lt;Feature Id=&#8221;185089B5-5C74-494B-89E1-C9674F5A5410&#8243; Title=&#8221;Custom Administration Pages&#8221; Description=&#8221;Custom Administration Pages.&#8221; Version=&#8221;1.0.0.0&#8243; Scope=&#8221;Web&#8221; Hidden=&#8221;FALSE&#8221; DefaultResourceFile=&#8221;core&#8221; xmlns=&#8221;http://schemas.microsoft.com/sharepoint/&#8221;&gt;<br />- &lt;ElementManifests&gt;<br />  &lt;ElementManifest Location=&#8221;elements.xml&#8221; /&gt; <br />  &lt;/ElementManifests&gt;<br />  &lt;/Feature&gt;</p>
<p>  &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt; <br />- &lt;Elements xmlns=&#8221;http://schemas.microsoft.com/sharepoint/&#8221;&gt;<br />  &lt;CustomActionGroup Id=&#8221;AppAdmin&#8221; Location=&#8221;Microsoft.SharePoint.SiteSettings&#8221; Title=&#8221;Site Specific&#8221; Sequence=&#8221;5&#8243; /&gt; <br />- &lt;CustomAction Id=&#8221;SiteAdmin&#8221; GroupId=&#8221;SiteAdmin&#8221; Location=&#8221;Microsoft.SharePoint.SiteSettings&#8221; Sequence=&#8221;5&#8243; Title=&#8221;Site Approvers&#8221; Rights=&#8221;EnumeratePermissions,BrowseUserInfo&#8221;&gt;<br />  &lt;UrlAction Url=&#8221;~site/_layouts/lm_Approvers.aspx&#8221; /&gt; <br />  &lt;/CustomAction&gt;<br />- &lt;CustomAction Id=&#8221;ContactUs&#8221; GroupId=&#8221;ContactUs&#8221; Location=&#8221;Microsoft.SharePoint.SiteSettings&#8221; Sequence=&#8221;10&#8243; Title=&#8221;Contact Us Posts&#8221; Rights=&#8221;EnumeratePermissions,BrowseUserInfo&#8221;&gt;<br />  &lt;UrlAction Url=&#8221;~site/_layouts/lm_ContactUs.aspx&#8221; /&gt; <br />  &lt;/CustomAction&gt;<br />- &lt;CustomAction Id=&#8221;BulkEMail&#8221; GroupId=&#8221;BulkEMail&#8221; Location=&#8221;Microsoft.SharePoint.SiteSettings&#8221; Sequence=&#8221;15&#8243; Title=&#8221;Send Bulk EMail&#8221; Rights=&#8221;EnumeratePermissions,BrowseUserInfo&#8221;&gt;<br />  &lt;UrlAction Url=&#8221;~site/_layouts/lm_SendAllGroupEmail.aspx&#8221; /&gt; <br />  &lt;/CustomAction&gt;<br />  &lt;/Elements&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
