Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- 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
- 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
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
Example module?
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
Is there still an "example" module for Zikula? I might be training a coder soon... -
- Rank: Software Foundation
- Registered: Sep 03, 2002
- Last visit: May 09, 2010
- Posts: 909
You should look at modulestudio.de - Modulestudio a) should be the tool of choice for creating custom modules and b) generates quasi example modules.
In the core SVN are example modules anyway
--
best regards from Kiel, sailing city
Steffen Voss
Member of the Zikula Steering Committee
Read The Zikulan's Blog "If you want people to RTFM, make a better FM!" -
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
I would love to. A Windows version hasn't been updated in almost a year and half. I'm sure things have changed since then. Very frustrating, I've been watching for it for some time... -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Ditto what Bronto said. I can't get the current windows version to work on my system. I may try one more time, because I've rebuilt my system from the ground up since the last try, but it didn't work in Linux or Windows on my previous box, nor did it work on my wife's system.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Registered User
- Registered: Dec 13, 2006
- Last visit: Mar 19, 2009
- Posts: 11
Every post I've seen here asking for an Example/HowTo module winds up with a few people singing the praises of ModuleStudio. Why? I've been awaiting this program for a while, the latest linux version apparently doesn't generate properly (and I can't even get it running on Ubuntu or Fedora), the older version is over 1.5 years old.
While I love the idea of ModuleStudio, I think it's irresponsible recommending it in it's current preview state. ModuleStudio is (hopefully) the future of Zikula module authoring, but I don't see how it's recommended for beginners at this time.
DarDar.
PS. I mean no offence to Guite and I know he has greater priorities and resposibilites than making me happy, I'd be willing to pay for a working and complete version (when it comes out). I just take exception to the view that it's in a finished and usable state for Zikula newcomers. -
- Rank: Team Member
- Registered: Jan 19, 2003
- Last visit: Apr 06, 2010
- Posts: 442
Yeah, I know that problem
During 2008 I had to primarily focus core development and the extension database. Also I worked out a comprehensive business plan for ModuleStudio. So basically MOST is not forgotten (it is even my personal favourite project), there is simply many other stuff to do in addition.
--
Guite | ModuleStudio -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
For the Example modules in the SVN; what dir should one use as a basis for a Zikula 1.x module?
There is e.g. http://code.zikula.o…er/Misc/Tutorial-9x
and
http://code.zikula.o…er/Misc/Tutorial-8x
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Registered User
- Registered: Dec 13, 2006
- Last visit: Mar 19, 2009
- Posts: 11
There's a blank module floating around somewhere... it's in the Cozi here. https://code.zikula.….1.1/modules/blank/
I believe I checked it out anonymously. That's the old SVN tho, the proper Cozi link is here. http://code.zikula.o…1.1.1/modules/blank
DarDar.
edited by: buddy_dardar, Mar 14, 2009 - 08:10 AM -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
IIRC from rgasch, on http://code.zikula.org/core/browser/Misc/Tutorial-8x you could use:
- ExampleDB for learning using DBUtil
- ExampleObj for learning the object library (ObjectUtil)
For an example what to do with categories, one could use the Quotes module from http://code.zikula.org/core/browser/branches/zikula-1.1/modules
And, of course, all other existing Zikula-compatible modules...
But correct me if I'm wrong...
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
I usually start with an exisiting module that is close in DB Structure to what I need and build from there. Tweetz I'm building off of the Admin Message module, since it's the closest to what I want for base function. For the IngredientDB component of my Culinary Suite I'm starting from the FAQ module, because it's the closest DB Structure to what I want for it.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
buddy_dardar
There's a blank module floating around somewhere...
The blank module is not that suited, since it doesn't contain actual content and is not made as an example module. A lot of things are missing there
I think I also used ExampleDB in the past for one of my modules, but not sure any more
--
campertoday.nl, Module development, Dutch Zikula Community
- Moderated by:
- Support
