Create Search Custom Navigation Link

Good day everyone.
I' am trying to add custom navigation link under main search box - like everything, people and others  in search center site 
After searching a little bit a have found that you need to create a custom page
For example this is a default page for Document Navigation
<%@ Page Inherits="Microsoft.SharePoint.Publishing.TemplateRedirectionPage,Microsoft.SharePoint.Publishing,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %> <%@ Reference VirtualPath="~TemplatePageUrl" %> <%@ Reference VirtualPath="~masterurl/custom.master" %><%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"><head>
<!--[if gte mso 9]><SharePoint:CTFieldRefs runat=server Prefix="mso:" FieldList="FileLeafRef,Comments,PublishingStartDate,PublishingExpirationDate,PublishingContactEmail,PublishingContactName,PublishingContactPicture,PublishingPageLayout,PublishingVariationGroupID,PublishingVariationRelationshipLinkFieldID,PublishingRollupImage,Audience,PublishingIsFurlPage,PublishingPageImage,PublishingPageContent,SummaryLinks,SummaryLinks2,SeoBrowserTitle,SeoMetaDescription,SeoKeywords,RobotsNoIndex"><xml>
<mso:CustomDocumentProperties>
<mso:PublishingContact msdt:dt="string">1073741823</mso:PublishingContact>
<mso:PublishingIsFurlPage msdt:dt="string">0</mso:PublishingIsFurlPage>
<mso:display_urn_x003a_schemas-microsoft-com_x003a_office_x003a_office_x0023_PublishingContact msdt:dt="string">Системная учетная запись</mso:display_urn_x003a_schemas-microsoft-com_x003a_office_x003a_office_x0023_PublishingContact>
<mso:PublishingContactPicture msdt:dt="string"></mso:PublishingContactPicture>
<mso:RobotsNoIndex msdt:dt="string">0</mso:RobotsNoIndex>
<mso:PublishingContactName msdt:dt="string"></mso:PublishingContactName>
<mso:ContentTypeId msdt:dt="string">0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF390064DEA0F50FC8C147B0B6EA0636C4A7D4008344988E12D6E64F96A115ED92A7F228</mso:ContentTypeId>
<mso:PublishingPageLayoutName msdt:dt="string">SearchResults.aspx</mso:PublishingPageLayoutName>
<mso:Comments msdt:dt="string"></mso:Comments>
<mso:PublishingContactEmail msdt:dt="string"></mso:PublishingContactEmail>
<mso:PublishingPageLayout msdt:dt="string">http://mip-portal/_catalogs/masterpage/SearchResults.aspx, Search Results</mso:PublishingPageLayout>
<mso:RequiresRouting msdt:dt="string">False</mso:RequiresRouting>
</mso:CustomDocumentProperties>
</xml></SharePoint:CTFieldRefs><![endif]-->
<title>share</title></head>
 Are there some manuals how to create a custom pages like this?
Thanks in advance

You mean like this?
http://richardstk.com/2013/05/03/create-a-search-tab-in-sharepoint-2013/

