Subject says it all.
So far, I've been able to select the checkbox by default with the following changes to func_msg.php:
- Comment out line #313
- Add an else clause on line #385:
CODE
else // Not preview, not saved.
{
$footer_defaults = array(
'add_sent' => "checked='checked' ",
'add_tracking' => ""
);
}
{
$footer_defaults = array(
'add_sent' => "checked='checked' ",
'add_tracking' => ""
);
}
. . . but this has no affect when replying to a received message (or forwarding one). I guess I should set the add_sent element within the blocks beginning on lines 365 (forward message) and 372 (reply to message)? I'd have to then move the code from lines 381 to 384.
I just thought it may be better for this to be built into the software, whether as a global setting, a group setting, a user setting, or whatever other setting would be most appropriate.
D.

Sign In
Register
Help




MultiQuote




