[Template] EVENT overall_header_search

Request hook events and what data needs to be sent for the new hook system.
Post Reply
User avatar
James N
Posts: 143
Joined: Thu Jun 29, 2006 7:35 pm

[Template] EVENT overall_header_search

Post by James N »

Identifier: <!-- EVENT overall_header_search_before --> <!-- EVENT overall_header_search_after -->
Prosilver Location : above and below

Code: Select all

         <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
         <div id="search-box" class="search-box search-header">
            <form action="{U_SEARCH}" method="get" id="search">
            <fieldset>
               <input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
               <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
               <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
               {S_SEARCH_HIDDEN_FIELDS}
            </fieldset>
            </form>
         </div>
         <!-- ENDIF -->
Subsilver Location: none
Explanation: allows a second search to be added to the overall header.

https://www.phpbb.com/community/viewtop ... &t=2290531

User avatar
P_I
Community Team
Community Team
Posts: 134
Joined: Fri Oct 31, 2014 4:56 am

Re: [Template] EVENT overall_header_search

Post by P_I »

I think you also need to open a ticket per viewtopic.php?p=271191#p271191

Post Reply