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.5.1. How to create a Hello World block
- 20.5.2. How to create a fade block
- 20.5.3. How to create a Help Center Live block
- 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 creatingone. 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).
| Prev | Home | Next |
| How to allow HTML in the Newsletter | The characteristics of the various types of blocks |
|
Module for PHP-Nuke Documentation brought to you by Chris Karakas |











