Search found 17 matches

by kamaldua
Sun Feb 27, 2022 5:49 pm
Forum: Plugins & patches
Topic: Plugin.php options
Replies: 4
Views: 2128

Re: Plugin.php options

What I mean is in Plugin.php file we can specify like following line which automatically creates a textbox for setting for Plugin and adds to database. parent::addSetting('MypluginField','string',255,'defaultvalue'); What other options are available ? eg if I want users to select a value from dropdo...
by kamaldua
Thu Feb 24, 2022 4:30 pm
Forum: Plugins & patches
Topic: Plugin.php options
Replies: 4
Views: 2128

Re: Plugin.php options

I think since it is PHp file, I can try with mixed html and PHP.
by kamaldua
Thu Feb 24, 2022 4:11 pm
Forum: Feedback & Suggestions
Topic: Jitsi for Online Meetings
Replies: 8
Views: 4954

Re: Jitsi for Online Meetings

Hi Max
It is at very early stage but works.
https://github.com/quidlab/ConferenceJitsi
by kamaldua
Thu Feb 24, 2022 3:41 pm
Forum: Plugins & patches
Topic: Plugin.php options
Replies: 4
Views: 2128

Plugin.php options

is there a way to put logic and other information in plugin.php file while creating for example when user is inputting settings for plugins I want to have a dropdown and depending on choice from drop down more dependent fields to be shown. Example: Is your VC Server is Secure ( jwt token) : Dropdown...
by kamaldua
Thu Feb 24, 2022 8:25 am
Forum: Administration Management
Topic: revoke edit permssion for superadmin from admin
Replies: 1
Views: 1220

revoke edit permssion for superadmin from admin

I see an admin who has mange user permission can also edit superadmin user.
How to hide superadmin or make it non editable from other admins ( not superadmins)
by kamaldua
Thu Feb 24, 2022 8:22 am
Forum: Feedback & Suggestions
Topic: Jitsi for Online Meetings
Replies: 8
Views: 4954

Re: Jitsi for Online Meetings

Sure I will share
by kamaldua
Wed Feb 23, 2022 7:40 pm
Forum: Plugins & patches
Topic: Conference Plugin issue
Replies: 6
Views: 2287

Re: Conference Plugin issue

Thank you for your inputs
by kamaldua
Wed Feb 23, 2022 7:31 pm
Forum: Feedback & Suggestions
Topic: Jitsi for Online Meetings
Replies: 8
Views: 4954

Re: Jitsi for Online Meetings

I am working on Jitsi Plugin. Have atleast a beta now, let me know if anyone interested.
by kamaldua
Wed Feb 23, 2022 4:55 pm
Forum: Plugins & patches
Topic: Conference Plugin issue
Replies: 6
Views: 2287

Re: Conference Plugin issue

but this is the case at many places.
I am very new to forma , should custom plugin files be confined only under plugin folder or it can also be places else where as I see in case of BBB.
by kamaldua
Wed Feb 23, 2022 3:58 pm
Forum: Plugins & patches
Topic: Conference Plugin issue
Replies: 6
Views: 2287

Conference Plugin issue

I am trying to create a simple plugin for joining another conference ( not BigBlue Button). It always gives wrong url for conference. Upon investigation found that file /appScs/lib/lib.conference.1.3.plugins.php has hardcoded bigblue button. hence confernce additionl plugin can not be made except Bi...