Threads integration suggestion
Chuck, just a minor suggestion. In the Thread7.php file in the forums directory (and probably the regular Threads file), it does queries for u.USER_REGISTRATION_EMAIL in about three different places. What this does is to cause emails to be sent to the person's "Registration" email when someone uses the "Contact Seller" link. This is fine unless they have changed their email since they registered (which happens a lot). I changed every instance of u.USER_REGISTRATION_EMAIL in that file to p.USER_REAL_EMAIL when then uses their current "real" email that is in their profile. I would recommend a minor change to do the same in the download version. Most people would never think of this and you can end up with people placing ads and never getting emails from the system because it is sending the notification to a possibly non-existent email address. The p.USER_REAL_EMAIL would ensure the email notice goes to their current email address. Just a suggestion.
|