I have read pugdogs post for version 1 here: http://www.gossamer-threads.com/...forum.cgi?post=71245.
I am wondering what you do so that users of your plugin can interact with a new table in a plugin. I want the admin of my editor monitor plugin to be able to easily set the values of some of the fields in the EditorDetails table I have created.
Is it possible through a plugin, to safely insert a newly created table into the admin->database->editor? (where category, user, links currently are). I am assuming that not all plugin users know how to use MySQLMan safely, and that it is easier to do this in the admin panel anyways.
Otherwise one has to create a secure database modification interface for the admin only, and this seems to be something you would want for many plugins, and should be done throught the existing admin area.
Obviously I am going to have to build something into the editor's browser files so they may change their settings in this table (limited of course). But the admin should be able to view and change this table in whole from the admin panel.
I hope this makes sense.
http://www.iuni.com/...tware/web/index.html
Links Plugins
I am wondering what you do so that users of your plugin can interact with a new table in a plugin. I want the admin of my editor monitor plugin to be able to easily set the values of some of the fields in the EditorDetails table I have created.
Is it possible through a plugin, to safely insert a newly created table into the admin->database->editor? (where category, user, links currently are). I am assuming that not all plugin users know how to use MySQLMan safely, and that it is easier to do this in the admin panel anyways.
Otherwise one has to create a secure database modification interface for the admin only, and this seems to be something you would want for many plugins, and should be done throught the existing admin area.
Obviously I am going to have to build something into the editor's browser files so they may change their settings in this table (limited of course). But the admin should be able to view and change this table in whole from the admin panel.
I hope this makes sense.

http://www.iuni.com/...tware/web/index.html
Links Plugins