Skip to content

[docs] Document the mod_bigbluebuttonbn bbbext subplugin type - #1704

Open
jfederico wants to merge 1 commit into
moodle:mainfrom
jfederico:bbbext
Open

jfederico wants to merge 1 commit into
moodle:mainfrom
jfederico:bbbext

Conversation

@jfederico

Copy link
Copy Markdown

Add a plugin type page describing how to write a bbbext subplugin that extends or overrides BigBlueButton activity behaviour (settings form, instance persistence, completion rules, action URL parameters, meeting events, settings navigation, and view page override), and list the type in the plugin types index.

Copilot AI lite review requested due to automatic review settings September 18, 2026 19:24
@netlify

netlify Bot commented Sep 18, 2026

Copy link
Copy Markdown

Deploy Preview for moodledevdocs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 78f374d
🔍 Latest deploy log https://app.netlify.com/projects/moodledevdocs/deploys/6aadaa512df84f00083dbacc
😎 Deploy Preview https://deploy-preview-1704--moodledevdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Several references and hook details need correction, and versioned documentation backports are missing.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Documents the bbbext subplugin type for extending BigBlueButton activities and adds it to the plugin types index.

Changes:

  • Adds hook, file-structure, and implementation examples.
  • Adds the bbbext entry to the plugin types table.
File summaries
File Description
docs/apis/plugintypes/mod_bigbluebuttonbn/index.md New BigBlueButton extension documentation
docs/apis/plugintypes/index.md Registers the bbbext plugin type
Review details

Suppressed comments (1)

docs/apis/plugintypes/mod_bigbluebuttonbn/index.md:351

  • This reference link repeats the incorrect claim that bbbext_bnx lives in the parent module repository, whose linked tree does not contain extension/bnx. Link directly to the separate moodle-bbbext_bnx repository so readers can reach the working implementation.
For a complete, working example that exercises most of the hooks above — including the settings form, instance persistence with additional tables, action URL parameters, settings navigation, and a view page override — see the `bbbext_bnx` subplugin, which ships in the `extension/bnx` directory of [mod_bigbluebuttonbn](https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn).
  • Files reviewed: 2/2 changed files
  • Comments generated: 5
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/apis/plugintypes/mod_bigbluebuttonbn/index.md Outdated
| [Assignment submission plugins](./assign/submission.md) | assignsubmission | /mod/assign/submission | Different forms of assignment submissions | 2.3+ |
| [Assignment feedback plugins](./assign/feedback.md) | assignfeedback | /mod/assign/feedback | Different forms of assignment feedbacks | 2.3+ |
| [Book tools](./mod_book/index.md) | booktool | /mod/book/tool | Small information-displays or tools that can be moved around pages | 2.1+ |
| [BigBlueButton activity extensions](./mod_bigbluebuttonbn/index.md) | bbbext | /mod/bigbluebuttonbn/extension | Extend or override the behaviour of the BigBlueButton activity — settings form fields, completion rules, meeting URL parameters, meeting events, settings navigation, and the activity view page — without modifying core | 4.3+ |
Comment thread docs/apis/plugintypes/mod_bigbluebuttonbn/index.md Outdated
Comment thread docs/apis/plugintypes/mod_bigbluebuttonbn/index.md Outdated
Comment thread docs/apis/plugintypes/mod_bigbluebuttonbn/index.md Outdated
@jfederico
jfederico force-pushed the bbbext branch 3 times, most recently from ffcd3a6 to 9d71c78 Compare September 18, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants