MyBB Community Forums

Full Version: How would I go about creating this...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm completely new here to MyBB plugin development, however I do have knowledge of php. I understand the very basics, plugin hooks etc... However I am not entirely sure of how I would go about creating the following:

I created the images to give you an insight of what I want to do.

[Image: 8bPKvDc.png]
[Image: 2FGsgvU.png]
[Image: nX2I4wy.png]

Please note that I also want whatever I do on the final breadcrumb to be specific to the group I clicked on.
Any help, guidance or helpful links will be highly appreciated!
You can hook into admin_user_groups_edit_graph_tabs to add a new tab. Then in admin_user_groups_edit_graph echo your tab content in a <div>.

Examples can be found in the file itself:
https://github.com/mybb/mybb/blob/featur....php#L1163