thunderclap82
Member
We have a particular user who likes to make questionable posts and then edit those posts later when he gets called out. Will this add-on put his edited posts into queue for admin/mod approval?
Why not set this individual user permissions to a different setting to prohibit editing after a time frame?We have a particular user who likes to make questionable posts and then edit those posts later when he gets called out. Will this add-on put his edited posts into queue for admin/mod approval?
I don't think any of my add-ons will support this use case.We have a particular user who likes to make questionable posts and then edit those posts later when he gets called out. Will this add-on put his edited posts into queue for admin/mod approval?
Try this?We have a particular user who likes to make questionable posts and then edit those posts later when he gets called out. Will this add-on put his edited posts into queue for admin/mod approval?
- Fix broken font-awesome references for XF2.3
- Update conversation => direct message phrases for XF2.3
- Fix "[UserEss] edit/delete any post in own thread" could return a false positive if the "Edit/Delete posts in own thread permissions respect time limit permission" option was enabled
Not sure how that was managed as the phrase exists in source control, it just wasn't imported when I built the redistributable
- Support for upcoming (paid) "Multiple Account Emails" addon
- Add missing phrase
- Improve compatibility with Username auto-complete using XFES add-on. Recommend v1.6.1+
- Allow staff who are not mods/admins to self-disable
- Fix 'self disable' not being able to cancel a pending disable account request
- Update user last activity on password reset
- Fix
[UserEss] Delete poll in own thread
permission was non-functional
xenforo3
.xf_sv_user_log
.content_title
at row 1xf_sv_user_log
(content_type
, content_id
, user_id
, ip_address
, content_user_id
, content_username
, content_title
, content_url
, discussion_content_type
, discussion_content_id
, action
, action_params
, user_log_id
, log_date
) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)Ensure you haveIt seems when a thread title contains an emoji, the addon throws an error when trying to log an edit action:
$config['fullUnicode'] = true;
in src/config.php
and then run the CLI command:php cmd.php xf:convert-utf8mb4
Ensure you have$config['fullUnicode'] = true;
insrc/config.php
and then run the CLI command:
Code:php cmd.php xf:convert-utf8mb4
We use essential cookies to make this site work, and optional cookies to enhance your experience.