Announcement

Collapse
No announcement yet.

notifications

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [Forum] notifications

    Hi ,

    I have a question about notifications that appear on top of the forum. Where on DB can I find the table of these notifications. I manually deleted a message from DB using phpmyadmin
    but it still shows that I got a new message from notification panel and it won't go away. Thank you

  • #2
    NEVER delete any table on any database if you don´t know what are you doing.
    Do you want to delete the notification box for any message?
    vBulletin Services I offer: www.Todo10.com
    Technical vB/Server/Hosting support Service also!

    Comment


    • #3
      Originally posted by cloferba View Post
      NEVER delete any table on any database if you don´t know what are you doing.
      Do you want to delete the notification box for any message?
      Yea that's what im after right now. Thanks!

      Comment


      • #4
        anyone knows how to delete the notification for any message?

        Comment


        • #5
          hope someone will see this post and get back to me

          Comment


          • #6
            You don't need or have to delete from database manually. What kind of notifications you have there? private message or something else?
            Please feel free to contact me if you have any questions or concerns

            Links: vBulletin Manual - Code Documentation - FAQ - Bug Tracker - Lemon Juice
            vBulletin 5 Connect: Extensions - Articles - Features - Purchases

            Comment


            • #7
              private messages notification shows that there is a new private message but when click on inbox there is no message because I mistakenly deleted the message manually from the database.

              Comment


              • #8
                how exactly you delete the private message from which table 'pm' or 'pmtext' ... ?
                Please feel free to contact me if you have any questions or concerns

                Links: vBulletin Manual - Code Documentation - FAQ - Bug Tracker - Lemon Juice
                vBulletin 5 Connect: Extensions - Articles - Features - Purchases

                Comment


                • #9
                  Originally posted by al3bed View Post
                  how exactly you delete the private message from which table 'pm' or 'pmtext' ... ?
                  from pmtext

                  Comment


                  • #10
                    you need to delete the corresponding one from pm table also. You need to know the id of the message.
                    Please feel free to contact me if you have any questions or concerns

                    Links: vBulletin Manual - Code Documentation - FAQ - Bug Tracker - Lemon Juice
                    vBulletin 5 Connect: Extensions - Articles - Features - Purchases

                    Comment


                    • #11
                      Originally posted by al3bed View Post
                      you need to delete the corresponding one from pm table also. You need to know the id of the message.
                      Hey,

                      The pmtextid of the deleted private message is 2761. So I went into pm table and found the message with the same ID there and deleted it but the notification is still showing on the forum. Any other suggestion?

                      Thanks
                      Last edited by ababneh; Mon 27 Aug '12, 2:39pm.

                      Comment


                      • #12
                        Clear your cache, mark forums read.
                        Please feel free to contact me if you have any questions or concerns

                        Links: vBulletin Manual - Code Documentation - FAQ - Bug Tracker - Lemon Juice
                        vBulletin 5 Connect: Extensions - Articles - Features - Purchases

                        Comment


                        • #13
                          Originally posted by al3bed View Post
                          Clear your cache, mark forums read.
                          Unfortunately that didn't help either

                          Comment


                          • #14
                            Is there a record of it in the pmreceipt table?
                            BrainTalk is a support group for friends, family, caregivers, and patients with neurological disorders and other health related diagnosis.

                            BrainTalk Communities Inc
                            sigpic

                            Comment


                            • #15
                              Originally posted by John Lester View Post
                              Is there a record of it in the pmreceipt table?
                              I just checked. There is no record for the deleted message in that table. So the message was deleted from pmtext then the corresponding ID was also removed from pm table, yet the notification is still showing there is one new private message. Could it be a local file where the notifications are stored?

                              Thanks!!

                              Comment

                              Related Topics

                              Collapse

                              Working...
                              X