How to remove the option "Search This Site" from search box on customized Master Page in SP 2013

Hi Everyone,
I want to remove the option "This Site" from search box on Master page. I have searched this forum and found tips. I have added the
<Property Name="DropDownModeEx">ShowDD_NoContextual</Property>
in the file SearchArea under
C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\FEATURES\OSearchEnhancedFeature
But it didn't work. The tips is for SP 2007. Anyone can help me to change this in Sp 2013?
Thanks.
<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Control
        Id="SmallSearchInputBox"
        Sequence="25"
        ControlClass="Microsoft.SharePoint.Portal.WebControls.SearchBoxEx" ControlAssembly="Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
 <Property Name="GoImageUrl">/_layouts/images/gosearch15.png</Property>
 <Property Name="GoImageUrlRTL">/_layouts/images/gosearchrtl15.png</Property>
 <Property Name="GoImageActiveUrl">/_layouts/images/gosearchhover15.png</Property>
 <Property Name="GoImageActiveUrlRTL">/_layouts/images/gosearchrtlhover15.png</Property>
        <Property Name="UseSiteDefaults">true</Property>
        <Property Name="FrameType">None</Property>
        <Property Name="ShowAdvancedSearch">false</Property>
        <Property Name="DropDownModeEx">HideScopeDD_DefaultContextual</Property>
 <Property Name="DropDownModeEx">ShowDD_NoContextual</Property>
        <Property Name="UseSiteDropDownMode">true</Property>
    </Control>   
</Elements>
This is the link I found
http://social.technet.microsoft.com/Forums/sharepoint/en-US/dc35ccf4-bc94-4827-9f16-83478c8642d1/removing-thissite-from-search-dropdown

