Seeder

Seeder 1.1.0 Release Candidate 1

No permission to download
TickTackk updated Seeder with a new update entry:

PHP 7.4 Compatibility, bug fixes and general code improvements

  • New: Set current time in XF after every seed data being inserted
  • New: Clear entity cache after every seed
  • New: Conversation and conversation message seeds
  • New: Allow specifying limit when running only a specific seed
  • Changed: Users will now watch their own threads when seeding
  • Changed: Updated Faker to be compatible with PHP 7.4
  • Fixed: When seeding pages node_name will be set
  • Fixed...

Read the rest of this update entry...
 
Can i use this for a Gaming forum? can i set it somehow to talk about games and so on??? Very intresting!!
 
So I installed this add-on. So what's next?

Code:
# php cmd.php tck-seeder:seed
Could not open input file: cmd.php

??
 
@TickTackk

# php cmd.php tck-seeder:seed
Not enough arguments (missing: "seed").

# php cmd.php tck-seeder:seed posts
Provided seed 'posts' does not exist.

Is there any instruction for this add-on? And, after doing the test with all dummy data, can I revoke them?
 
Last edited:
Provided seed 'posts' does not exist.
You need to replace posts with class name that you want to seed and is available here,

Is there any instruction for this add-on?
Documentation is non-existent because this add-on is made for developers who already have an idea how this work in XenForo.

And, after doing the test with all dummy data, can I revoke them?
You'll have to manually delete every content. This add-on does not offer to mass delete any content.
 
Any plans to include dummy data for any of the official XF addons like Resource Manager and Media?
 
Some thread titles or usernames should be limited to 50 characters because of this
1593891745954.webp

In another running some forums or pages weren't associated to a parent node:
1593891792625.webp
 
Top Bottom