Roundcube Community Forum

 

Configure plugin via RC settings page

Started by Loguithat1955, November 28, 2017, 03:10:26 AM

Previous topic - Next topic

Loguithat1955

I'm new to writing my own plugins and have only made one plugin for now (CalDAVZap), 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, 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?

SKaero

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.

Loguithat1955

Ok. thx, i see if i could find a solution. Thx.