Populate a subforum with each username as a threadtitle
I'm making a subforum where the only threads will be a thread for each user in the system (username as the threadtitle) and then other users can provide feedback for each user view thread replies.
What would be the best way to automatically populate a subforum with 3,000 threads (3,000 users) in this manner?
You should use the data manager and do it in batches, otherwise you may get timeouts. You should not use pure SQL to do this, as there are more things to do when adding a thread than you think.