Chapter 18. Modifying PHP-Nuke modules

Table of Contents
18.1. Modifying any PHP-Nuke module
18.1.1. How to hide the right blocks
18.1.2. How to change a buggy module
18.2. Modifying the PHP-Nuke Homepage
18.2.1. How to redirect users to the Login page
18.2.2. How to restrict the Homepage only to registered users
18.3. Modifying the PHP-Nuke FAQ module
18.4. Modifying the PHP-Nuke Reviews module
18.4.1. How to allow only registered users to enter a review
18.4.2. How to choose images from a dropdown list
18.5. Modifying the PHP-Nuke Web_Links module
18.5.1. How to display Web Links in the same window
18.5.2. How to change the number of Web Links per page
18.6. Modifying the PHP-Nuke Your_Account module
18.6.1. How to redirect users to the Homepage
18.6.2. How to redirect Your Info to the Forums user profile
18.6.3. How to redirect users to Login and back
18.6.4. How to disable registration
18.6.5. How to let users register immediately
18.6.6. How to approve users before registration
18.6.7. How to register users through iBill
18.6.8. How to change the maximum allowed length for user names
18.7. Modifying the PHP-Nuke News module
18.8. Modifying the PHP-Nuke Submit News module
18.9. Modifying the PHP-Nuke Sections module
18.10. Modifying the PHP-Nuke Downloads module
18.11. Modifying the PHP-Nuke Stories Archive module

Figure 18-1. Administration panel: Modules.

Administration panel: Modules.

In this chapter we will talk about modifying PHP-Nuke modules. If you are interested in creating PHP-Nuke modules, read Chapter 21. We will talk about: