friend search

can i change the search on the viewfriends.php page to just search members friends, then create a seperate search box in my header to search for other non friends using ajax?

 

i dont know if this would work

 

<script type="text/javascript">
$(document).ready(function(){
$(".search").keyup(function()
{
var searchbox = $(this).val();
var dataString = 'searchword='+ searchbox;
if(searchbox=='')
{}
else
{
$.ajax({
type: "POST",
url: "http://www.MYSITE/browse.php",
data: dataString,
cache: false,
success: function(html)
{
$("#display").html(html).show();
}
});
}return false;
});
});

</script>

Quote · 13 Oct 2010

i brought a mod that can do this....still have issues, hopefully dartmedia will help me on this issue

Quote · 15 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.