Testing out crpCalendar - thanks Daniele Conca for a great event list manager! It looks well put together, and the code looks good.
One problem, though - having trouble getting categories to save. I've added them via categories admin under the crpCalendar node.
They show when editing or creating a new event in the drop down, but don't make it into the categories mapobj table.
Is this functionality not yet complete? I'm testing it on RC3, clean install.
Anyone else able to use categories with crpCalendar?
Thanks!
NCM
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
crpCalendar - categories not sticking
-
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
-
- Rank: Developer
- Registered: Sep 21, 2004
- Last visit: Apr 26, 2010
- Posts: 100
yes, it's already fixed in crpCalendar (and crpVideo too) SVN head: this malfunction is due by some change (which i've not searched) in RC3 categories selector from property array index to property array name (this is also the same problem that could be finded using RC2 ValueAddons with RC3 Core) ... and the next release will be backwards compatible
unfortunately, release package 0.3.1 categorization will work only with RC2
edited by: jami, Mar 03, 2008 - 08:10 PM
--
http://code.zikula.org/crpcalendar
http://code.zikula.org/crpvideo
http://code.zikula.org/crptag
http://code.zikula.org/crpcasa
http://jami.cremonapalloza.org -
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
ok
So the SVN version is working with RC3?
Thanks for the info - was looking into the categories change myself to see if that was the problem. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 216
Will it be possible to do a mass bulk upload of events for my crpCalendar module. I have a spread sheet with over 300 events for 2008 year and I just don't think I can sit down and enter them all one by one.
I don't know enough about PHP or MySQL to know where to beging, so if there is somebody out here that can point me in the right direction I will immensely appreciate it.
I am using this module as well as the Postcalenar. I will be using this module because the RSS capabilty!
Thanks,
This is my install info:
PostNuke 0.8.0.0-RC3
PostCalendar 4.0.3 -
- Rank: Helper
- Registered: Sep 16, 2004
- Last visit: Oct 21, 2009
- Posts: 731
I do bulk uploads all the time
You do have to learn a little about SQL and the DB structure of the module in question.
Usually, I just create a CONCAT function in my spreadsheet taht compiles the date into an INSERT or UPDATE statement in SQL.
Then, copy all the lines, and paste into your SQL tool - SQLyog, phpMyAdmin, etc.
The trick is knowing what needs to be mapped to what fields in the DB, what format the data needs to be in (mySQL dates versus unix time, etc.) and if the particular module has data that needs to be calculated, etc - meta data, etc. In that case, you'll have to write a similar calculation in your spreadsheet and upload the result of that calc in place of it being in the module.
Then, you could always pay someone to create an upload tool for a particular module, or pay the original author to add int he functionality.
- Moderated by:
- Support
