mybb2
mybb2 copied to clipboard
The repository for the MyBB 2 forum software. Not to be used on live boards.
We need to select a JS based WYSIWYG editor for 2.0. This editor will be used when creating posts, conversations and other content. **Requirements** - MyCode/BBCode support - Markdown support...
We need to implement a theme system, allowing custom themes. The default style needs to become a theme that is shipped alongside the core software. **Desired Features* - Custom styles...
Template hook system, allowing plugins and modules to easily output and modify template content without requiring edits to templates (removing the requirement for `find_replace_templatesets`). This should be less prone to...
Hi! As Laravel 5.3 are coming, it gives us better support of JavaScript frameworks. Laravel recommends Vue.js So, maybe is a good time to use it in MyBB 2.0? I'm...
I'm not sure what the original intent was, but we should remove `laravelcollective/html`. It makes things unduly complex and difficult. For instance, one is limited when opening a form to...
Word Filter Component for the ACP and a little refactor for the isOnline method of the UserPresenter. I've so far done the word filter list.
@ATofighi already started a search system, but it may be a good idea to extend it a little. Ideally, the search system should have a concept of an "indexer", used...
JS translation/language system using language variables defined in ACP, used both by JS and PHP code
The front end JS should provide a hook system allowing modules/plugins to hook into JS functions and modify output without requiring edits to core JS. It should also allow the...
We need a module/plugin allowing easy extension of core features. Additionally, it may make sense to make some core features into modules, such as likes. This would allow features to...