Similar Messages

  • Create a Custom Navigation Path / Custom Hierarchy in IDT

    Hi,
    I have a Bex query and hierarchy built on Navigational attributes (In other words Flat Hierarchy) but my users dont like the way hierarchy is set up when we execute the report. Bex query is built on MP. For example, In the Bex query designer I can see my Product dimension and in that dimension I can see various characteristics / nNav attributes which are used to display flat hierarchy in the report when executed.
    I know we can customize the hierarchy in IDT as a custom navigation path.
    My question is that Is it possible to use Bex query as a source for universe in IDT and then achieve this customize hierarchy objective OR Can I directly use the Bex query for Webi interface and still customize the hierarchy like Custom Navigation path.
    Can I see my Navigational attributes of Bex query in the universe (IDT) OR Webi as dimension so I can use them for custom navigation path.
    We are using BOBJ 4.1 SP 1
    Thank you
    NI

    Hi,
    you can build a Universe on a BEx Query to leverage the OLAP functionalities. You can create a relational Universe on top of a BEx Query but this is not really recommended.
    I would highly recommended you connect WebI directly to your BEx Query using the BICS interface. With the BICS interface we support more BEx Elements as via the relational Universe.
    Regards
    -Seb.

  • How to create custom navigations

    Hi
    I want to create a custome navigation with some link like detailed navigation. When i click on links my iviews has to change. How to do this?
    Regards
    Ravi Shankar B

    Hi,
    If you want to create your own detailed navigation, then you should use navigation tablibs to do that, check this to know more:
    EFP: Working with the new Taglibs - Part 3
    EFP: Navigation and Framework Tag Libraries
    If this is not what you want, explain the usecase clearly.
    Regards,
    Praveen Gudapati

  • Is it possible to Create dynamic outbound plug and it's navigation link?

    Hi,
    i am trying to create an outbound plug in runtime dynamically, is it possible?
    I have found out how to create the outbound plug in wdDoModifyView: "<b>view.getViewInfo().createOutboundPlug()</b>"
    but the problem is how do i set the plug name, and how do i create it's navigation link to bind him to an inbound plug in another view.
    Thanks,
    Carmit

    Hi Carmit,
    the following code snippet creates a link between a newly created outbound plug (outbound plug name is not really necessary) and an already existing inbound plug:
    /* targetViewInfo is the IWDAbstractViewInfo of navigation target
       srcViewInfo is the IWDAbstractViewInfo of navigation source
       Find inbound plug, must exist */
    IWDInboundPlugInfo targetPlug = targetViewInfo.findInInboundPlugs(inboundPlugName);
    /* Create outbound plug with "automatic" name */
    IWDOutboundPlugInfo srcPlug = srcViewInfo.createOutboundPlug();
    /* Create link from out to in */
    IWDNavigationTargetReferenceInfo targetReferenceInfo =
      srcViewUsage.createNavigationTarget(srcPlug.getName(), targetViewUsage, targetPlug.getName());
    /* Fire srcPlug somewhere...*/
    Hope that helps.
    Regards
    Stefan

  • Open file in a new window thru custom global link

    Hi All,
    I have created a custom global link. I want to open a PDF file (present at OA_HTML) from that link.
    So, I created a function for that link having below properties:
    Web HTML : file_name.pdf
    Type: SSWA plsql function that opens a new window (Kiosk Mode)
    File is opening successfully but in the same window. I want to open that file in a new window.
    Please suggest some solution for this.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I have created a blank page and write logic to download file in that.
    Later, on click on global link, navigated the same to that blank page. So, open save dialog is coming on click of custom global link.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Using Flash/Actionscript to create PDF Portfolio Navigator

    Hi Guys
    We've been using Acrobat Pro Extended to create PDF
    Portfolio's for a wee while now, and now in order to create a
    'fresh look', my boss is wanting to create custom navigators.
    As the programmer of the team, I've looked into it and found
    out that it involves Actionscripting/Flex. While I'm a decent
    enough programmer, Actionscript isnt something I've used before, so
    I was wondering if there were any online guides or books I could
    buy that
    specifically show how to create a customer navigator for a pdf
    portfolio.
    Any help you can provide will be much appreciated.

    I also have the same goal except I am not even a decent
    programmer. I am actively looking for a place to download the
    working Carosel that is kind of advertised as a capability of
    Acrobat. Even if someone was selling it...I just wanted to chime in
    for support on the topic.

  • Using Flex/Actionscript to create PDF Portfolio Navigator

    Hi Guys
    We've been using Acrobat Pro Extended to create PDF
    Portfolio's for a wee while now, and now in order to create a
    'fresh look', my boss is wanting to create custom navigators.
    As the programmer of the team, I've looked into it and found
    out that it involves a combination of Flex and/or actionscripting.
    While I'm a decent enough programmer, Actionscript & Flex
    are'nt tools that I have used before, so I was wondering if there
    were any online guides or books I could buy that specifically
    show how to create a customer navigator for a pdf portfolio.
    Any help you can provide will be much appreciated.

    I also have the same goal except I am not even a decent
    programmer. I am actively looking for a place to download the
    working Carosel that is kind of advertised as a capability of
    Acrobat. Even if someone was selling it...I just wanted to chime in
    for support on the topic.

  • Why my navigational link is not working?

    Hello
    I am a newbie and in the process of creating my first website.  My problem is navigation links.
    I created a horizontal navigational link using Spry.  I've already written the link address for each tab navigation.  But when I view my web page using "Live View" and or press F12 or Ctrl F12 (IE and Firefox)
    the link will only work on the first clicked tab.  Clicking the subsequent tabs would not work.
    I tried to test a simple link by typing 5 words and linking them to 5 files accordingly.  The same result, that it will only work on the first clicked word and would not work subsequently.
    Please help and thank you in advance.

    If you haven't already, you'll need to procure space on a remote web server from a commercial hosting company.  When you've got the log-in details from your host, plug that info into Dreamweaver.
    See Setting Up Local & Remote site folders (CS5 & CS5.5)
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    Upload your test page & dependant files to your remote server. 
    Come back here and post the URL to your problem page. 
    When your question is answered, you may remove the files from your remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How to define new Navigation Link in IC wed

    Hi,
    while creating the navigation bar id, we have to give atleast one of the following inputs
    1 Navigation Link or
    2.Class Name or
    3.Launch Transaction ID
    I know how to create launch transaction id,but i found that the out put of the trasaction is in gray mode.Even for Standard Transaction IDs also i am getting the out put in the same gray mode.
    so i want to go for other alternative that is navigation link, i have taken one standared Navigation link(CaseManagementSearchView) using F4 help and assign to Navigation bar id, then i got the output(got in Edit mode).
    So i want to create my own "Navigation Links", and i want assign them to Navigation bar id.
    Can any Body tell me the step by step process for How to create Navigation Link.
    That would be very help ful to me.
    If you people are having any document related to this, i am requesting you please send the document to [email protected]
    Points will be rewarded,
    Cheers,
    Venu

    Hi Venu,
    1. Navigation links are created in BSP_WD_WORKBENCH - IC WebClient  Workbench .
    2. Put BSP application CRM_IC_RT_REP and the Runtime profile name DEFAULT ( or if you have your own Zprofile created you can even enter that) and Execute.
    3. Go to Runtime Repository in the viewareafolder choose navigationArea drill down till you come till IC_BASE/NavBarView where you can see the Navigation.It consists of all posible navigation links.
    4. A navigation link consists of the following details:
       -  Source view.
       - outbound plugs
       - Target view
       - inbound plug
        Hence to create a navigation link one needs to specify the following details.
    Regards,
    Shalini Chauhan

  • How to define new Navigation Link in IC web

    Hi,
    while creating the navigation bar id, we have to give atleast one of the following inputs
    1 Navigation Link or
    2.Class Name or
    3.Launch Transaction ID
    I know how to create launch transaction id,but i found that the out put of the trasaction is in gray mode.Even for Standard Transaction IDs also i am getting the out put in the same gray mode.
    so i want to go for other alternative that is navigation link, i have taken one standared Navigation link(CaseManagementSearchView) using F4 help and assign to Navigation bar id, then i got the output(got in Edit mode).
    So i want to create my own "Navigation Links", and i want assign them to Navigation bar id.
    Can any Body tell me the step by step process for How to create Navigation Link.
    That would be very help ful to me.
    If you people are having any document related to this, i am requesting you please send the document to [email protected]
    Points will be rewarded,
    Cheers,
    Venu

    Hi Venu,
    1. Navigation links are created in BSP_WD_WORKBENCH - IC WebClient  Workbench .
    2. Put BSP application CRM_IC_RT_REP and the Runtime profile name DEFAULT ( or if you have your own Zprofile created you can even enter that) and Execute.
    3. Go to Runtime Repository in the viewareafolder choose navigationArea drill down till you come till IC_BASE/NavBarView where you can see the Navigation.It consists of all posible navigation links.
    4. A navigation link consists of the following details:
       -  Source view.
       - outbound plugs
       - Target view
       - inbound plug
        Hence to create a navigation link one needs to specify the following details.
    Regards,
    Shalini Chauhan

  • Setting up Navigational Links

    Hi everybody!
    I would like to call custom view (copied from standard view).
    1. Copied view "IRecPartner" into application Z_CRM_IC.
    2. Defined custom IC Web Client & IC Web Client Runtime framework profiles.
    3. Defined navigational link through application Z_CRM_DT_REP.
       Made changes for Page fragments:
       CRM_IC_All_NavLinks.xml
       CRM_IC_All_Viewsets.xml
       IRecNavigationalLink.xml
       IRecViewSets.xml
       In page "IRecNavigationalLink.xml" changed navigational link for view "IRecPartner".
    Requirement: Execute "CRM_IC" --> Interaction Record --> Partner.
    Instead of standard "IRecPartner", it should call custom (copied) "IRecPartner".
    But on the same page, it should show one custom view and others as standard ones.
    In my case, after click on "Partners" button of "Interaction Record", it shows only one
    view (custom IRecPartner), but no other standard view is being displayed.
    Can anybody guide me for setting custom navigational links?
    Best Regards,
    Priya

    Many Thanks Ken. I had a sneaking suspicion it might be the Crossover Mac program doing it.
    It's a great program but it does have its limitations.
    Thanks again.

  • Resetting the id of dynamically generated JSF custom command link

    I have a java faces page which displays data from an arraylist.
    This list is populated when user inputs data in the input text field and clicks "Add Group" button.
    The arralylist consist of another arraylist within the former.
    I have created a custom command link for the former arraylist.
    As an user can add data to the arraylist so can he remove it from the arraylist.
    The command link has a method binding "closeTask" which is invoked when command link is clicked.
    This action removes the clicked element from the arraylist and displays the fresh list.
    The key field from the bean in the former arraylist is set in request, and is retrieved in the "closeTask" method to be assigned to the command link output text id (i.e. it identifies the element that is to be deleted from the arraylist).
    This functionality does not work as expected, i.e. command link component is not created/rendered during deletion as it is created while addition.
    As a result eventhough the element is removed from the arraylist, the id corresponding to the fresh arraylist is not refreshed and for further actions correct id is not passed and the deletion function does not work.
    How can I have resolve this problem?
    The sample code is included.
    Thanks in advance.
    Java Faces Code:
    <%
    FacesContext facesContext = FacesContext.getCurrentInstance();
    Application app = facesContext.getApplication();
    Bkbean bean = (Bkbean)app.createValueBinding("#{bckbean}").getValue(facesContext);
    List aList = bean.getAList();
    if(aList!=null && aList.size()>0) {                                                            
    for(int i=0; i<aList.size(); i++) {
    ABean abean = (ABean) aList.get(i);
    int keyValue = abean.getKey();
    request.setAttribute("key", String.valueOf(keyValue));
    %>
    <TR>
    <TD width="90%">
    <%=abean.getCtg()%>
    </TD>
    <TD width="9%">
    <%=abean.getKey()%>
    </TD>
    <TD width="1%" align="right" valign="top">
    <h:commandLink binding="#{bckbean.commandLnk}" styleClass="commandLink">
    </h:commandLink>
    </TD>
    </TR>
    <%
    List dList = abean.getDList();
    if(dList!=null) {
    for(int j=0; j<dList.size(); j++) {
    String tData = (String) dList.get(j);
    %>
    <TR>
    <TD width="90%">
    <%=tData%>
    </TD>
    <TD width="10%" colspan="2">
    </TD>
    </TR>
    <%
    }%>
    <%
    %>
    <TR>
    <TD align="right">
    <h:inputText id="inputtxt001" value="#{bckbean.val}"></h:inputText>
    </TD>
    <TD align="left" colspan="2">
    <hx:commandExButton type="submit" value=" Add Group " styleClass="commandExButton" id="submitbtn001" action="#{bckbean.addVal}">
    </hx:commandExButton>
    </TD>
    </TR>
    Backing Bean Code:
    public void closeTask(ActionEvent event) {
    String key = "";
    UIOutput lnkTxt = null;
    UICommand comp = (UICommand)event.getComponent();
    if(comp.getChildren() != null && comp.getChildren().size() >0) {
    for (int i=0; i<comp.getChildren().size(); i++) {
    lnkTxt = (UIOutput)comp.getChildren().get(i);
    key = lnkTxt.getId();
    int selectedKey = (new Integer(key.substring(2))).intValue();
    if(aList!=null) {
    for(int i=0; i<aList.size(); i++) {
    ABean abean = (ABean) aList.get(i);
    if(abean.getKey()==selectedKey) {                                             
    aList.remove(i);
    break;
    public UICommand getCommandLnk() {
    String id = (String) request.getAttribute("key");
    UICommand commandLnk = new UICommand();
    commandLnk.setId("key" + id);
    UIOutput outTxt = new UIOutput();
    outTxt.setId("id"+id);
    outTxt.setValue("X");
    commandLnk.getChildren().add(outTxt);
    MethodBinding mb = app.createMethodBinding("#{bckbean.closeTask}", new Class[]{ActionEvent.class});
    commandLnk.setActionListener(mb);
    commandLnk.setImmediate(true);
    return commandLnk;
    }

    You cud define jsObjectNeeded and onClientClick properties for the htlm component and catch the event to find itz ID.
    This might help you:
    Accessing HTMLB form values from JAVASCRIPT
    To give you an idea abt how the code works:
    Portal: Bug in the  radio button's javascript api
    Regards,
    N.
    Plz click a star if it helped.

  • Custom navigation toolbar

    Hi,
    What do you need to create a custom navigation toolbar: an iOS Developer Enterprise Program AND an Adobe Enterprising Edition or only one of the two?
    Thanks!
    Nick

    Which "DPS.pdf" are you referring to? I hope you're not using the old prerelease PDF to learn how to use the current DPS tools. DPS Help is here:
    http://help.adobe.com/en_US/digitalpubsuite/home/
    The topic that covers the custom icons is here:
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60c5dd08612e5ea7d27f-7ff f.html#WS9293e1fb3b977c5c-7484875d12f13314751-8000
    You create local HTML content that your icons display. A common approach is to create a Store button or a Help button. Again, this is for Enterprise customers only.

  • Custom Data Link is Lost on Saving the InCopy Document

    Hi,
    I am creating a custom data link in InCopy CS3 for the story.  I am able to successfully create the custom data link in InCopy.
    But when I save the InCopy document and re-open it then custom data link is gone and I have the normal data link.
    InCopy default behaviour is that when we save the InCopy document then it creates a normal data link.
    Does anybody have an idea what should be done to retain the custom data link and normal data link is not created.
    Thanks in Advance.
    Regards,
    Eric Won

    Thanks Dirk.
    Yes, I saw that there was some problem with the Script Provider.
    I created a new sample project in InCopy and created the custom data links. The custom data link got persisted in incx file which can be viewed by opening it in text editor. I am creating custom data link for stories.
    But when I open the InCopy document then my Script Provider gets the call back for creating the links. I created the links as shown in Custom Data Links sample but it doesn't create the link. Instead when I open the document normal data link exists for the story in InCopy.
    It seems to be that incx file is getting created correctly becuase when I try to import the incx file in InDesign then it is able to successfully create the custom data links.
    Am I missing something or doing something wrong ? any ideas ?
    I once gain thank you dirk for helping me out.
    Regards,
    Eric Won

  • Custom data link packaging.

    There was a previous topic about this from Dennis Sidharta::
    "Packaging Problem for Pages Containing Custom Data Linked Objects"
    see here -- http://www.adobeforums.com/cgi-bin/webx/.3bbf7f9b/1
    I have the same problem & was wondering if Dennis managed to find
    a suitable soution??
    Thanks in advance,
    Mike.

    Thanks Dirk.
    Yes, I saw that there was some problem with the Script Provider.
    I created a new sample project in InCopy and created the custom data links. The custom data link got persisted in incx file which can be viewed by opening it in text editor. I am creating custom data link for stories.
    But when I open the InCopy document then my Script Provider gets the call back for creating the links. I created the links as shown in Custom Data Links sample but it doesn't create the link. Instead when I open the document normal data link exists for the story in InCopy.
    It seems to be that incx file is getting created correctly becuase when I try to import the incx file in InDesign then it is able to successfully create the custom data links.
    Am I missing something or doing something wrong ? any ideas ?
    I once gain thank you dirk for helping me out.
    Regards,
    Eric Won

Maybe you are looking for

  • Jabber for IPhone over AnyConnect VPN calls to SIP Gateway - One Way Audio

    Hello, I am wondering if anyone has seen this before.  I have the latest version of Anyconnect for the IPhone and Jabber app, running on the newest version of CUCM 8.6 and Jabber 8.6. The Jabber phone registers fine and I can make internal calls with

  • Macro Details in ABAP report

    Dear Friends, I would like to get a demand planning macro's detail in a ABAP report that I plan to develop manipulate the Macro attributes. My questions are: 1. Is it possible to come up with a report like this 2. If so, what is general approach to d

  • Items not in session state when column link used and prevpage not submitted

    I have a report on page 2 (cemetery lot info) with a column link to page 3 (burial info). There is a process on page 3 that updates billing information using items from page 2, and billing code selected on page 3. The problem is, if the user does not

  • Finding Hard coded Text in ABAP program

    Gurus, Is there any method to find out Hard coded TEXT in an abap Program? For Example write:/ TEXT-T01, 'Hello World',TEXT-T02. In which i need to find out Hello world which is inside ''. I am not able to find with Search command. Can you Please gui

  • HT1386 iPod Freezes iTunes

    I'm trying to sync my iPod Classic, but it keeps freezing iTunes. I've tried restoring it to factory settings. I've tried turning off anti virus & firewall. No joy. There are lots of other devices in my household, which use the same PC and all work f