The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Prune Private Messages
Hi peeps
Is this already available as i cannot find anything for 3.5 or 3.6 I cannot find anything stock in the admincp either? If not to both, would someone be willing to look into this Perhaps be able to prun by x amount of days old? Perhaps be able to select to prune certain members Perhaps theres an aoption for members to be able to mass delete all the PMs from either of thier folders? How does this sound to anyone please? |
#2
|
|||
|
|||
you can do this with queries.
|
#3
|
|||
|
|||
Sorry m8 I know little about nothing and queries com into this catergory,
Could really do with a hack of some sort, I am supprised it aint stock! Although i could have sworn i have seen something to this effect! |
#4
|
|||
|
|||
to an extent, it is "stock" via queries. AdminCP >> Maintenance >> Execute SQL Query - for example,
TRUNCATE pm TRUNCATE pmreceipt TRUNCATE pmtext will delete all private messages. more can be done via phpMyAdmin like... EMPTY `PREFIX_pm`; EMPTY `PREFIX_pmreceipt`; EMPTY `PREFIX_pmtext`; UPDATE `PREFIX_user` SET `pmtotal`='0', `pmunread`='0' WHERE 1; but i see where you're going where you want to set conditionals. THAT would be an awesome hack. P.S. here's my suggestion thread over at vB.com a while back. feel free to bump and let vB know that this is actually a valid request. |
#5
|
||||
|
||||
Is there a way via phpMyAdmin to do something like I think you suggested at vb.com to prune the pm's for people who haven't been on the site in x amount of time?
|
#6
|
|||
|
|||
I think it was a suggestion only,
Hi geartripper, sorry, for some reason i have only just received the new post pm. Either that or i blinked and missed the 1st 1 Anyway, just added to your thread over in .com this could be an invaluable hack or addon as standard. Heres hoping |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|