Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Location
    Cheshire
    Posts
    81
    Plugin Contributions
    0

    Default Search Box in EZ Page Header Bar

    Im trying to place the search box to the far right of the EZ page header (same as displayed on the main header) but cant work it out, ive searched the forums but no answer, ive also tried adding the following code to the tpl_ezpages_bar_header:

    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

    any ideas?

  2. #2
    Join Date
    Mar 2007
    Location
    Cheshire
    Posts
    81
    Plugin Contributions
    0

    Default Re: Search Box in EZ Page Header Bar

    Sorry to bump this but just cant figure out how to do it. I have got as far as adding a search box and button on the top header but need to move this to the bottom header (one with home and log in).

    Also ive some how managed to add two search boxes i need to delete the one above categories.

    URL

  3. #3
    Join Date
    Mar 2007
    Location
    Cheshire
    Posts
    81
    Plugin Contributions
    0

    Default Re: Search Box in EZ Page Header Bar

    [FONT=Arial]OK i managed to figure this out so if anyone else is looking to do the same heres how (Note i may have butchered the code a bit im not a programmer)

    to add the search bar to the ez page header amend includes/templates/template_default/common/tpl_header.php
    add:

    [/FONT][FONT=Arial]<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>[/FONT][FONT=Arial] after
    [/FONT][FONT=Arial]<?php echo '<a title="'. HEADER_TITLE_CATALOG .'" href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a>&nbsp;&nbsp;[/FONT][FONT=Arial]to remove the search bar from the top header replace

    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

    with
    [/FONT] [FONT=Arial]<div id="navMainSearch"></div>

    To control the location of the search bar amend the following in the CSS file
    [/FONT][FONT=Arial]#navMainSearch[/FONT]

  4. #4
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Search Box in EZ Page Header Bar

    wow, thank you so much!!! glad you posted the code.

 

 

Similar Threads

  1. Search bar in header
    By mysafetymarket in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jul 2010, 01:11 PM
  2. header search bar
    By Shane78 in forum General Questions
    Replies: 2
    Last Post: 3 Dec 2009, 08:01 PM
  3. Add search box to EZpages header bar
    By sandstoner in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Sep 2008, 03:02 AM
  4. Search in header Bar only?
    By aquestioner in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Dec 2007, 01:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg