Looks like all the PM's everyone had, going back to 2004 or so, have returned to their inbox when we did the import... I have something like 60 pages or so....
Edited by Rick (09/18/0609:27 AM)
_________________________
As of Dec - 2008 I am using version 7.4.1
#3547 - 09/20/0607:47 AMRe: PM have all returned
[Re: Stan]
Rick
Registered: 06/04/06
Posts: 7993
Loc: Aberdeen, WA
Right now this was taken out in favor of just a limit of private topics s that a user can participate in. I'd like to get this feature back in for 7.1 possibly, but only if I can also put in something so a user can download their private topics as well.
#3555 - 09/20/0608:18 PMRe: PM have all returned
[Re: Daryl Fawcett]
Gizmo
Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
I was thinking it would be easy at first, but mysql doesn't support what i was contemplating so it'd be more trouble than it'd be worth lol...
I was thinking after my first go failed (miserably) that you'd have to have a script that reads the pm's data and if it's older than a certain date it's purged; it could be made quite fast if all you take form the db is the id and the date (the date meerely to compare against, the date so you're deleting the right thing) then have an if/else statement to say "hey this is older than the date we have here, i'mma delete it"...
Not sure where all the differant portions of a pm linger, so i'd have to give it another looksie (keep in mind i'm from the .c family, so this is my first time really digging at a .t database).