Hi
Please try this .. add this in your master page and check
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script>
$(document).ready(function() {
document.getElementById("SearchBox").children[0].children[0].value="Search";
document.getElementById("SearchBox").children[0].children[0].title="Search";
</script>
Manoj Gangwar | Sharepoint 2010 MCPD | Sharepoint 2010 MCTS

Similar Messages

  • How to remove the Option "Only Refer Excise Invoice "from MIGO

    Hello,
    We are using the ECC 6.0. while suppose material is excisable then there are Four options will come in MIGO --Excise Invoice tab
    1)Only Cature Excise Invoice
    2)Only Refer excise Invoice
    3)Only Part1
    4)No excise Entry
    As per my client requirement then only need two options in MIGO.
    1)Only Part1
    2)No excise Entry
    Bcz they want to Capture and Post excise Invoice in J1IEX only...
    I have tried from Tax on goods movementIndia-Basic settings--Excise Grp settings..... Here in MIGO settings  we can remove the Click from "EI Capture"....Then we will not find the Capture excise Invoice in MIGO. Next How to remove the "Only refer Excise Invoice from MIGO..
    Regards
    sapman

    Hi,
    You can capture Excise Invoice w.r.t. PO in J1IEX and then refer it during MIGO (Note: - You are not capturing Excise Invoice again, only referring it) and then Post it in J1IEX.
    And in case of Stock Transport Orders, you need to refer the Excise Invoice No at the time of GR in receiving plant which is posted in the Supplying Plant (via J1IIN) so that system will copy all the duties same as of that invoice and user need not to do any manual intervention.
    Also in case of Imports, first you capture Bill of Entry w.r.t. PO in J1IEX and then refer it during MIGO and finally post it in J1IEX.

  • I need to know how to disable the forget about this site feature.

    I have disabled the inprivate browsing feature and I need to know how to disable the forget about this site feature. I have a teenager and this is not a feature that I want available.

    Some info here (group policy) --> http://www.unidesk.com/blog/how-disable-firefox-auto-updates<br />
    Above article refers to --> http://sourceforge.net/projects/firefoxadm/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • I got a new macbook pro and now I need to know how to remove the prior owners itunes id from my computer?

    I got a new macbook pro and now I need to know how to remove the prior owners itunes id from my computer?

    If you purchased a computer from another person, you need to wipe it clean.  To do this, click on the link - Erasing disks securely 
    Depending on your model Macbook Pro...
    Start up from your install disc, go to Disk Utility and select the disk and click erase - to securely erase data click Security Options and Erase Free Space which will entirely wipe your disk, overwriting it with zeros so that no data is recoverable.

  • How to  remove the Special characters like @,#,$ ,..from field

    How to  remove the Special characters like @,#,$<,..from text  field. we nedd to remove any specila char from text field .
    ex:text  = just#fi%cation@text
    the text should be justification.

    hi check this ..
    data:char(25) value '5#4#2#&1#&',
         char1(9) .
           replace all occurrences of '#' in char with 'and' .
           replace all occurrences of '&' in char with 'num' .
         write: char.
    or use this..
    data:char(25) value 'test@ing*5#4#2#&1#&',
         char1(9) .
           replace all occurrences of '#' in char with space .
           replace all occurrences of '&' in char with space .
           replace all occurrences of '@' in char with space .
           replace all occurrences of '*' in char with space .
         write: char.
    regards,
    venkat.

  • How to remove the option "shared with"

    Hello,
    for a certain list, I need to remove the option "shared with' from the "....", not at the ribbon. Is this possible and how?
    Thank you
    Christos

    I would also suggest manipulating CSS, and you see some of the ideas in this forum. However I have not tried any of those methods -http://sharepoint.stackexchange.com/questions/66420/how-to-remove-the-shared-with-or-email-to-everyone-buttons
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • How to remove the option "Set as default background..." from the right-click menu on a picture, for all users.

    Hi! I would like to know if there is any possibility to remove the option "Set as default background..." from the right-click menu on a picture, for all users. I know that's possible to edit userContent.css or userChrome.css, but this concerns only a profile at a time and being in a domain, I would like to set this for all people using Firefox.
    Can it be possible to edit a mozilla.cfg file to get the same result?
    Thank you in advance for help and tips.

    AFAIK then there is no way to do that system wide. You can only do that via userChrome.css or an extension like the Menu Editor per profile .You can install extensions globally, but the user will have to enable them anyway. That is not required for userChrome.css code.

  • How to remove the buttons which are coming from a report?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Hi,
    I think u r mentioning about the addition buttons that appear in the selection screen when using a logical database. for removing these buttons u can use a function module RS_SET_SELSCREEN_STATUS  for setting ur own pf-status
    do this in "at selection screen output" of the program..
    in the tables parameter, u have the option for giving the ok-codes that u want to remove. append all the ok-codes into this table.
    for getting the ok-codes u can use "tab" and go the button.. press F1. it will give the ok-code.
    Regards,
    Anoop

  • How to remove the automatically generated text fields from the InfoSet

    I followed the procedure by SAP help.
    Automatically generated text fields are marked with a 'T' on the icon in the InfoSet. You can remove the automatically generated text fields from the InfoSet in the initial screen of the InfoSet maintenance under Further Functions -> Delete Text Fields. Cancel the DataSource creation on the next screen and delete the text fields in the InfoSet maintenance transaction.
    I know that there is an option "No automatic text recognition" when I create a new InfoSet, however, I couldn't find out how to change an existed InfoSet. I checked menu Goto->Global Properties, but that option is disabled. Is there a way to remove text fields from an existed InfoSet?

    Hi,
    In the initial screen (when you enter transaction code SQ02) type your infoset name and goto menu: Infoset -> More functions -> Delete text fields. this will delete all text fields.
    I hope this helps to resolve the issue.
    Ram

  • How to remove the extra or blank space from RTF Template

    Hi All,
    Try to remove the extra space from  xml template.
    Here I have attached the .xml file with .rdf, here the issue is when you load the data we will get 2 page output but when I am trying to add any column or extra space in the last page of this template the output getting 4 pages with lot of blank space. Could you please guide me to solve this issue.
    Could you please let me know how to do the attachement in this forum as I am new to this community.
    Regards,
    Sushant

    Can you drop in a mail with RTF, xml data to [email protected], I will help you on the issue.

  • How to remove the application which is downloaded from app store

    I have downloaded pocket pond application from app store. However I would like to remove it as I do not like it. Can you let me know how to remove the application?
    Regards
    AADK

    Press and hold the icon until it wiggles.  Press the x to delete the app.  Press the Home button when done.
    http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf

  • How to remove the Options and Task from the toolbar

    In the FLM portal initially we can see 'Options' in the menu bar after we log in. Below it there is 'Tasks' and 'Reports'. on clicking 'Tasks' and new menu bar 'Tasks' can be seen, under which 'New Tasks' option is there. When we click on 'New Forms' it shows the list of forms and when we select the desired form it opens the interactive form.
    My problem is when this form is opened on the header the 'Options' and 'Tasks' bar can be seen, under which the adobe menu bar comes (Print, Save, Zoom etc.) . This 'Options' and 'Tasks'  how to remove from the interactive forms page.
    Edited by: NIKHILKUMAR POOJARI on Feb 13, 2009 4:24 PM

    Dear Mano,
    By using Authorizations you can remove the Drag and Relate Menu
    Goto Administration ---> System Initialization -
    > Authorization -
    > General Authorization
    General -
    > Drag & Relate -
    > No authorization
    Regarding Authorizations, click the below link to get details
    [Define Authorizations|https://websmp205.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000437965&_OBJECT=011000358700000481572006E&_SCENARIO=01100035870000000183&]
    Regards,
    Bala

  • How to remove the option GR with reference to PO from MIGO?

    Hi All,
    We are doing the Goods receipt with reference to Inbound Delivery (in T code MIGO).
    And never use the option Goods receipt with reference to Purchase Order.
    So, we want to remove this option Goods receipt with reference to Purchase Order.
    Is it possible and how?

    Dear,
    Goto - SPRO - MATERIAL MANAGEMENT - INVENTORY MANAGEMENT AND PHYSICAL INVENTORY - SETTINGS FOR ENJOY TRANSACTIONS - SETTINGS FOR GOODS MOVEMENTS - SETTINGS FOR TRANSACTIONS AND REFERENCE DOCUMENTS.
    Once select this option, from the next window open - select the appropriate action usually - MIGO-GR.
    Then select Transaction / Event.
    Then select again GOODS RECEIPT and double click on REFERENCE DOCUMENTS.
    DE-ACTIVATE purchase order check box and save.
    No need to delete purchase order option, just de-activate it.
    Try this.
    Regards,
    Syed Hussain.
    Edited by: Syed Hussain on Aug 29, 2009 10:37 AM

  • How to remove the stubborn 3rd party software from my curve

    Here are the softwares that I want to remove-
    ICQ, AIM, Myspace, Yahoo search, Google talk, Yahoo messenger, Window Live messenger...  I never use those softwares.  I tried using desktop manager, those softwares aren't even on the list.  And, I tried to use applications under advanced options, it did remove from the list then reboot the curve,  they still come back on the curve.  They are so stubborn!  Can anyone help? 
    Thanks,
    Amy

    once you remoe them from applications they are gone. When you restart your device, only the icon comes back, if you were to actually click on that icon, it wont run the program, it will download and install it first. The reason for this is because its part of your plan from your carrier and is always pushed back to your device. if you ahve them uninstalled, u are saving space, then just hide the install icon.

  • How to Remove the Requirement of Sto Loc from Supplement Delivery?

    Hi Friends
    I have customised supplementary order type, delivery type and billing type. In supplemntary delivry item category, the relevance for picking, storage location required, determine storage location, fields are unchecked. It works well with a particular customer and for a particular sales area, particular materials. In delivery, we have PGI and saved delivery. Delivry did not have picking and it did not ask for any storage location. Thus Delivery does not create any goods movement.
    But when I am trying to create the same supplementary order type for a different customer and different sales area and scrap material, the delivery has no picking but its asking for storage location to do PGI. Pls tell me what I have to do to remove the requiremnt for storage location in delivery for this particular sales area.
    Thanks
    sangeeta

    Hi,
    I hope your issue is resoved now.
    The same thread is posted in SD General.
    So close this thread if it is resolved and if there is issue then let me know the problem

Maybe you are looking for

  • Safari and Skype Quit Unexpectedly

    Safari (intermittently) and Skype (always) quit unexpectedly.  I did a Safe Boot and restarted and this has not fixed it (this technique did work last time): https://discussions.apple.com/message/22994253#22994253 I ran F-Secure:  I have no virus.  T

  • Getting Creative Zen player to connect through amarok [SOLVED]

    Edited 12-27 to include new info I'm trying to get myCreative Zen player to connect through amarok but am having some problems. After some looking around I figured out the libmtp in the extra repository doesn't support this player, but the newest ver

  • I need to map my garden.  I need to draw it to scale and locate plants ties to a list of plants.

    I need to map my garden.  I need to draw it to scale and locate plants that ties to a list of plant names.

  • Locking items

    Hi, I'm adding pages to a document but I want to keep some items on de master page (I don't want them to be put on the real pages). The "V-lijn" is a vertical line and the footer is a group of objects that form a footer on each page. Sometime I need

  • Iphone 4s photo problems

    I have the iphone 4s (verizon) and have about 65 photos i've taken with it on the phone.  today the last 10 photos started showing up very pixelated, low resolution, and i can't see them clearly.  if i click on 'edit' they resolve and seem fine and i