Roundcube Community Forum

Release Support => Requests => Topic started by: internero on February 27, 2016, 08:37:00 AM

Title: Open settings-preferences-any_section by URL
Post by: internero on February 27, 2016, 08:37:00 AM
Hello.

I need to open a section by URL parameter, ex:
http://webmail.foo.bar/rc/?_task=settings&_action=preferences&_section=general

I need to put any valid section id in this URL parameter.

This works, but just show the iframe content, not the roundcube screen in settings page:
http://webmail.foo.bar/rc/?_task=settings&_action=edit-prefs&_section=general&_framed=1

Is this possible? What we need to do for this work ?