Search found 17 matches
- Sun Feb 27, 2022 5:49 pm
- Forum: Plugins & patches
- Topic: Plugin.php options
- Replies: 4
- Views: 4063
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 ...
- Thu Feb 24, 2022 4:30 pm
- Forum: Plugins & patches
- Topic: Plugin.php options
- Replies: 4
- Views: 4063
Re: Plugin.php options
I think since it is PHp file, I can try with mixed html and PHP.
- Thu Feb 24, 2022 4:11 pm
- Forum: Feedback & Suggestions
- Topic: Jitsi for Online Meetings
- Replies: 8
- Views: 7900
- Thu Feb 24, 2022 3:41 pm
- Forum: Plugins & patches
- Topic: Plugin.php options
- Replies: 4
- Views: 4063
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 ...
- Thu Feb 24, 2022 8:25 am
- Forum: Administration Management
- Topic: revoke edit permssion for superadmin from admin
- Replies: 1
- Views: 1772
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)
How to hide superadmin or make it non editable from other admins ( not superadmins)
- Thu Feb 24, 2022 8:22 am
- Forum: Feedback & Suggestions
- Topic: Jitsi for Online Meetings
- Replies: 8
- Views: 7900
Re: Jitsi for Online Meetings
Sure I will share
- Wed Feb 23, 2022 7:40 pm
- Forum: Plugins & patches
- Topic: Conference Plugin issue
- Replies: 6
- Views: 4733
Re: Conference Plugin issue
Thank you for your inputs
- Wed Feb 23, 2022 7:31 pm
- Forum: Feedback & Suggestions
- Topic: Jitsi for Online Meetings
- Replies: 8
- Views: 7900
Re: Jitsi for Online Meetings
I am working on Jitsi Plugin. Have atleast a beta now, let me know if anyone interested.
- Wed Feb 23, 2022 4:55 pm
- Forum: Plugins & patches
- Topic: Conference Plugin issue
- Replies: 6
- Views: 4733
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.
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.
- Wed Feb 23, 2022 3:58 pm
- Forum: Plugins & patches
- Topic: Conference Plugin issue
- Replies: 6
- Views: 4733
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 ...