Is there a way to disable the new Webmeetings popup?
-
Thing is I’ve rolled out Webmeetings in a rather sneaky fashion and this new popup drags users attention to something that may not be completely setup yet.
Thanks
Bob -
Hi Bob,
Are you referring to the what’s new dialog?
-
Yes I am. :)
-
You and users can click “Do not show me this dialog” again checkbox, which will set a setting in WebApp.
But you don’t want to see this dialog at all and there is no clean way to do this. Either inject the setting in webapp or
raise the version in https://stash.kopano.io/projects/KWA/repos/web-meetings/browse/webapp/plugins/spreedwebrtc/js/SpreedWebRTCPlugin.js?at=7295a1849f207c2b7c3ad2bb1cbb4c24f6473207#11so it don’t correspond with the installed version.
But you could also disable the webmeetings plugin when it’s not correctly setup yet :-)
-
I was thinking of injecting the setting into everyone’s settings via script:
- Export webapp settings
- Modify to include the setting I want
- Import webapp settings
But unfortunately the tools I was going to use were for zarafa and don’t work with kopano.
Are there updated versions of these tools available?
Thanks
Bob -
Hi Bob,
I don’t know if your idea is going to work, but you can give it a try:
I think you’re looking for this script: https://stash.kopano.io/projects/KSC/repos/webapp-tools/browse/webapp_settings.py
Usage:
Backuppython webapp_settings.py --user user --backup
Restore
python webapp_settings.py --user user --restore
-
So now we are thinking of “formally” announcing to users that WebMeetings is up and running…
Is there a way to provide that “What’s new” pop-up box via a link to users? I looks like some sort of Javascript thingy :) so I’m not too sure if it is possible.
Bob
-
Hi Bob,
That’s not possible.
Just use the sweet “What’s new” dialog :) -
I ended up using screenshots of the “What’s new” dialog box. :)