Hi,
Path:
plugins/bbb-wplms/classes/wplmsbbb.class.php
code :
'show_hidden'=>true,
This is some basic syntax error , refer this :
http://prntscr.com/o79kx1
This reply has been marked as private.
Thank you this solved the 2nd issue, but how about the 1st and 3rd issues?
1) Admin cannot open meetings
3) Hidden groups cannot be shown on the dashboash's Groups
for 3 please add this custom css in your wp-admin > appearance -> customize -> custom css:
li.bp-single-group.hidden.is-admin.is-member.group-has-avatar { display: block !important; }
Hi,
Refer this for group meeting setting :
http://prntscr.com/o7ryqu
and this:
http://prntscr.com/o7s0ia
download this latest wplms-bbb-plugin :
https://we.tl/t-Bl9X20oe09
Thank all of you, issues solved. #3 works with the following CSS
div.groups.mygroups li.hidden.is-admin.is-member.group-has-avatar { display: block !important; }
Please close the topic