I have SITE for site name and FORUM NAME for forums. How can I change all outgoing emails to display from SITE instead of FORUM NAME? While my SITE is popular, I get a lot of emails from people wanting to know whos is FORUM NAME? Or at least include a trailer with a link to SITE.COM
Well I went into class_mail.php and I changed every (4 or 5) instances of $vbulletin->options['bbtitle'] into $vbulletin->options['hometitle'] in the $mailfromname. I only tested the contact form, and so far so good.