I have added two new modules to the extdb.
The Book module (http://community.zik…-componentid-84.htm) is a module for displaying large structured documents. It has some interesting features, such as a pop-up glossary, and text highlighting.
The quickcheck module (http://community.zik…componentid-308.htm) is for attaching quizzes to other content modules. I use it in conjunction with the book module to create short quizzes that readers can take to test their comprehension of material presented in the book module.
An example of the use of both these modules can be found at http://www.microbiologytext.com. Enjoy!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- 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
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
Two new modules, Book module and Quickcheck module.
-
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
-
- Rank: Team Member
- Registered: Jan 05, 2003
- Last visit: May 28, 2010
- Posts: 776
Very nice, congratulations. The book module looks very interesting/promising.
Greetings
R -
- Rank: Softmore
- Registered: Feb 07, 2003
- Last visit: May 31, 2010
- Posts: 404
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
Paustian, I've seen the Book module before. Was it yours or did you update it? -
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
bronto
Paustian, I've seen the Book module before. Was it yours or did you update it?
This has been my module all along. I have worked on it and used it steadily for years. It was in the old post nuke code site and I have finally made it available here. Thanks craig for approving those modules. -
- Rank: Softmore
- Registered: May 10, 2010
- Last visit: May 18, 2010
- Posts: 165
-
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
Wendell
Looking forward, will these two modules be compatible with Zikula 1.3?
They work in 1.2.4 I have not tested then in 1.3. It will probably be a while before I have a chance to try them out in 1.3. -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1967
well, I just did a quick check and the short answer is no - they are not 1.3 compatible. Book seems to still be define-based for language translation (at least it has constants) and some other issues as well. Quickcheck has some pretty serious fatal errors.
Paustian, I learned the most about coding modules after I turned the error reporting up as high as it would go and kept checking all my PHP and zikula logs as I worked. It helps a lot to make sure everything is compatible going forward. Let me know if I can answer any questions or anything for ya. -
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
craigh,
Thanks for looking at them. Quickcheck is pretty green. Book is more polished. I have been pretty lazy in cleaning things out and I should really do that. But, they work for me.
I will keep working on them as time permits.
-
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
So, I took a look at the module, with error reporting cranked up, no errors. Care to explain how to do this and what fatal errors you were seeing? Thanks. -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1967
did you look at it in Zikula 1.3? You configured your config to log errors? (doesn't go to screen anymore in 1.3) Try turning on the debug_toolbar? Then check your ztemp/error_logs/ and your PHP error logs.
I already uninstalled the modules so can't quote you any errors ATM, but when I get some time I might be able to do so. -
- Rank: Softmore
- Registered: May 30, 2005
- Last visit: May 31, 2010
- Posts: 340
Ohhhh. Got it. You were looking at 1.3. I have not played with those yet. I did upgrade the Book module to use the new language system. So much goodness there. It makes writing the templates and code for language so much less cumbersome. I will play with 1.3 soon and see what happens. -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1967
- Moderated by:
- Support

