mybb icon indicating copy to clipboard operation
mybb copied to clipboard

MyBB is a free and open source forum software.

Results 335 mybb issues
Sort by recently updated
recently updated
newest added

Identify, remove assets tied to the legacy MyBB 1.8 _Default Theme_ (primarily in `images/`, `jscripts/`), which are no longer in use (no literal/dynamic references; unlikely to cause major problems in...

b:1.9
t:task
t:code-quality

### Fixed - Remove leading/trailing quotes and spaces from matched font name to prevent invalid CSS generation as seen in the related issue. Resolves #2458

I was unapproving some posts and noticed that the stats cache is never updated for unapproved posts or threads. Even running update_stats(array(), true); doesn't seem to work. Original thread: [Stats...

t:bug
s:confirmed
b:1.8

HTML filtering for the `namestyle` and `starimage` values in `add` and `edit` actions for ACP's _Groups_ ([`groups.php`](https://github.com/mybb/mybb/blob/mybb_1815/admin/modules/user/groups.php)) is not consistent or missing. The last PR addressing was closed: https://github.com/mybb/mybb/pull/5 h/t...

t:bug
b:1.8
s:review-needed

If you wanna copy forum (and create a new one based on the setting below the copy section) with "Copy Forum settings nad properties" new forum is not created even...

t:bug
s:confirmed
b:1.8

### Added - Added `white-space` and `tab-size` properties to `.codeblock code`. ### Changed - Updated the logic around `nl2br` usage in `parse_message` to avoid using it for code blocks. ###...

Hello there, I've got a problem with my installation of MyBB 1.8.6 and are unable to find a solution for it. When people subscribe to posts and get email notifications,...

t:bug
s:confirmed
b:1.8

### Changed - Updated the text for `eventdata_event_wont_occur` to match comments in related issue. Part of #2099

[code] tags should preserve whitespace since it is oftentimes necessary for copied code to function. In addition, if a custom css rule is used to set `white-space: pre` on ``...

b:1.8
s:feedback

MyBB's current search system doesn't support PostgreSQL's native full-text search. It would be great to integrate PostgreSQL’s `tsvector` and `tsquery` to improve search performance and relevance on PostgreSQL-based installations.

s:feedback