You should also run that query i suggested to make sure the site does not try to send emails to those members addresses that their account was unregistered.
You will need to set EmailNotify back to 1 for the admin account after your done.
You should also run that query i suggested to make sure the site does not try to send emails to those members addresses that their account was unregistered. |
I am using the email service. Thanks for the tips, but my concern in deleting from the database is that it will leave stuff in several modules I'm using such as: Classifieds, Blogs, Answers etc. As the delete from the dashboard seemed to work fine and posts in those modules also disappeared, I'll change the the unregistered setting as you suggest to avoid me being notified.
Thanks. |
You should be able to just delete all of the members from the dashboard. And if using the forums, you may also need to delete some posts. |
I tried deleting profiles from a cloned site, but probably went about it the wrong way. I went to the dashboard, selected 25 members and deleted them.
They disappeared okay and all looked normal, however for the next twenty days I received a single email stating that a person had deleted their profile. I'm up to day 20, so I guess I'll receive five more emails over the next five days.
I'm hoping that in deleting them that way, all data including posts to 3rd party modules have also gone.
|
I also thought the script generated a host of stuff in the config. I may try a reinstall and then do the modules I actually need. I'll report back.
|
There is no simple way to do it. You have to manually truncate each table. Then copy and paste those table names into a text file and add TRUNCATE TABLE to the front of each table name then paste that into a sql query in phpmyadmin. |
I'd like to test my site with another project. It currently has a few hundred members, dozens of modules and dozens of hacks. Is there a simple way of emptying the data, or would it be best to delete the entire database, reinstall the script, then reinstall each of the modules? I can't see why the latter wouldn't work, but it sounds like a big job. Is there an easier solution? |