The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mass marking messages as read
I did a import from phpbb to vb4 and now i have all my messages showing as unread, and i have a lot of them. I'm probably just going to delete all my old messages and start clean but i was wondering if there was a way i could mark everything as read for all the members. I've identified the column in the pm database, and see 3 values, 0, 1 and 2. What would i need to change that column to so that the messages show as having been read?
I also seem to have double imported the messages. Is it possible to export the database into something like excel, adjust it accordingly, delete the old info on the server and replace it with what i have? |
#2
|
|||
|
|||
What kind of messages are we talking about, threads, posts, private messages?
|
#3
|
|||
|
|||
Sorry, PM's.
|
#4
|
|||
|
|||
PM is read is defined as 1, so the following query will set all PM's to read:
PHP Code:
-- I'm not sure about the duplicate PM's. You will have to alter the pm, pmreceipt and pmtext tables to delete the duplicates. |
#5
|
|||
|
|||
Quote:
http://en.wikipedia.org/wiki/Compari...database_tools I am concerned about the duplication, and what else might be duplicated, besides the PM's. |
#6
|
|||
|
|||
I'm not seeing the duplicate messages in my own account, but the person followed up with the following message:
Sorry, I meant on the left side of the screen, where it reads: "My Messages", it shows; inbox sent items imported saved received messages imported saved received messages imported saved sent messages imported saved sent messages I'm not seeing that in my account. I had tried to halt the transfer and restart it, and i guess thats where the problem came from. I'm not seeing anything else duplicated....well, i'm not seeing anything duplicated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|