There is problem with field keyword in Search.php
Hi boonex/ members,
Go through : http:www/boonex.us/search.php
enter some word in the keyword field, which is related to any profile like "I am cool" or not related word like "xxxx"
We will get all members results in the site
how to fix this probelm?
thanks
JC
function collectSearchRequestParams()
string (~737)
$mValue = trim( process_pass_data( $mValue ) );
replace to
$mValue = trim( process_pass_data( $_REQUEST[$sItemName] ) );
next
search.php
at line (~737)
add before
case 'Location':
following line:
case 'Keyword':
Will fixed in next version