MyBB Community Forums

Full Version: plugin with install not giving install & activate link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know this particular plugin works on other sites so it's not an issue of the code being faulty. So I ask a genearl question.

What could cause the install & activate link to not show up when you first put the plugin in the folder?

Tomorrow I will be deactivating and uninstalling all other plugins that are installed and try to find conflicting plugins or something.

But could there be some other reason why the install link didn't show up?
found the problem... the is_installed function wasn't there.
In function_info ()

after plugin information, see whether
function panel_install()
is present
if no, then add it there

Hope it helps Smile
I already fixed the problem using is_installed()
okay,
Enjoy Smile