Author Topic: Configure plugin via RC settings page  (Read 4002 times)

Offline Loguithat1955

  • Full Member
  • ***
  • Posts: 54
Configure plugin via RC settings page
« 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), 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Configure plugin via RC settings page
« Reply #1 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.

Offline Loguithat1955

  • Full Member
  • ***
  • Posts: 54
Re: Configure plugin via RC settings page
« Reply #2 on: November 29, 2017, 02:55:20 AM »
Ok. thx, i see if i could find a solution. Thx.