1
It must be easy, or not?
First: I uncomment the lines with "bio" in index.php (xoopsmembers).
Result: Every user will be found!
Second: I add:
Quote:
if ( !empty($HTTP_POST_VARS['user_bio']) ) {
$criteria->add(new Criteria('user_bio', '%'.$myts->addSlashes(trim($HTTP_POST_VARS['user_bio'])).'%', 'LIKE'));
}
Result: None user will be found!
What am I doing wrong?
Thanks
Skywalk