Wednesday, September 12, 2012

Hide Advanced Search button on Users page

Here's how you can hide the Advanced Search button on the default Users page in the FIM portal.



There are a few things to keep in mind:
  • You have to edit the ASPX page in Sharepoint designer.  This is not a supported change!
  • You can hide the ASP control by inserting some Javascript on the page.
  • You must call the Javascript upon load as well as upon AJAX response.
And here are the steps to accomplish it:
  • Open the IdentityManagement site in Sharepoint Designer.
  • Make a backup of aspx/users/AllPersons.aspx.
  • Add the following javascript:
    • Note that it's very important that the Javascript code go inside the tags.
<%@ Page masterpagefile="~masterurl/custom.master" language="C#" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document"  UICulture="auto" Culture="auto" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<asp:Content ContentPlaceHolderID="PlaceHolderTitleBar" runat="server">
<script type="text/javascript">
<!--
    function hideElementByClass(matchClass) {
        var elems = document.getElementsByTagName('*'), i;
        for (i in elems) {
            if ((" " + elems[i].className + " ").indexOf(" " + matchClass + " ") > -1) {
                elems[i].style.display = 'none';
            }
        }
    }
    function hideAdvancedSearch() {
        hideElementByClass('newListViewSearchMode');
        hideElementByClass('searchModeToggleImage');
    }
    window.onload = function () {
        hideAdvancedSearch();
    }
    Sys.WebForms.PageRequestManager.getInstance().add_endRequest(hideAdvancedSearch);
// -->
</script>
</asp:Content>
 
<asp:Content id="content1" ContentPlaceHolderID="PlaceHolderMain" runat="server">
 <IdentityManagement:PersonList id="PersonList"  width="100%" height="100%" runat="server"/>
</asp:Content>

References

7 comments:

  1. Your content is nothing short of brilliant in many ways. I think this is engaging and eye-opening material. Thank you so much for caring about your content and your readers.
    Search Button

    ReplyDelete
  2. I recently found many useful information in your website especially this blog page. Among the lots of comments on your articles. Thanks for sharing. psd to responsive html

    ReplyDelete
  3. AtozTopNews is the most prestigious technology site where they write on the latest and most innovative technology. AtoztopNews is renowned for writing reviews of the latest technology to the latest technological advancements. In addition, the articles they write about the most cutting-edge technology is something you can trust, and their comments are interesting.

    ReplyDelete
  4. Godrej Kalyani Nagar is a residential community situated in Pune which is now open for occupancy. The society offers apartments in different budget ranges that perfectly balance comfort and style, tailored to meet your preferences and conveniences. The project offers 1, 2, and 3BHK apartments, that aim to enhance your lifestyle. Godrej Project In Kalyani Nagar

    ReplyDelete
  5. The DRA Egmore project is an upscale residential development situated in the vibrant neighborhood of Egmore, Chennai. It offers a perfect blend of modern architecture and luxurious amenities, ensuring a comfortable lifestyle for its residents. Its strategic location provides easy access to key areas, including educational institutions, healthcare facilities, entertainment venues, and landmarks. The apartments in the project are meticulously designed and equipped with premium facilities, making it an ideal choice for those seeking upscale living in the heart of Chennai.
    For More Information -
    DRA Egmore In Chennai

    ReplyDelete
  6. The Omaxe State Dwarka in Delhi's Sector 19B is a bustling commercial and entertainment center. It boasts a wide array of retail stores, dining options, and entertainment venues, catering to various tastes and preferences. Strategically located in Dwarka, it attracts a diverse crowd, including residents, students, and working professionals. With its modern design and ample amenities, The Omaxe State Dwarka continues to be a popular destination for shopping, dining, and leisure activities in the heart of Delhi.
    For More Information -
    The Omaxe State Dwarka Delhi

    ReplyDelete