| Re: Searching 'Extra Info' in Xoopsmembers Module |
| by Anonymous on 2004/2/10 19:21:20 A few minutes later: The solution Quote: if ( !empty($HTTP_POST_VARS['user_bio']) ) { to whom it may concern ... Skywalk |
| Searching 'Extra Info' in Xoopsmembers Module |
| by Anonymous on 2004/2/10 17:35:47 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']) ) { Result: None user will be found! What am I doing wrong? Thanks Skywalk |