Joomla 1.6 Support

Hi, Does anyone have any idea when the updated version for installtion with Joomla 1.6 is likely to be ready?

That is no final version, but you can try the next version

support.dhtmlx.com/x-files/sched … eduler.zip
support.dhtmlx.com/x-files/sched … eduler.zip

Love it! So far it looks perfect… of course :stuck_out_tongue:

BTW… where do you wan’t eventually bug reports for this plugIn/module?

You can post them to the current sub-forum.
We will be glad to receive a feedback.

This is probably old news to you but just in case, I will make you aware of a little conflict. I have tryed to solve it, but without any kind of good result.

Drag and stretch (drop) does not work after creating an event (for (this) joomla 1.6 v). Drag works :wink: The slip-function does not :confused: This is when I shall extend the time-event-frame-form. Move and slip feature works perfect :sunglasses:

I run the script on a MAMP. The dhtmlxScheduler for Joomla 1.5 works perfect on the “same” system and settings. Well, in the Joomla 1.5 interface. The conflict probably arises between dhtmlxScheduler and Jommla 1.6 settings.

If there comes a dhtmlxScheduler in your DHTMLX 3.0 revolution this spring, then I’m anyway wait until the new release.

:exclamation: BTW the Norwegian translation is ready. Where do you want me to paste the scripts or upload the files?

:arrow_right: PS! It’s only for the joomla verson so far.

In the Index page for the dhtmlxscheduler :arrow_right: Localization I did find something who can make conflicts http://docs.dhtmlx.com/doku.php?id=dhtmlxscheduler:localization

Norwegian sources/locale_no.js
sources/locale_recurring_nl.js

In Norway we do have two norwegian writing language. Bokmål and Nynorsk. Bokmål is the most usual writing language. The language sign for bokmål is nb ex in Joomla.

no wil not work in (ex) Joomla. It looks like it need to be nb to work:

Norwegian sources/locale_nb.js
sources/locale_recurring_nb.js

I did make new translation for norwegian Bokmål (nb) and it works perfect in Joomla 1.6 exept from the word “Description” above the description text box. It looks like the problem occurs in all translations.

Here is the Norwegian files:

locale_nb.js

[code]scheduler.locale={
date:{
month_full:[“Januar”, “Februar”, “Mars”, “April”, “Mai”, “Juni”, “Juli”, “August”, “September”, “Oktober”, “November”, “Desember”],
month_short:[“Jan”, “Feb”, “Mar”, “Apr”, “Mai”, “Jun”, “Jul”, “Aug”, “Sep”, “Okt”, “Nov”, “Des”],
day_full:[“Søndag”, “Mandag”, “Tirsdag”, “Onsdag”, “Torsdag”, “Fredag”, “Lørdag”],
day_short:[“Sø”, “Ma”, “Ti”, “On”, “To”, “Fr”, “Lø”]
},
labels:{
dhx_cal_today_button:“I dag”,
day_tab:“Dag”,
week_tab:“Uke”,
month_tab:“Måned”,
new_event:“Ny hendelse”,
icon_save:“Lagre”,
icon_cancel:“Avbryt”,
icon_details:“Detaljer”,
icon_edit:“Rediger”,
icon_delete:“Slett”,
confirm_closing:"",//Your changes will be lost, are your sure ?
confirm_deleting:“Hendelsen vil bli slettet permanent. Er du sikker?”,
section_description:“Beskrivelse”,
section_time:“Tidsperiode”,

	/*recurring events*/
	confirm_recurring:"Vil du forandre hele dette settet av repeterende hendelser?", 
	section_recurring:"Repeter hendelsen",
	button_recurring:"Av",
	button_recurring_open:"På",
	
	/*agenda view extension*/
	agenda_tab:"Agenda",
	date:"Dato",
	description:"Beskrivelse",
	
	/*year view extension*/
	year_tab:"År"
}

}[/code]

PS! It was one tiny typo in the script. Now everything is correct.
locale_recurring_nb.js

