MyBB Community Forums

Full Version: Creating my first plugin // weird stuffs happening
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I tried making a plugin today.

When i added it to /inc/plugins/ folder my ACP page blanks out, no plugins show

Is there a solution to this?
you have to post your code so that someone can check it
If you're getting a blank page when there's more than likely a PHP error. Check your PHP error log or post your code.
No one can help you out if you don't post the code of your plugin. But let's say if the function name is like "function aiko_install()", then you MUST rename the file to aiko.php.