background preloader

PhpBB3

Facebook Twitter

Creating modules - phpBB Development Wiki. Introduction In phpBB3 you can create your own modules for the User, Moderator and Administration Control Panel.

Creating modules - phpBB Development Wiki

This approach has many advantages over creating the complete page from scratch as described in Adding pages: You can manage the module in the ACP You don't have to care about handling authorization You get a navigation tree for free The UCP/MCP/ACP template already contains things like pagination, breadcrumbs or confirmation messages The rest of this tutorial describes how to create a MCP module - if you want to create UCP modules, you usually only need to replace all occurrences of "mcp" with "ucp". An ACP module sample can be found below. Using the phpBB3.0 Module System - phpBB Development Wiki. Abstract This chapter describes the phpBB3 module system. phpBB3 uses a module system for the Administration Panel (ACP), User Control Panel (UCP), and Moderator Control Panel (MCP). 1.5.1.

Using the phpBB3.0 Module System - phpBB Development Wiki

Adding a Module.