Private msg , sent items not showing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • youjoomla
    Member
    • Apr 2008
    • 98
    • 3.6.x

    Private msg , sent items not showing

    I sent around 10 msg to few users , none of them show up in sent items , any setting ?
  • DoE
    Senior Member
    • Sep 2007
    • 763

    #2
    There is a setting to save a copy of sent PM's:

    UserCP -> Setting & Options -> Edit Options

    Scroll down to Private Messaging. There is a box to check at the bottom of the Private Messaging options.

    Comment

    • youjoomla
      Member
      • Apr 2008
      • 98
      • 3.6.x

      #3
      thank you! any way to set all users to have same settings 35000

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        When sending a PM there is a checkbox below the text area called:

        Save a copy of this message in your Sent Items folder.

        Make sure you are enabling that option if you want to save a copy.

        There is a preference to set the default:

        User CP -> Edit Options -> Save a copy of sent messages in my Sent Items folder by default

        Run this query to enable this for all current users:

        UPDATE user SET
        options = options + 33554432
        WHERE NOT(options & 33554432)

        Comment

        • youjoomla
          Member
          • Apr 2008
          • 98
          • 3.6.x

          #5
          thnx Jake , just did that for me , how would I enable all users to have it on by default ?

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            Just updated my post.

            Comment

            • youjoomla
              Member
              • Apr 2008
              • 98
              • 3.6.x

              #7
              thnx jake

              Comment

              • mk484
                New Member
                • Mar 2008
                • 14
                • 3.6.x

                #8
                Jake, can you lease tell me how to run a querry.

                Comment

                • Trevor Hannant
                  vBulletin Support
                  • Aug 2002
                  • 24366
                  • 5.7.X

                  #9
                  AdminCP > Maintenance > Execute SQL Query

                  If the query you're looking for isn't in the 'Automatic Query' dropdown list, create it in the 'Manual Query' box and press Continue
                  Vote for:

                  - Admin Settable Paid Subscription Reminder Timeframe (vB6)
                  - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

                  Comment

                  • Will.Spencer
                    Member
                    • May 2006
                    • 43
                    • 3.5.x

                    #10
                    Originally posted by Jake Bunce
                    Run this query to enable this for all current users:

                    UPDATE user SET
                    options = options + 33554432
                    WHERE NOT(options & 33554432)
                    Very nice.

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...