Search
3 posters
Page 1 of 1
Search
I have a script search...
and I want to tell the to put code to find directly to the results! No this code /search
thank you!!!
and I want to tell the to put code to find directly to the results! No this code /search
thank you!!!
Re: Search
Hi,
Can you please explain your problem a bit better?
Can you please explain your problem a bit better?
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Search
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
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&show_results=topics[/color]" class="qsearch"><input type="text"> <input type="submit" value="Search"></form>
Re: Search
Try this
- Code:
<form method="get" action="/search"><input type="text" name="search_keywords"> <input type="submit" value="Search"></form>
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Search
Ok thank you it work.But i want this script
css
- 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;
}
Re: Search
Try
CSS stays same.
- 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.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Search
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» How do I remove "Search Google" from "Advanced Search"?
» Any way to replace the search tab with an actual search bar? SOLVED
» Neither search nor advanced search works. How to solve?
» write Search.. in search box
» Search bar
» Any way to replace the search tab with an actual search bar? SOLVED
» Neither search nor advanced search works. How to solve?
» write Search.. in search box
» Search bar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum