Foren / Cotonti / Core Labs / Archive / Installation scripts plugins

Kilandor
#18453 8. November 2009, 13:51
Tags are shown by placing them int he file wiht the hooks on Tags=
There is no way to output any text to the plugin page.

if($action == 'install')
{
  //Code that is executed on install
}
elseif($action == 'uninstall')
{
  //Code that its executed on uninstall
}