Conversation
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
🟡 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
bbbextentry 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_bnxlives in the parent module repository, whose linked tree does not containextension/bnx. Link directly to the separatemoodle-bbbext_bnxrepository 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.
| | [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+ | |
jfederico
force-pushed
the
bbbext
branch
3 times, most recently
from
September 18, 2026 21:15
ffcd3a6 to
9d71c78
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.