When I change
PHP Code:
//Change the userid number below to yours if you want yourself to be able to change the FROM email address
if ($bbuserinfo[userid] == 1) $allowfromchange = "1";
to
PHP Code:
//Change the userid number below to yours if you want yourself to be able to change the FROM email address
if ($bbuserinfo[userid] == 0) $allowfromchange = "1";
it says
[no sender name]
*confused*
...and clicking the check box next to From in the inbox, should select all the other check boxes right? Well... it doesn't. And how would I make it so Attachment: is on a different line?