cotonti.com : Installation scripts plugins https://www.cotonti.com Son konu mesajları Cotonti en Tue, 17 Mar 2026 07:18:41 -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...]]>
Paz, 08 Kas 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
}
]]>
Paz, 08 Kas 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.]]>
Cum, 06 Kas 2009 05:33:22 -0000
Dayver markitup.setup.php files]]> Cum, 06 Kas 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]]>
Cum, 06 Kas 2009 04:32:53 -0000