MyBB Community Forums

Full Version: External Librays?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was wondering are there any external librarys or would it be worth me releasing one?

Things like setting error pages and such can be a pain, first setting the lang and then including the template, my library simply has

$lib->error($params)

Much easier than MyBB's way when creating bigger plugins.

Thoughts if I should release? Or are there any out there?

Cheers
You mean libraries such as PluginLibrary?
Oh right didn't spot that. Might just add some functions to that then.

Cheers, feel free to close.
What does $lib->error($params) do? (Compared to the functions that already exist, e.g. error(), inline_error() and error_no_permission() in inc/functions.php)