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.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, read Section 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).