post #1
13 March 2006, 23:00 UTC#1
Many people are always asking me how to create new modules and I thought, there must be some people on HGF who want to know and dont already so im gonna share with ya how to do it. Very simple....
PHP Nuke's pretty simple but can look very complicated to general visitors.
I use it on my site Fuzzy Mannerz UK and its easy to create the modules, just create a simple PHP file in the webpage editor you use (such as Dreamweaver etc..) and get rid of all the content above and including the </HEAD> tag and go to PHP Nukes Files and use the "Module Creator" to create the module you want. click generate, copy and paste the code over to a notepad file, and then save it as "index.php" in "yoursite.com/nuke_dir_if_any/modules/module_name/" and job done, find it in "Modules" in the admin panel and activate it.
Also if you want the right section of blocks on the new module edit the file and change the line index="0" (or it's something similiar, im remembering off the top of my head) to index="1" and save.
Peace out and good luck.

PHP Nuke's pretty simple but can look very complicated to general visitors.
I use it on my site Fuzzy Mannerz UK and its easy to create the modules, just create a simple PHP file in the webpage editor you use (such as Dreamweaver etc..) and get rid of all the content above and including the </HEAD> tag and go to PHP Nukes Files and use the "Module Creator" to create the module you want. click generate, copy and paste the code over to a notepad file, and then save it as "index.php" in "yoursite.com/nuke_dir_if_any/modules/module_name/" and job done, find it in "Modules" in the admin panel and activate it.
Also if you want the right section of blocks on the new module edit the file and change the line index="0" (or it's something similiar, im remembering off the top of my head) to index="1" and save.
Peace out and good luck.
