There is problem with field keyword in Search.php

jcinfo posted 29th of June 2008 in Community Voice. 1 comment.

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
 
Comments
·Oldest
·Top
Please login to post a comment.
AndreyP
BxDolProfileFields.php
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
 
 
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.
PET:0.046575784683228