Invision Power Services: [RFE] Add PM to sent items folder by default - Invision Power Services

Jump to content

IP.Board Feedback

Do you need technical support?

You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Resources.

Did you find a bug in IP.Board?

If you believe you've found a bug please post it to the bug tracker.

Have a suggestion or feedback?

Post it here. Thanks!
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[RFE] Add PM to sent items folder by default Rate Topic: -----

#1 User is offline   Dodger Icon

  • IPB Member
  • PipPip
  • View blog
  • Group: Members
  • Posts: 65
  • Joined: 04-November 02

Posted 30 March 2007 - 06: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.
0

#2 User is offline   Dodger Icon

  • IPB Member
  • PipPip
  • View blog
  • Group: Members
  • Posts: 65
  • Joined: 04-November 02

Posted 30 March 2007 - 08: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.
0

#3 User is offline   Super Mr Average Icon

  • IPB Full Member
  • PipPipPip
  • View blog
  • View gallery
  • Group: Members
  • Posts: 101
  • Joined: 30-January 03

Posted 30 March 2007 - 09:03 PM

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

#4 User is online   Jaggi Icon

  • Needs Serious Help
  • PipPipPipPipPipPip
  • View blog
  • Group: Community Devs
  • Posts: 2,670
  • Joined: 30-December 03
  • Location:Mars looking for Bigfoot

Posted 31 March 2007 - 12:01 AM

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
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users