albertosgz / Wordpress_BigBlueButton_plugin

BigBlueButton plugin for Wordpress https://es.wordpress.org/plugins/bbb-administration-panel/
GNU General Public License v3.0
17 stars 12 forks source link

tables not displayed on the admin backend of the module #28

Closed dvision1979 closed 4 years ago

dvision1979 commented 4 years ago

image

All I get in browser dev console is:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (pdfmake.min.js.map, line 0) image

I tried the version in wordpress repository (installer) and also I downloaded the zip and installed it manually. It's all the same result.

Any idea for a quick fix? I can give you the admin user to test directly Thank you!

albertosgz commented 4 years ago

Hi.

That's file is to export in pdf the table. Did you try to start a room? And record a meeting? Just to try out if all tables work.

dvision1979 commented 4 years ago

Actually I did. The counters are displayed, like 1 meeting or 1 recording, as depicted in the first screenshot, but not the table rows. I took a look at the code and the 3 tables, corresponding for meetings, active meetings and recordings, have defined a class named display. I replaced the class in the php file of the module with status, like in the table for security access and I can see the table for created meetings by the plugin and I can join the meeting and so on. But I still cannot see the active meetings or recordings. I also tried the plugin with different themes, my thought being that could be a conflicting css. IMHO the class name display is not a good choice as it could be most probably conflicting with another css from other module or even from a theme. Please let me know your thoughts. Thank you.

albertosgz commented 4 years ago

The plugin is based on original bigbluebutton plugin. In fact, the CSS is the same. Sure, "display" is not the best name, because it is too common, easy to conflict. Can you make a PR with changes in CSS?

dvision1979 commented 4 years ago

I would do it, if I knew how. Can you please walk me through it with some steps to perform? Do I have to make a fork or something? Thank you.

[EDIT] Actually the tweak is very simple. In bigbluebutton-plugin.php, find "diplay" and replace all the 3 occurrences with "status" (including the double quotes). That's it.

albertosgz commented 4 years ago

I am really sorry, I was really busy this period. Thank you so much @danionescu2007 to fix the issue!

albertosgz commented 2 years ago

Fixed on version 1.1.21: https://wordpress.org/plugins/bbb-administration-panel/#developers https://github.com/albertosgz/Wordpress_BigBlueButton_plugin/commit/ab2a2cdc3daa083ce4a1313158e5aac79f5cd4bc Thank you so much dear!