scheduler.__recurring_template='<div class="dhx_form_repeat"> <form> <div class="dhx_repeat_left"> <label><input class="dhx_repeat_radio" type="radio" name="repeat" value="day" />Daglig</label>
 <label><input class="dhx_repeat_radio" type="radio" name="repeat" value="week"/>Ukentlig</label>
 <label><input class="dhx_repeat_radio" type="radio" name="repeat" value="month" checked />Månedlig</label>
 <label><input class="dhx_repeat_radio" type="radio" name="repeat" value="year" />Årlig</label> </div> <div class="dhx_repeat_divider"></div> <div class="dhx_repeat_center"> <div style="display:none;" id="dhx_repeat_day"> <label>Gjenta:<br/></label> <label><input class="dhx_repeat_radio" type="radio" name="day_type" value="d"/>Hver</label><input class="dhx_repeat_text" type="text" name="day_count" value="1" />dag
 <label><input class="dhx_repeat_radio" type="radio" name="day_type" checked value="w"/>Alle hverdager</label> </div> <div style="display:none;" id="dhx_repeat_week"> Gjentas hver<input class="dhx_repeat_text" type="text" name="week_count" value="1" />uke på:
 <table class="dhx_repeat_days"> <tr> <td> <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="1" />Mandag</label>
 <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="4" />Torsdag</label> </td> <td> <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="2" />Tirsdag</label>
 <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="5" />Fredag</label> </td> <td> <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="3" />Onsdag</label>
 <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="6" />Lørdag</label> </td> <td> <label><input class="dhx_repeat_checkbox" type="checkbox" name="week_day" value="0" />Søndag</label>

 </td> </tr> </table> </div> <div id="dhx_repeat_month"> <label>Gjenta:<br/></label> <label><input class="dhx_repeat_radio" type="radio" name="month_type" value="d"/>På hver</label><input class="dhx_repeat_text" type="text" name="month_day" value="1" />dag hver<input class="dhx_repeat_text" type="text" name="month_count" value="1" />måned
 <label><input class="dhx_repeat_radio" type="radio" name="month_type" checked value="w"/>På</label><input class="dhx_repeat_text" type="text" name="month_week2" value="1" /><select name="month_day2"><option value="1" selected >Mandag<option value="2">Tirsdag<option value="3">Onsdag<option value="4">Torsdag<option value="5">Fredag<option value="6">Lørdag<option value="0">Søndag</select>hver<input class="dhx_repeat_text" type="text" name="month_count2" value="1" />måned
 </div> <div style="display:none;" id="dhx_repeat_year"> <label>Gjenta:</label> <label><input class="dhx_repeat_radio" type="radio" name="year_type" value="d"/>på hver</label><input class="dhx_repeat_text" type="text" name="year_day" value="1" />dag i<select name="year_month"><option value="0" selected >Januar<option value="1">Februar<option value="2">Mars<option value="3">April<option value="4">Mai<option value="5">Juni<option value="6">Juli<option value="7">August<option value="8">September<option value="9">Oktober<option value="10">November<option value="11">Desember</select>
 <label><input class="dhx_repeat_radio" type="radio" name="year_type" checked value="w"/>på</label><input class="dhx_repeat_text" type="text" name="year_week2" value="1" /><select name="year_day2"><option value="1" selected >Mandag<option value="2">Tirsdag<option value="3">Onsdag<option value="4">Torsdag<option value="5">Fredag<option value="6">Lørdag<option value="0">Søndag</select>i<select name="year_month2"><option value="0" selected >Januar<option value="1">Februar<option value="2">Mars<option value="3">April<option value="4">Mai<option value="5">Juni<option value="6">Juli<option value="7">August<option value="8">September<option value="9">Oktober<option value="10">November<option value="11">Desember</select>
 </div> </div> <div class="dhx_repeat_divider"></div> <div class="dhx_repeat_right"> <label><input class="dhx_repeat_radio" type="radio" name="end" checked/>Ingen sluttdato</label>
 <label><input class="dhx_repeat_radio" type="radio" name="end" />Etter</label><input class="dhx_repeat_text" type="text" name="occurences_count" value="1" />forekomst
 <label><input class="dhx_repeat_radio" type="radio" name="end" />Stop den</label><input class="dhx_repeat_date" type="text" name="date_of_end" value="01.01.2010" />
 </div> </form> </div> <div style="clear:both"> </div>';

Drag and stretch (drop) does not work after creating an event (for (this) joomla 1.6 v)
Yep, there is a conflict with mootools.js
Will be fixed as part of oncoming update.

exept from the word “Description” above the description text box
Description is a custom field name, which you can specify in admin panel. So it isn’t translated.

Thanks for provided translation, we will include _nb locale in next version of scheduler.

I let it stay blank If you don’t tell me it can gain problems. It works, and looks clean :wink: Someone find a “half translated” site irritatable and half finished. It was a digression :smiley: I did find a solution :wink: Well, I hope so :confused:

Hello!
Do you have an estimated time frame when the verson for Joomla 1.6 is readdy for release?

Hello, 0liverPop.

Unfortunately I can not give you time frame for now. Currently plugin is being tested.

Best regards,
Ilya

OK! Then it will probeable not be this week.

Quality, it takes time.

I have waited for the Joomla 1,6v Scheduler for a while :confused: It would be good to know the progress on your new Scheduler. Do you have a blog, fb-group or twitter site for the application? :neutral_face:
I want to buy the product but first I need to be sure that the application will be available soon (in 2 - 3 months) :wink:

I tried it on two different sites, but I can’t install the 1.6-version.
When I install it with extensions/manage extensions, I only get I blank screen.
When I press F5 to renew the screen, I got the message that components/com_scheduler already is in use.
Have you any suggestion to work around this problem?

The install actually does happen… but an error stops the database table from being created, but the folders and files are in place. Hence when you try and re-install it says they’re already there. You need to delete the com_scheduler from the components folder and the admin folder if you want to try again.

Try to remove database tables
#__events_rec
#__scheduler_options.
Have you checked components list? Does plugin is in this list?

If you don’t have ability to remove plugin from admin panel try to remove directories:
components/com_scheduler/
administrator/components/com_scheduler/

After that try to re-install plugin.