Chapter 17. Modifying PHP-Nuke blocks
- Table of Contents
- 17.1. How to change a buggy block
- 17.2. How to build custom module blocks
-
- 17.2.1. Simple module block
- 17.2.2. Treemenu block
- 17.2.3. Creating a Graphical Modules Block
-
- 17.2.3.1. Making a new themesidebox() function
- 17.2.3.2. Modifying mainfile.php
- 17.2.3.3. Modifying block-Modules
- 17.2.3.4. Implementing New themesidebox2() function
- 17.2.3.5. Modifying block-Modules for conditional display
- 17.2.3.6. Final step
- 17.2.3.7. Advanced
- 17.3. How to build RSS blocks with variable number of news items
- 17.4. How to get scrolling headlines in blocks
In this chapter we show how to modify PHP-Nuke blocks. If you are interested in creating PHP-Nuke blocks, readSection 20.2. We cover the topics:
-
How to change a buggy block (Section 17.1),
-
How to build custom module blocks (Section 17.2),
-
How to build RSS blocks with variable number of news items (Section 17.3),
-
How to get scrolling headlines in blocks (Section 17.4).










