'{e_mail}' => $this->user->email,
It's an optionIt would be great if deleted user names could not be registered again (were blacklisted). @Painbaker, can this be implemented?
No, it's possible to ban the email address, but not the user name for re-registration.It's an option
You can (should?) set the plugin to set the account to "disabled" instead of deleting it from the database.No, it's possible to ban the email address, but not the user name for re-registration.
Thanks!You can (should?) set the plugin to set the account to "disabled" instead of deleting it from the database.
$albumRepo = \XF::repository('XFMG:Album');
$albumList = $albumRepo->findAlbumsForUser($this->user);
$albums = $albumList->fetch();
foreach ($albums AS $album)
{
/** @var \XFMG\Service\Album\Deleter $deleter */
$deleter = $this->service('XFMG:Album\Deleter', $album);
$deleter->delete('soft');
}
How is this still not a part of core Xenforo functionality?
At this point, not having this feature literally means your forum breaks laws in multiple states, such as California, Virginia, Colorado and others, and in all of European Union, and the UK.
We use essential cookies to make this site work, and optional cookies to enhance your experience.