- Moderated by:
- Support
-
- rank:
-
Registered User
- registered:
- September 2006
- Status:
- offline
- last visit:
- 27.09.06
- Posts:
- 1
Hello,
I am new to PostNuke and the PN forum. I have been looking for any information on how to create your own modules for PN. My PHP knowledge is limited to installing scripts, copy and paste, not much else.
If I could get pointed in the right direction for any information on how to get started creating your own modules, I would greatly apperciate it.
Thank you
--
TOTAGE.NET.TF
Search, Surf, Socailize
http://www.totage.net.tf -
- rank:
-
Team Member
- registered:
- December 2003
- Status:
- offline
- last visit:
- 01.12.08
- Posts:
- 2989
You were provided with an example module with your downloaded package... you may want to start there... the example module is located with the rest of your modules in the download..
--
David Pahl
Zikula Support Team -
- rank:
-
Professional
- registered:
- January 2003
- Status:
- offline
- last visit:
- 26.11.08
- Posts:
- 568
Quote
all modules are good examples !
I'm sorry, but this is not true. All *new* modules (which are written to be API compliant) are good examples, even more so if they have a 'pntemplates' subdirectory (which indicates that they're using pnRender). Some modules which are currently shipped (such as News) are old-style modules which shouldn't be used as an example.
You can tell that a module is written to be API compliant if it does not have an index.php but instead has files like pnuser.php, pnuserapi.php, pnadmin.php and pnadminapi.php.
Greetings
R
