The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Search

    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Search

    Post by petros_7 August 4th 2011, 7:26 pm

    I have a script search...

    search - Search Screen17

    and I want to tell the to put code to find directly to the results! No this code /search

    thank you!!!
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Search

    Post by Nera. August 4th 2011, 11:39 pm

    Hi,

    Can you please explain your problem a bit better?
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Search

    Post by petros_7 August 5th 2011, 1:17 am

    i want to work the search as the forumotion because because when I search by putting https://help.forumotion.com/search?mode=searchbox&search_keywords=&show_results=topics.I want to keep getting results immediately

    example if you put this script this will put YOU here https://help.forumotion.com/search?mode=searchbox&search_keywords=&show_results=topics

    Code:
      <ul class="clearfix"><form method="get" action="[color=red]/search.forum?mode=searchbox&amp;show_results=topics[/color]" class="qsearch"><input type="text"> <input type="submit" value="Search"></form>

    search - Search Screen17

    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Search

    Post by Nera. August 5th 2011, 1:34 am

    Try this

    Code:
    <form method="get" action="/search"><input type="text" name="search_keywords"> <input type="submit" value="Search"></form>
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Search

    Post by petros_7 August 5th 2011, 1:59 am

    Ok thank you it work.But i want this script
    Code:
    <div class="search-box">
    <form method="get" action="/search">
    <input type="text"
    size="15" class="search-field" name="s" id="s" value="Search.." onfocus="if(this.value == 'Search..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search..';}"/>
    <input type="submit"  value="" class="search-go" />


    css
    Code:
    .search-box{ /*outer background*/
    background:url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-box.gif) no-repeat top left;
    height: 26px;
    padding: 5px 0 0 10px;
    width: 165px;
    }

    input.search-field{ /*input field */
    float: left;
    border:0;
    margin:0;
    font-family:tahoma;
    font-size: 12px;
    padding: 3px 0px 0px 4px;
    height:18px;
    background: #ffffff url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-form.png) no-repeat top left;
    width: 123px;
    }

    input.search-go { /*search icon */
    float:left;
    border:0;
    margin:0;
    padding:0;
    margin-left: 5px;
    height: 21px;
    width: 21px;
    background: url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-icon.png) no-repeat top left;
    cursor: pointer;
    }

    input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
    background:url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-icon.png) no-repeat bottom left;
    }

     
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Search

    Post by Nera. August 5th 2011, 5:16 am

    Try
    Code:
    <div class="search-box">
    <form method="get" action="/search">
    <input type="text"
    size="15" class="search-field" name="search_keywords" id="s" value="Search.." onfocus="if(this.value == 'Search..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search..';}"/>
    <input type="submit"  value="" class="search-go" />

    CSS stays same.
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Search

    Post by petros_7 August 5th 2011, 11:31 am

    bingo!It work!Thank you very much!!!
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Search

    Post by Sanket August 5th 2011, 11:40 am

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    search - Search 2j4t5a8

    Sanket Smile


      Current date/time is September 23rd 2024, 1:20 am