PDA

View Full Version : Changing "vBulletin Message"


PBC
04-04-2002, 01:27 PM
I noticed a lot of boards still have "vBulletin Message" on the message/error page.

I changed mine to say "PaintballChannel.Com Message". It's pretty easy, it's located in the "standarderror" template.

Just a tidbit of info for anyone that may want to change it.

rwharper
04-05-2002, 04:39 PM
Thanks, I was wondering about that!

cditty
04-05-2002, 06:07 PM
What about where the "Tell a Friend" emails are sent from? My members can't read and they reply to the tell a friend and it comes to me. ARGH

Chris

scsa20
04-05-2002, 07:16 PM
Originally posted by cditty
What about where the "Tell a Friend" emails are sent from? My members can't read and they reply to the tell a friend and it comes to me. ARGH

Chris

after quite sometime searching, I found what your looking for, the template is called "email_sendtofriend" under "Email Templates".

have fun ;)

cditty
04-05-2002, 07:27 PM
Thanks, but this is just the wording. Any idea where the mail() section is? I want to put the "friends" email address there so they can reply directly to them.

Chris

DjSap
04-05-2002, 07:30 PM
open sendtofriend.php

find:
mail($sendtoemail,$emailsubject,$message,"From: \"$bbtitle Mailer\" <$webmasteremail>");

replace with:
mail($sendtoemail,$emailsubject,$message,"From: \"$bbuserinfo[username]\" <$bbuserinfo[email]>");

cditty
04-05-2002, 07:38 PM
Ok, you busted me. I'm lazy. :)

Thanks. Never thought it'd be that easy.

Chris