Home: Select · Advertising · Banner Clients · Content · Donations · Downloads · FAQ · Forums · HtAccesser · HTTP Return Codes · Legal Docs · MetAuthors · PHP-Nuke HOWTO · Private Messages · Profile · Recommend Us · Reviews · Rwh Tos · Search · Stories Archive · Submit News · Surveys · Topics · User Guide · Watched Topics · Web Links · Your Account
Help Keep Our Servers Online AND Our Services Free!
Quality Web Hosting For All PHP Applications
Quality PHP Web Host! Great Reviews! Need help setting up your website, installing Apache, PHP, MySQL, or RavenNuke(tm)? Need help customizing or designing scripts? Please contact us via the Contact Us option for further details and pricing.Link to Me There are more Link To Me icons here .
Creating modules
Chapter 21. Creating modules
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 ).