cotonti.com : Installation scripts plugins https://www.cotonti.com Neueste Themenbeiträge Cotonti en Fri, 21 Aug 2026 23:56:08 -0000 ez
Plugin builders must be able to "tell" the user that the installation script did its work.
And what it did..

This shouldn't be to hard to make...]]>
So, 08 Nov 2009 17:14:55 -0000
Kilandor 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
}
]]>
So, 08 Nov 2009 13:51:57 -0000
ez

But, how do I show some output (result from my installation) to the admin installation process...

There are tags and all sorts off stuff in the installation..
Is there a manual somewhere on how to use this.

Added 1 day later:

hey guys, does anybody now how to do this, i would really like to make nice plugins with nice installation...
I you have some documentation on this, please let me know.]]>
Fr, 06 Nov 2009 05:33:22 -0000
Dayver markitup.setup.php files]]> Fr, 06 Nov 2009 05:21:28 -0000 ez pluginname.install.php
pluginname.uninstall.php

How does this work in Cotonti....
I want to generate some output in my install.php, but I don't know how..

Got a message:
Warning: No tags found in ./plugins/ezlinks/ezlinks.install.php]]>
Fr, 06 Nov 2009 04:32:53 -0000