MyBB Community Forums

Full Version: Language entry issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • In "admin/forum_announcements.lang.php":
    update_announcement: Save Announcement seems should be Update Announcement

  • In "admin/forum_attachments.lang.php":
    name_contains_desc: To search by wild card enter *.[file extension]. Example: *.zip.
    Looks like the attachment search in AdminCP doesn't support wildcard. Could anyone verify this?

  • In "/admin/modules/config/attachment_types.php" line 645:
    It should be success_deactivated_attachment_type rather than success_activated_attachment_type for deactivating an attachment type.

+1 to this suggestion.
It seems reasonable
Added another one.

Looks like the attachment search in AdminCP doesn't support wildcard. I've tried using a wildcard to search but no result returned. Could anyone else verify/check this?
(2020-04-14, 05:27 PM)noyle Wrote: [ -> ]Added another one.

Looks like the attachment search in AdminCP doesn't support wildcard. I've tried using a wildcard to search but no result returned. Could anyone else verify/check this?

Confirmed.

It looks to be the case that the match is always performed with a LIKE '%filename-entered-by-user%' (see line #652 of admin/modules/forum/attachments.php), so wildcards are not even necessary. It seems that that wording re wildcards needs to be removed, perhaps replaced with something more descriptive.
Added another issue of lang entry usage.
Thanks.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/3931

Thanks for contributing to MyBB!

Regards,
The MyBB Group