Hi. I tried other 2 methods. They add only a few topics, which is not enough. Can do the same in 10 minutes.
bbpFauxData should work. I just don’t know where to use the php code.
ini_set( 'max_execution_time', 30000 );
ini_set( 'memory_limit', '1024M' );
$bfd = new bbpFauxData();
const USERS = 50;
const FORUMS = 5;
const TOPICS = 100;
const REPLIES = 1000;
for ( $i = 0; $i < USERS; $i++ ) {
$bfd->generate_user();
}
for ( $i = 0; $i < FORUMS; $i++ ) {
$bfd->generate_forum();
}
for ( $i = 0; $i < TOPICS; $i++ ) {
$bfd->generate_topic();
}
for ( $i = 0; $i < REPLIES; $i++ ) {
$bfd->generate_reply();
}
hello, thanks for the reply. i activated bbpFauxData. now i can’t find where to put the example code. it just says “Once you install and activate this plugin, you can do:”
hello, i found the thing i wanted. but i can’t get it work.
Plugin: bbpFauxData
https://github.com/MZAWeb/bbpFauxData
I downloaded .php file. uploaded in a zip archive.
“The package could not be installed. No valid plugins were found.
Plugin install failed.”