Thread: Search Box Help

Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Posts
    43
    Plugin Contributions
    0

    Default Search Box Help

    Hi All
    Any help would be greatly appreciated, firstly I would like to point out that I need the Search sidebox turned on, I want the search criteria box to appear but not the words 'Advanced Search' (hyperlink) - does anyone know how to turn this text off or hide this wording?
    Many Thanks in advance.

  2. #2
    Join Date
    Mar 2005
    Location
    UK
    Posts
    38
    Plugin Contributions
    0

    Default Re: Search Box Help

    Don't think you can turn off the Advanced Search but if you simply want to get rid of it then take a look at the following file:

    includes\templates\template_default\sideboxest\tpl_search.php

    if it was me I'd put a copy in the overide directory and then comment out the line:

    $content .= '<br /><a href="' . zen_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . '</a>';

    haven't done it so you may need to play around with the file to get the formatting correct for the box, may be worth just removing just the link/name. Don't forget it's in an If statemnt.

    Make sure you back up as I'm a cut and paste artist so it may not be the best method. Don't suppose you know anything about the CSS Flyout contribution and IE6?

  3. #3
    Join Date
    Dec 2006
    Location
    NE Georgia
    Posts
    21
    Plugin Contributions
    0

    Default Re: Search Box Help

    Quote Originally Posted by BigNath View Post
    Hi All
    Any help would be greatly appreciated, firstly I would like to point out that I need the Search sidebox turned on, I want the search criteria box to appear but not the words 'Advanced Search' (hyperlink) - does anyone know how to turn this text off or hide this wording?
    Many Thanks in advance.
    This is how I did it. Go to the english.php file . This is where mine is because I use custom for my template folder name.

    /includes/languages/custom/english.php


    Then remove the words Advanced Search from line 95

    define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search');

    This is what it will look like when you finish.

    define('BOX_SEARCH_ADVANCED_SEARCH', '');

    Now the Advanced Search will not show up in the side box.

  4. #4
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Search Box Help

    Thanks for the tip!

  5. #5
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: Search Box Help

    I have placed search instructions over the "Advanced Search" Search sidebox. I found that putting more than one subcategory on my categories seems confusing and this Advanced Search is a very good alternative. But it needs to be more compact, and probably should be highlighted somehow.

    Is there any way to make it single-spaced or highlighted without calling attention from my products? My site is: http://www.musicstudiostore.com.

    Thanks.

 

 

Similar Threads

  1. v154 Search Box Help and More
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Jun 2015, 04:00 AM
  2. v150 Search Box (Header) Help!!
    By Darion in forum General Questions
    Replies: 0
    Last Post: 8 Sep 2012, 06:50 PM
  3. Help needed to implement a search box
    By niffy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jun 2009, 03:56 PM
  4. HELP - Search Box
    By Nick1973 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Apr 2009, 10:17 AM
  5. HELP with Search Box
    By Nick1973 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Apr 2009, 03:14 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