MyBB-PluginLibrary
MyBB-PluginLibrary copied to clipboard
PluginLibrary for MyBB. A collection of useful functions used by other plugins.
References: - https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
There might be more of course.
Consider adding task support. It'd have to support creation / updating of tasks (on activate), as well as suspension (on deactivate), and removal (on uninstall). And it should probably do...
Add support for optional template versioning. Requires a code change in MyBB to do fully (theme import wise). Alternatively by restricting plugin authors to a version range that does not...
Should PluginLibrary offer a function to generate language files? Pro: - plugins providing custom fields/contents could need it (uncertain, similar to how settings translation works?) Neutral: - language files are...