Gio, also, do you have any idea why the Join Date is wrong: 12-31-69
shows for
Browse All Members,
Find a Customer, and
Find a Seller?
If I change:
Code:
$searcher_date['datejoined'] = vbdate($vbulletin->options['dateformat'], $bbuserinfo['joindate']);
TO
Code:
$searcher_date['datejoined'] = vbdate($vbulletin->options['dateformat'], $userinfo['joindate']);
in all three places, then
Find a Customer and
Find a Seller displays the correct dates 10-04-04 (the day that I started the board), however, in
Browse All Members, it still displays 12-31-69.