<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>SharePoint Magazine - Latest Comments in Customizing the user experience of SharePoint: Modifying the default experience (Part 2 of 6)</title><link>http://sharepointmagazine.disqus.com/</link><description>SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.</description><language>en</language><lastBuildDate>Wed, 29 Oct 2008 13:27:49 -0000</lastBuildDate><item><title>Re: Customizing the user experience of SharePoint: Modifying the default experience (Part 2 of 6)</title><link>http://sharepointmagazine.net/?p=1434#comment-3365810</link><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;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; &lt;br&gt;- &amp;lt;Feature Id="185089B5-5C74-494B-89E1-C9674F5A5410" Title="Custom Administration Pages" Description="Custom Administration Pages." Version="1.0.0.0" Scope="Web" Hidden="FALSE" DefaultResourceFile="core" xmlns="http://schemas.microsoft.com/sharepoint/"&amp;gt;&lt;br&gt;- &amp;lt;ElementManifests&amp;gt;&lt;br&gt;  &amp;lt;ElementManifest Location="elements.xml" /&amp;gt; &lt;br&gt;  &amp;lt;/ElementManifests&amp;gt;&lt;br&gt;  &amp;lt;/Feature&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;  &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; &lt;br&gt;- &amp;lt;Elements xmlns="http://schemas.microsoft.com/sharepoint/"&amp;gt;&lt;br&gt;  &amp;lt;CustomActionGroup Id="AppAdmin" Location="Microsoft.SharePoint.SiteSettings" Title="Site Specific" Sequence="5" /&amp;gt; &lt;br&gt;- &amp;lt;CustomAction Id="SiteAdmin" GroupId="SiteAdmin" Location="Microsoft.SharePoint.SiteSettings" Sequence="5" Title="Site Approvers" Rights="EnumeratePermissions,BrowseUserInfo"&amp;gt;&lt;br&gt;  &amp;lt;UrlAction Url="~site/_layouts/lm_Approvers.aspx" /&amp;gt; &lt;br&gt;  &amp;lt;/CustomAction&amp;gt;&lt;br&gt;- &amp;lt;CustomAction Id="ContactUs" GroupId="ContactUs" Location="Microsoft.SharePoint.SiteSettings" Sequence="10" Title="Contact Us Posts" Rights="EnumeratePermissions,BrowseUserInfo"&amp;gt;&lt;br&gt;  &amp;lt;UrlAction Url="~site/_layouts/lm_ContactUs.aspx" /&amp;gt; &lt;br&gt;  &amp;lt;/CustomAction&amp;gt;&lt;br&gt;- &amp;lt;CustomAction Id="BulkEMail" GroupId="BulkEMail" Location="Microsoft.SharePoint.SiteSettings" Sequence="15" Title="Send Bulk EMail" Rights="EnumeratePermissions,BrowseUserInfo"&amp;gt;&lt;br&gt;  &amp;lt;UrlAction Url="~site/_layouts/lm_SendAllGroupEmail.aspx" /&amp;gt; &lt;br&gt;  &amp;lt;/CustomAction&amp;gt;&lt;br&gt;  &amp;lt;/Elements&amp;gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom</dc:creator><pubDate>Wed, 29 Oct 2008 13:27:49 -0000</pubDate></item></channel></rss>