Topic: Where can I find...
totage
avatar
Registered User
Registered User
Posts: 1

Posted:
28.Sep 2006 - 06:21

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
AmmoDump

Team Member
Team Member
Posts: 3024

Posted:
28.Sep 2006 - 06:24

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
Gilles69
avatar
Freshman
Freshman
Posts: 39

Posted:
10.Nov 2006 - 14:30

the /modules/blank is a good starting point. all modules are good examples !


--
Gilles...
rgasch
avatar
Professional
Professional
Posts: 573

Posted:
10.Nov 2006 - 15:52

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