MyBB Community Forums

Full Version: Need support on my plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I've done everything right, but when I upload to the plugin directory it does not show when I want to install/deactive, I've coded it right and everything, please add me on msn; [email protected] if you can help me fix.
Make sure the filename matches the function prefix. If your plugin file is named "myplugin.php" the _info, _install, _uninstall, _is_installed, _activate, _deactivate should be named like this:
myplugin_info
myplugin_install
myplugin_uninstall
myplugin_is_installed
myplugin_activate
myplugin_deactivate
Make sure that its activate and de-activate function names are exactly the same as that of the plugin's name.
I have only got the following three:

function my_future_info()
function my_future_activate()
function my_future_deactivate()
If you wish you can PM me your Plugin code so I could take a look at what is missing.
Error has now been fixed! Thanks guys <3
I've sent you the plugin code. Please check your PM.
Hey, I've sorted that problem out, got another error here; http://community.mybb.com/thread-95534.html thanks anyway Smile
Alright.