SMF icon indicating copy to clipboard operation
SMF copied to clipboard

Simple Machines Forum — SMF in short — is free and open-source community forum software, delivering professional grade features in a package that allows you to set up your own online community within...

Results 379 SMF issues
Sort by recently updated
recently updated
newest added

SMF file caching errors If the file doesn't exist, do not try to open it. Even when we decode the data, ensure the expiration exists Ensure that SSI.php has $cache_memcached...

Caching
SSI
PR: unreviewed
PR: reviewed-approved

If i use wildcard for tracking ip (index.php?action=trackip) like "123.456.789.\*" the software transforms this in the inputbox at the result side to "123.456.789.0 - 123.456.789.255" If i get more then...

Minor Bug

#### Description When a member edits their profile to enter their website title, the input allows more characters than the database column will allow. ### Steps to reproduce 1. Edit...

https://github.com/SimpleMachines/SMF/blob/6d8394d172041ca1bec3ba249f922462ace8bc78/Themes/default/languages/Profile.english.php#L408 As reported on Crowdin here: https://crowdin.com/translate/simple-machines-21-beta/29/en-pl?filter=basic&value=0#5210 There is dot in a string, and also in a code, so we have two dots shown in production. Not sure if the...

Language

Its against best practices for us to have anchors without herfs. So try our best to add # links. Also indicate to robots to not follow these and in some...

Minor Bug
Theme
PR: unreviewed

Using fresh copy of SMF 2.1.2. If an img tag has an equal sign in it, the first apperance of it, converts into dash. Example: Try posting this string into...

BBC

Fixes #7423 (last one) Cleanup alerts that posts need approval after posts have been approved. The wrinkle here was that the post alerts were not identified by msg ids, but...

Notifications
PR: unreviewed

Partial for #7423 If there are any unread alerts out there related to moderation activity that has been closed out, flag them as read.

Notifications
PR: reviewed-changes-requested