Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Loguithat1955 on November 28, 2017, 03:10:26 AM

Title: Configure plugin via RC settings page
Post by: Loguithat1955 on November 28, 2017, 03:10:26 AM
I'm new to writing my own plugins and have only made one plugin for now (CalDAVZap (https://www.roundcubeforum.net/index.php/topic,24625.0.html)), but i would like to write another plugin and maybe extend the existing one. But for this to make work, i need a GUI in the Roundcube settings. The only real documentation i have found is in the GitHub Wiki (https://github.com/roundcube/roundcubemail/wiki/Plugin-API), but inside there is no word about such a settings section. Is there any advice, how to make such a GUI and save its values per User in the database?
Title: Re: Configure plugin via RC settings page
Post by: SKaero on November 28, 2017, 12:01:00 PM
There isn't a lot of documentation examples, the best way is to find a plugin that does what you want and then to look at the code for that plugin.
Title: Re: Configure plugin via RC settings page
Post by: Loguithat1955 on November 29, 2017, 02:55:20 AM
Ok. thx, i see if i could find a solution. Thx.