Dodger Posted March 30, 2007 Posted March 30, 2007 Hi,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: else // Not preview, not saved. { $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.
Dodger Posted March 30, 2007 Posted March 30, 2007 Changed things around a bit (not the way I mentioned above) so that message replies and forwards are also added to the sent items folder.Would be nice if this functionality was built-in, as previously mentioned.D.
Super Mr Average Posted March 30, 2007 Posted March 30, 2007 This should be a user option which is currently available as a modification
Jaggi Posted March 31, 2007 Posted March 31, 2007 yea it should store this check in the db somewhere as its pretty a huge thing that catches me out multiple times (god bless the read pm's mod :D).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.