After having seen how to modify PHP-Nuke modules, we are in a position to try our skills at creating one - in this chapter we will show you how! We cover:
Module structure (Section 21.1),
The rules to follow (Section 21.2),
Module creation, the public part (Section 21.3),
Module creation, administrator part (Section 21.4),
How to include a HTML file in a PHP-Nuke module (Section 21.5),
How to include a HTML file and its links in a PHP-Nuke module (Section 21.6),
How to include a HTML file and its links using an iframe in a PHP-Nuke module (Section 21.7),
How to include a plain text file in a PHP-Nuke module (Section 21.8),
How to use Javascript in PHP-Nuke modules (Section 21.9),
How to create a Logout module (Section 21.10),
How to show advertisements in PHP-Nuke modules (Section 21.11),
How to display HTML forms in a module (Section 21.12).