SearchProfile in NavigationBar of customer interface

Moderator: crythias

Locked
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

SearchProfile in NavigationBar of customer interface

Post by Gunjan »

Hi,
kindly refer to the link:
viewtopic.php?f=64&t=23345

I also want to show this 'search profile' dropdown on 'Navigation' of customer interface. I wrote the below code but not working

Code: Select all

<ConfigItem Name="CustomerFrontend::Module###ToolBarModule" Required="0" Valid="1">
        <Description Translatable="1">Frontend module registration for the agent interface.</Description>
        <Group>Ticket</Group>
        <SubGroup>Frontend::Customer::ModuleRegistration</SubGroup>
        <Setting>
            <FrontendModuleReg>
                <Description>ToolBar Module for customer interface</Description>
                <Title>Customer ToolBar Module </Title>
                <NavBarName>Ticket</NavBarName>
        <NavBar>
          
                    <Description Translatable="1">Search-Template</Description>
              <Name Translatable="1">Search-Template</Name>
         <Link>Action=ToolBarCustomerSearchProfile</Link>
                    <LinkOption></LinkOption>
         <Block>ToolBarSearchProfile</Block>
                     <Type>Menu</Type>
         <Prio>900</Prio>
                </NavBar>            
            </FrontendModuleReg>
        </Setting>
</ConfigItem>
what should I add in this code??

Thanks & Regards,
Gunjan
Locked