The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have a forum with 23,095 posts and about 1000 are a certain users.
Well he wanted me to delete him and his posts so I decided too. But I forgot to delete his posts first so now I have about 1000 GUEST posts on my site. How can I get rid of all the guest posts at once? |
#2
|
|||
|
|||
![]()
Not so easy.
You will need to manually delete the posts (and threads??) using a query to delete posts with userid = 0. But deleting posts like this can leave threads useless etc. We usually do not delete all posts on request. |
#3
|
||||
|
||||
![]()
I think this will work for a guest. It works for a regular user, so it follows logically that it would work for a guest....
Use Advanced Search. Put in "guest" as the username, click on "show results as posts" in the lower left, hit Search. Click on the box in the upper right of the results to choose all the posts. Use the moderation pull down menu at the bottom to delete them. This may take some time. There may be an easier way, but I don't know it off the top of my head. |
#4
|
||||
|
||||
![]() Quote:
Quote:
Code:
Invalid User specified. If you followed a valid link, please notify the administrator |
#5
|
|||
|
|||
![]()
To just delete the posts (make backup first!!!!):
[sql]DELETE FROM post WHERE userid = 0[/sql] This will delete all posts made by guests. But please be aware that this can make threads unreadible as posts in the midle (or even first post) might get deleted. |
#6
|
||||
|
||||
![]()
Imma give it a try...
EDIT: It worked Thanks |
#7
|
|||
|
|||
![]()
Ofcourse.
![]() |
#8
|
||||
|
||||
![]()
Everything Marco touches, works.
![]() |
#9
|
|||
|
|||
![]()
Now watch it or i am forced to touch you.
|
#10
|
|||
|
|||
![]()
I have the same problem except much worse. I have somehow doubled my message base. Each message is duplicated, one from the original poster who is a registered user, and one from the same user name listed as guest. I have 250k messages from accounts listed as "guest". I tried the above solution and it added the following code to the first message in each thread:
<span class="ev_code_WHITE">zzz</span> It did not appear to remove any posts. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|