How to add a dropdown menu to the search box (the 'search this site' box that appears on all subsites)

Hello there,
I know that in the search center you can add search verticals. Then you can configure the search box so it has a drop down menu so you can specify the result source you want to search. 
But my question is about the 'search this site' box which appears on all subsites, so not the one in the search center. Is it possible to add the same dropdown menu to this box as in the search center?
Thanks in advance!

Hi,
According to your post, my understanding is that you wanted to add a dropdown menu to the search box.
You need to look at the Search Settings page that is located under the Site Collection Administration of the Site Settings.
Here are some similar blogs for your reference:
SharePoint 2013 Search Settings and Search drop down menu
Customizing Search Navigation on a SharePoint 2013 Publishing Site  
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • How to add a dropdown menu in flash document (.swf, .fla) ??

    How to add a dropdown menu in flash document (.swf, .fla) ??
    as i am developing a website for my semester proj, i need to add some flash contetn in the website..
    here is the link, http://www.mediafire.com/?wnx1jkwkkx9c118
    Check Out..
    the thing is i want a dropdown list/menu in "language selection - tab " (check the html page in above link).. plz help me out..
    Thank You,
    sairam

    For Flash questions check the Flash Forums. 
    http://forums.adobe.com/community/flash
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Dropdown Menu bar being hidden by the Textarea

    My problem is that the menu bar does show up, but the text area is over the dropdown menu. You can see the drop down menu start but then is hidden under the textarea. I hope that a good enough discription.
    The frame is a typical JFrame that contains a BorderLayout. My class TheFrame is an extention of JFrame. In the CenterPanel I have a Text area. In the south panel I have another BorderLayout with a text area as the center and a button for the east panel. The menu is going under the text area in the center panel. This might be a bug with the borderlayout?
    public TheFrame(){
    super("Com");
    getContentPane().setLayout(new BorderLayout());
    JMenuBar menuBar = new JMenuBar();
    setJMenuBar(menuBar);
    menuBar.add(getMyMenuBar());
    getContentPane().add(getCenterPanel(), BorderLayout.CENTER);
    getContentPane().add(getSouthPanel(), BorderLayout.SOUTH);
    pack();
    private JMenu getMyMenuBar(){
    JMenu menu = new JMenu("File");
    menu.add(createConnectItem());
    menu.add(new JMenuItem("test"));
    return menu;
    private JMenuItem createConnectItem(){
    JMenuItem connect = new JMenuItem("New");
    ActionListener listener = new ConnectMenuItemActionListener(com);
    connect.addActionListener(listener);
    return connect;
    }

    I don't see the textarea in the code you posted.
    But I know that the described problem comes up when
    you use "TextArea" unstead of "JTextArea".
    "TextArea" is an awt component and "JTextArea" is
    the corresponding swing component. You should not
    mix awt and swing components in the same GUI.
    However, "TextArea" has the scrolling facility already included.
    With "JTextArea" you must use JScrollPane if you need
    scrolling.
            JScrollPane scrollpane = new JScrollPane();
            JTextArea textarea = new JTextArea();
            scrollpane.setViewportView(textarea);

  • Robohelp 10: how to create a dropdown menu as an index?

    I currently have several standard links to other robohelp pages in my main index page.  I would like to change this to a dropdown menu, but when I add a dropdown menu (Insert -> HTML -> Form -> Drop-down Menu) It doesn't have any option to link to other pages.
    Is there an easy way to do this?

    Jeff, long ago I stopped adding a sig line.
    cnwinger, the wish form is below:
    http://www.adobe.com/go/wish
    A "standard drop-down menu" is a form element. RoboHelp does offer form elements but does nothing in the way of assisting with the scripting needed to make the form elements work.
    Cheers... Rick

  • How to show an dropdown menu when user click on one point on lineseries?

    Hi all,
    I am new  in flex development.
    I am showing line series on the chart, I'd like to give some interaction, when user click on the "point" on the line, I'd like to show a dropdown menu, and react to user's choice on the menu item.
    Is it doable? Any sample or reference?
    Thanks in advance.
    /// Jack

    Cool, that definitely moving forward.
    I saw two questions here:
    1. I added mouseOver/mouseOut action to the LineSeries, it then react when I mouse over the line, instead of at the data point.
    2. How do I know the dataPoint's position and locate popmenu in that place? on other words, how do I have dropdown menu. I tried to use "this" as DisplayObjectContainer and send to Menu.createMenu, but seems not working.
    Here is the code pieces I am talking about:
    [Bindable]public var myMenu:Menu;
                // Create and display the Menu control.
                private function createAndShow():void {
                    Menu.
                    myMenu = Menu.createMenu(holder, myMenuData, true);
                    myMenu = Menu.createMenu(null, myMenuData, false);
                    myMenu.labelField="@label";
                    myMenu.show(10, 10);
                private function hideMenu():void {
                    myMenu.hide();
    <mx:series>
                        <mx:LineSeries mouseOver="createAndShow()" mouseOut="hideMenu()" sortOnXField="true"  xField="date1" yField="score1"  displayName="Score1">
    Thanks.

  • How to add a customer field or extn coll in the tab1&2&3..of a UDO doc?

    Hi Experts,
    Does anybody know how to add a customer field or extn collection in the unused  tabs like tab1&2...in a UDO document?
    Thanks for your reply in advance.
    Thanks & Regards,
    David

    Hi Subhasini - <br><br>
    It seems you have discovered that adding an extension field to the Project Suppliers collection is not possible; many of the collections in E-Sourcing do not support extensions and, even when they do, typically, the table view of the data cannot be changed to show the extension value (it would only show on a "details" page, for example.<br><br>
    The solution that you have proposed may work, although I think there is a slight mistake in your logic. I believe you are saying that the script would take data from the newly created extension collection and populate data in the out-of-the-box vendor collection. <br><br>
    In thinking about your solution, I believe the benefit is that any logic and reporting based on the standard collection continues to function correctly (e.g., creating an RFx from the Project will use the out-of-the-box vendor collection).<br><br>
    That being said, I generally am reluctant to do a "replace" of a standard collection with an extension collection as you propose. My recommendation is that you challenge the customer on the importance of this requirement. For example, could the code be maintained on the vendor record? Why is it maintained in Projects? If it is maintained in the vendor record, could you just populate a read only collection the Projects that shows the vendor and code? Could a report be written that can be launched from within the Project to show the values? How does the customer intend to use this field? Could the display name of the vendor object be the right place for it?<br><br>
    I hope these ideas are helpful.<br><br>
    Regards,<br><br>
    Rob<br><br>

  • How to Add a parameter of currency exchange rate in the selection screen

    Dear Friends,
    How to Add a parameter of currency exchange rate in the selection screen with format (9999.99999). wich field i need to take.
    Thanks,
    Sridhar

    TCURR-UKURS.
    ~Suresh

  • How to add a port for a IP cam in the airport extreme setting? thx!

    I has buy a IP cam, but I don't know how to add a port for a IP cam in the airport extreme setting? (I can see the IP cam in local, but not the internet.) Many Thanks!

    atwoodjordan, Welcome to the discussion area!
    See Steve Newstrum's user tip "How do I use Port Mapping (Part I)". When it talks about giving your Mac a static IP address just substitute camera instead.

  • How do i disble edit menu's delete item on the oracle forms 11i

    How do i disble edit menu's delete item on the oracle forms 11i
    i have an oracle form that i created using standard template, i am able to disable the edit.clear button but cannot disable the edit.delete button.
    Pelase help.

    Hi user6010265
    Welcome here :)
    but unfortunatly u mis-choose the right forum pls follow the following link they might be more helpful than us..
    Transfer alert in 11i
    Regards,
    Abdetu...

  • HT4436 Since installing Ios7 280 music tunes out of a total of 360 will now only play when I'm within range of WiFi. How can I get them back on my Iphone 4s and scrap this stupid icloud that I did not want or ask for in the first place.

    Since installing Ios7   280 music tunes out of a total of 360 will now only play when I'm within range of WiFi. The remainder now appear with the stupid Icloud logo beside them. How can I get them back on my Iphone 4s and scrap this stupid icloud that I did not want or ask for in the first place. Why can't rotten apple ask if you want the dam icloud rather than just stealing everything without permission and then you can only have access to it through wifi.

    Wow, just posting and it seems that there is a solution that is working for me...
    What I've did is I turned off iTunes Match on my iPhone, then turned in on again. Now in my iTunes library on my mac I can get the duplicates to be matched or uploaded to iCloud with a right-click, add to iCloud. iTunes Match starts to check the songs and everything is done correctly. Pretty nice!

  • How to add list of multiple file types to file type of file dialog box in LabVIEW

    How to add list of multiple file types to file type of file dialog box in LabVIEW?
    In file dialog box there is option to add only one file type,in the list,not by seperating commas,
    regards,
    Naresh.N

    Write the file types in pattern Input string, separated by a semicolon ;
    For example:  *.vi;*.doc;*.jpeg;*.xls
    This should return the set of files with matching extensions
    Message Edited by devchander on 09-10-2008 08:02 AM
    Message Edited by devchander on 09-10-2008 08:03 AM

  • How can i fix "the sim card inserted in this iphone does not appear to be supported " after restoring a factory unlocked iphone 4

    how can i fix "the sim card inserted in this iphone does not appear to be supported " after restoring a factory unlocked iphone 4

    The term "factory unlocked" has no meaning. Your phone was not legitimately unlocked. Contact the carrier it is locked to and find out if you can get it unlocked.

  • HT201407 How do I activate my sim. Phone was locked to Virgin mobile, was told to put my sim in (telstra) using itunes to re registar all that comes up is The sim card inserted in this iphone does not appear to be supported.

    How do i activate my sim. Phone was locked to Virgin mobile, was told to insert my sim (telstra) go to itunes and re-register phone. Itunes keeps saying The sim card inserted in this phone does not appear to be supported. Brett

    Your phone was previously hacked to get it to work on a carrier other than the one it was locked to. Restoring it restored the carrier lock.  Only the carrier it is locked to can authorize an unlock. Not all carriers will do this. You will have to find out who it is locked to and contact them.

  • How to fix The SIM card inserted in this iPhone does not appear to be supported. The SIM card that you currently have installed in this iPhone is from a carrier that is not supported under the activation policy that is currently assigned by the activation

    The SIM card inserted in this iPhone does not appear to be supported.
    The SIM card that you currently have installed in this iPhone is from a carrier that is not supported under the activation policy that is currently assigned by the activation server. This is not a hardware issue with the iPhone. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked by your carrier. Please contact Apple for more information.

    Or if you've recently got the phone unlocked then you'll need to connect it to  itunes and then do a fresh restore to unlock it ,although for most users simply connecting to itunes for few seconds did the trick.

  • HT1937 i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears  The SIM card inserted in this iPhone does not appear to be supported This iPhone is not currently setup to work with carrier you're attempting to use. Please

    i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears
    The SIM card inserted in this iPhone does not appear to be supported
    This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked.

    It sounds like you or someone else hacked the phone to unlock it. Updating it locked it to the original carrier.
    How did you unlock it? The ONLY legitimate way is to ask the carrier it is locked to to unlock it. Any other way requires hacking or jailbreaking the phone.

Maybe you are looking for

  • [solved] HDMI audio only through laptop speakers

    I am running archlinux on an original surface pro with alsa. All sound works fine except that with an hdmi cable plugged in the audio still routes through the surface speakers and never through the tv or lcd projector. I have googled a plenty, but no

  • Ipod constantly turns itself off and requires a restart

    I have a 1st generation Ipod Touch 16GB and recently it has begun turning itself off when i'm doing something such as listening to music or using an app and when i turn it back on the Apple logo appears for 2-3 minutes and then the date and time is r

  • Asset unplanned depreciation posted wrongly

    Dear all, For 100 assets unplanned depreciation posted wrongly. In AB08 reversed the documents but FI document is not generating for that. After this when I am doing repeat run in AFAB then normal depreciation is getting effected by this run. How to

  • Email from Andy Ellis

    Received an email today from Andy Ellis "Head of Customer Service"...... "We're pleased to confirm that your Telstra Bundle order is now all connected. Here's some information we hope you'll find helpful." No it's not ! I have been battling to get th

  • HKLM Permissions lost after reboot

    Hello All. I have a need to give the Everyone group full control over the root HKLM hive of the registry. I have used the RegEdit GUI and the regini command to grant full control to the Everyone group for the HKLM Key and Subkeys. However, once I reb