Hi everyone,
I'm french and totally new to PostNuke. I'm about to create some modules for a client of mine.
As a perfect newbie, I've searched for the documentation, which seems to be old (2002) and the API Guide.
Is there a documentation that could be more up to date ? Or an article dealing with some step-by-step instructions for simple module development.
After some hours working the Example module (7.6) I assume this example is too complexe for what I want to do. In fact, I'm sure, I can develop what I want in a easier way.
Any source of documentation, or How-to ?
Thanks,
RouXx
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Development How-To
-
**unknown user**
- Rank: Senior
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 2330
The best source of documentation on module development is the Example module. The most extensive docs are located at HammerHead's site (not just that link, but many links on his site are good reading.
Obviously, to build a module, you're going to need at least some basic PHP coding skills. The "old" docs you mentioned describe the old way of coding modules and those docs are not recommended.
If you need an even more basic example than the Example module, you're actually in luck. Check out either of the mods I just released: "About" and "Mission"... both are in my downloads section. -
- Rank: Expert
- Registered: Dec 02, 2002
- Last visit: Apr 30, 2010
- Posts: 1474
Hi there,
I have created a module generator for my nvRender module which you can get from www.nvida.net (it is included with the nvRender module in the downloads are of the site). The module generator will create a module of your naming, you can also create as many database tables and columns as you like in the creation process. The resulting generated module will then install and initialise - it also includes some handy examples in the code for beginners (well you should know some PHP).
-Lobos
--
-Lobos
Professional PHP Framework Services: Concept, Development and Deployment -
- Rank: Softmore
- Registered: Feb 07, 2003
- Last visit: Jun 11, 2008
- Posts: 225
ModGen (link below) will create an "empty" working module that you can then build upon. -
**unknown user**
- Rank: Senior
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 2330
This topic has been split.
The remainder of the discussion, being off-topic for this thread, has been moved to: Discussion On Module Generators.
Please feel free to post on-topic items to this thread.
Thanks,
-Alar
- Moderated by:
- Support
