Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 12-15-2006, 03:24 PM   #1
tespara
Guest
 
Posts: n/a
Delete PM

run following query to delete PM as batch

PHP Code:
DELETE FROM `pmtextWHERE `pmtext`.`pmtextid` > 
run following query to be able to delete PMs content as batch
PHP Code:
UPDATE `pmtextSET `pmtextid` = NULL ,
`
fromuserid` = '',
`
fromusername` = '',
`
title` = '',
`
message` = '',
`
touserarray` = '',
`
iconid` = '',
`
dateline` = '',
`
showsignature` = '',
`
allowsmilie` = '' 
WHERE `pmtext`.`pmtextid` > 
  Reply With Quote

Advertisement [Remove Advertisement]

Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
delete

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mark as spam or just delete? Soliloquy Blogging Forum 7 02-23-2010 05:44 AM
Delete CMPS Landing Page popowich vBulletin SEO Tips and SEO Questions 2 01-09-2009 01:47 PM
Only allow moderators to soft delete Yogesh Sarkar Troubleshooting vBulletin Problems 2 07-05-2008 11:38 AM
How to delete vb from my server chevguy65 Troubleshooting vBulletin Problems 1 05-02-2008 09:05 PM
delete user muftzone Troubleshooting vBulletin Problems 2 02-16-2008 10:14 AM


All times are GMT -8. The time now is 02:08 AM.