No, not yet.
It is something I'm interested in adding though.
At XenResources I would sayDo you prefer suggestions here or over on your site? I have a few that I'll be making![]()
At XenResources I would say![]()
They're better posted on the site as they can have their own thread, be commented on by others, and tracked.
https://xenresources.com/forums/suggestions.35/
Data in the download table and transaction table shouldn't be removed, no. It's not exposed on the front end, but it should stay there even if the license is deleted.Quick question regarding charge backs and disputes. I know XPM removes the license from the user but does it also remove any data such as download records?
Ah... "Enable navigation tab item count" - so that's what it means, lol. Thanks.Should be just in the XPM options.
I just got a few more of these errors and decided to take a look. This should fix it:There is a small bug: XPM sends e-mails to users with the state "bounced".
For the reputation of the sending e-mail server such users should never get any e-mails sent. XenForo itself does not send e-mails to such users.
$bbCodeParserHtml = XenForo_BbCode_Parser::create(XenForo_BbCode_Formatter_Base::create('HtmlEmail'));
if (empty($user['email']) || $user['user_state'] != 'valid')
{
continue;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.