Any way to enable affiliates to everyone? I've had to import users from vBulletin and in doing so I noticed that none of the users are signed up as an affiliate. There's around 500 members and it'd be easier if I could enable the affiliate network for everyone all at once.
You can do it en mass in phpmyadmin, table am_user / is_affiliate. Set is_affiliate to 1 for all users. UPDATE am_user SET is_affiliate ='1' ; David