Jump to content


- - - - -

[RFE] Add PM to sent items folder by default


This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#-19 Dodger

Dodger

    IPB Member

  • Visitors
  • PipPip
  • 66 posts

Posted 30 March 2007 - 01:29 PM

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:

CODE
        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.

#-18 Dodger

Dodger

    IPB Member

  • Visitors
  • PipPip
  • 66 posts

Posted 30 March 2007 - 03:52 PM

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.

#-17 Super Mr Average

Super Mr Average

    IPB Full Member

  • Visitors
  • PipPipPip
  • 101 posts

Posted 30 March 2007 - 04:03 PM

This should be a user option which is currently available as a modification

#-16 Jaggi

Jaggi

    Needs Hobby

  • Members
  • PipPipPipPipPipPipPip
  • 3,945 posts

Posted 30 March 2007 - 07:01 PM

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 biggrin.gif).
IP.Tracker Project Developer
See my development site @ www.CodeTheInter.net (BETA)


Posted Image Posted Image

Quote

If you make it idiot proof, they'll build a better idiot