Chapter 20. Creating PHP-Nuke blocks
- Table of Contents
- 20.1. The characteristics of the various types of blocks
- 20.2. How to create a new block
- 20.3. Simple Content block
- 20.4. How to include PHP/HTML files in a PHP-Nuke block
- 20.5. How to use Javascript in PHP-Nuke blocks
- 20.6. How to display Flash in PHP-Nuke blocks
- 20.7. How to show advertisements in PHP-Nuke blocks
- 20.8. How to display images in PHP-Nuke blocks
- 20.9. How to display HTML forms in a block: Paypal
Having seen how to modify a PHP-Nuke block (Chapter 17), we can gradually try our skills in creating one. We proceed by showing:
The characteristics of the various types of blocks (Section 20.1),
How to create a new block (Section 20.2),
A simple Content block (Section 20.3),
How to include PHP/HTML files in a PHP-Nuke block (Section 20.4),
How to use Javascript in PHP-Nuke blocks (Section 20.5),
How to display Flash in PHP-Nuke blocks (Section 20.6),
How to show advertisements in PHP-Nuke blocks (Section 20.7),
How to display images in PHP-Nuke blocks (Section 20.8),
How to display HTML forms in a block: Paypal (Section 20.9).
