
Welcome!alightner wrote:The calendar mod is back!!!![]()
We are still in Beta, but 0.1.1 includes all of the bugs reported in the first round of beta (0.1.0)
At this point the features are pretty well tested... if there are any bugs they're most likely in the way I packaged the install files instead of the mod's code itself.
VOLUNTEERS WANTED: if you want to help translate this release here are the language files: http://www.phpbbcalendarmod.com/downloa ... 0_lang.zip If you translate the files, please zip them back up and post them so they can be included in the next release - with proper credit of courseNote I'm still working on the language file zip for 0.1.1 - that link is the language files for 0.1.0
Thanks for your reply.alightner wrote:There were very few new strings in 0.1.1 that weren't already in 0.1.0. However, there were 2 translations packaged up with 0.1.0 (I think yours was one of them) but it failed the pre mod validation checker and with the foreign characters I didnt know how to fix it without corrupting it so I just opted to remove them until someone who uses those languages could clean them up for the mod validator.
It's probably best if you let me repackage the language files and make sure my package passes the mod validation tool first before you do the new translation so your package has better odds of passing and being included with the final install. I'll let you know when the 0.1.1 language files are ready for download/edit.
Thanks!
in root/includes/acp/acp_calendar.php lines 415-417:alexanderjoseph wrote:I have a problem with
custom colors to highlight event registration status
[ Web-safe colour swatch ] points me to =calendar&mode=calsettings
Also I can not safe colours.
Where to start to look?
Alexander
Code: Select all
'U_SWATCH_RSVP_YES' => append_sid("{$phpbb_admin_path}swatch.$phpEx", 'form=calsettings&name=rsvp_color_yes'),
'U_SWATCH_RSVP_NO' => append_sid("{$phpbb_admin_path}swatch.$phpEx", 'form=calsettings&name=rsvp_color_no'),
'U_SWATCH_RSVP_MAYBE'=> append_sid("{$phpbb_admin_path}swatch.$phpEx", 'form=calsettings&name=rsvp_color_maybe'),
Code: Select all
http://www.phpbbcalendarmod.com/3010a/adm/swatch.php?form=calsettings&name=rsvp_color_yes&sid=1d3057dde87865c738bddcd32e0b26be
I just downloaded your changes, and it looks like you're missing the install__language_files_only.xml file... there were additional strings that needed translated in files manually (besides just the new files to copy)from the install file like edits to:wang5555 wrote: Thanks for your reply.![]()
I fix some bug, and repackage it.
Please try again, thanks.
Download zh_cmn_hant (Traditional Chinese translation) for phpBB Calendar 0.1.0
p.s. The pack is only language, no style.
That should make it easier to see what's missing.VOLUNTEERS WANTED: if you want to help translate this release here are the language files: http://www.phpbbcalendarmod.com/downloa ... 0_lang.zip If you translate the files, please zip them back up and post them so they can be included in the next release - with proper credit of course![]()
Yay, glad that fixed it!alexanderjoseph wrote:Hi, problem solved.
I had an old version of root/includes/acp/acp_calendar.php
![]()
ALexander
sssubito wrote: I have a wish:
Could you make it possible to enter midnight as end time for an event? (All workarounds to this are a bit clumbsy)
In our board (still an unfinished upgrade project from phpBB2) we have multi day events that usually start on Monday, 0:00:01 and finish on next Sunday, 23:59:59 +1s (that's midnight, isn't it). I can enter Monday, 0:00:00 as finish, but then you see day Monday as finishing day and that's simply wrong and awkward. The other workaround, using all day recurring events has the big disadvantage that it clutters my list of future events on the forum index. So, I beg: please, please, please!
Cheers, sssubito!