Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • christimcginley Friend
    #146532

    Actually, my client wants the search box to stay visible so they don’t have to click on “Search” to make it appear. Is there some way to do that? :confused:

    I’m 5 for 5 in these forums…I so appreciate you being here!:)

    Saguaros Moderator
    #325596

    Hello

    You open the file : “templatesja_cooperhtmlmod_searchdefault.php” and find a section code at line 10:

    [PHP]
    $output = ‘<input name=”searchword” id=”mod_search_searchword” maxlength=”20″ alt=”‘.$button_text.'” class=”inputbox’.$moduleclass_sfx.'” type=”text” size=”‘.$width.'” value=”‘.$text.'” onblur=”if(this.value==”) this.value=”.$text.”;” onfocus=”if(this.value==”.$text.”) this.value=”;” />’;
    [/PHP]

    You change to :

    [PHP]
    $output = ‘<input name=”searchword” id=”mod_search_searchword” maxlength=”20″ alt=”‘.$button_text.'” class=”inputbox’.$moduleclass_sfx.'” type=”text” size=”‘.$width.'” value=”‘.$text.'” />’;
    [/PHP]

    christimcginley Friend
    #325598

    Hi tienhc,

    I don’t have what you say I should have at line 10 in my default.php file. I have commented out code at line 14 that is similar to the code you said I’d find. Just below that, I have code that looks almost identical to what you said I should change it to:

    $output = ‘<input name=”searchword” id=”mod_search_searchword” maxlength=”20″ alt=”‘.$button_text.'” class=”inputbox’.$moduleclass_sfx.'” type=”text” size=”‘.$width.'” value=”” />’;

    I tried your suggested code in place of the code above but it didn’t change anything.
    Here’s a link to the site: http://biz70.inmotionhosting.com/~corvhp5/

    In the upper right corner you can see the search link but no search box.

    Can I try anything else?

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  christimcginley 14 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum