Quote:
Originally Posted by bqleague
no i didnt mean that have created an account (memberlist) i meant all users that have subbmitted there car data.... blah
|
Using this code (instead of the code above) will display all users who have entered something into the vehicle field:
Code:
else if ($_REQUEST['do'] == 'username')
{
$cond.=" WHERE userfield.field50!=''";
$condition.="";
$orderby="user.username";
$direction=ASC;
$bracket11="<b>[</b>";
$bracket12="<b>]</b>";
}