Getting "Search Form" to show on all pages.
- 10 years ago
Hi Quelyn,
The answer to this is in the XML for the TKB page layouts, if you inspect this you'll notice a section of XML before the closing quilt tag similar to below:
<remove from="breadcrumb" for="Header">
<component id="search-wrapper"/>
</remove>This carries across all TKB pages as far as I'm aware and is an out of the box configuration.
You can remove the <component id="search-wrapper"/> line to bring the search field back however you'll notice that it will not default the dropdown to TKB or TKB related content areas instead scoping the granularity of search to the Community.
You should however be able to get around this limitation using JavaScript to change the and default it to Knowledge Base etc on page load.
An example of this can be found at http://helpforum.sky.com/t5/tkb/communitypage
I hope this helps.