Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
6 - 0 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     
addElement(getListYears($year,$xoopsModuleConfig['agenda_nb_years_before'],$xoopsModuleConfig['agenda_nb_years_after'])); $form->addElement(getListMonths($month)); $form->addElement(getListDays($day)); $form->addElement(getListCategories($cat)); $form->addElement(new XoopsFormButton("", "", _SEND, "submit")); // Assigning the form to the template $form->assign($xoopsTpl); /**********************************************************************/ // Retriving events and formatting them //$events = $eventHandler->objectToArray($eventHandler->getEventWeek($day, $month, $year, $cat), array('cat_id')); $criteres = array('periode' => _EXTCAL_EVENTS_WEEK, 'day' => $day, 'month' => $month, 'year' => $year, 'cat' => $cat, 'externalKeys' => 'cat_id'); $events = $eventHandler->getEventsOnPeriode($criteres); /**********************************************************************/ $eventsArray = $events; // Formating date // $eventHandler->formatEventsDate($events, $extcalConfig['event_date_year']); // // Treatment for recurring event // $startWeek = mktime(0, 0, 0, $month, $day, $year); // $endWeek = $startWeek + _EXTCAL_TS_WEEK; // // $eventsArray = array(); // foreach ($events as $event) { // if (!$event['event_isrecur']) { // // Formating date // $eventHandler->formatEventDate($event, $extcalConfig['event_date_week']); // $eventsArray[] = $event; // } else { // $recurEvents = $eventHandler->getRecurEventToDisplay($event, $startWeek, $endWeek); // // Formating date // $eventHandler->formatEventsDate($recurEvents, $extcalConfig['event_date_week']); // $eventsArray = array_merge($eventsArray, $recurEvents); // } // } // // Sort event array by event start // usort($eventsArray, "orderEvents"); // Assigning events to the template $xoopsTpl->assign('events', $eventsArray); // Retriving categories $cats = $catHandler->objectToArray($catHandler->getAllCat($xoopsUser)); // Assigning categories to the template $xoopsTpl->assign('cats', $cats); // Making navig data $weekCalObj = new Calendar_Week($year, $month, $day, $extcalConfig['week_start_day']); $pWeekCalObj = $weekCalObj->prevWeek('object'); $nWeekCalObj = $weekCalObj->nextWeek('object'); $navig = array( 'prev' => array( 'uri' => 'year=' . $pWeekCalObj->thisYear() . '&month=' . $pWeekCalObj->thisMonth() . '&day=' . $pWeekCalObj->thisDay(), 'name' => $extcalTimeHandler->getFormatedDate($xoopsModuleConfig['nav_date_week'], $pWeekCalObj->getTimestamp()) ), 'this' => array( 'uri' => 'year=' . $weekCalObj->thisYear() . '&month=' . $weekCalObj->thisMonth() . '&day=' . $weekCalObj->thisDay(), 'name' => $extcalTimeHandler->getFormatedDate($xoopsModuleConfig['nav_date_week'], $weekCalObj->getTimestamp()) ), 'next' => array( 'uri' => 'year=' . $nWeekCalObj->thisYear() . '&month=' . $nWeekCalObj->thisMonth() . '&day=' . $nWeekCalObj->thisDay(), 'name' => $extcalTimeHandler->getFormatedDate($xoopsModuleConfig['nav_date_week'], $nWeekCalObj->getTimestamp()) ) ); // Title of the page $xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name') . ' ' . $navig['this']['name']); // Assigning navig data to the template $xoopsTpl->assign('navig', $navig); //Affichage des infobulle $xoopsTpl->assign('showInfoBulle', $extcalConfig['showInfoBulle']); $xoopsTpl->assign('showId', $extcalConfig['showId']); // Assigning current form navig data to the template $xoopsTpl->assign('selectedCat', $cat); $xoopsTpl->assign('year', $year); $xoopsTpl->assign('month', $month); $xoopsTpl->assign('day', $day); $xoopsTpl->assign('params', $params); $tNavBar = getNavBarTabs($params['view']); $xoopsTpl->assign('tNavBar', $tNavBar); $xoopsTpl->assign('list_position', $extcalConfig['list_position']); // echoArray($tNavBar,true); $xoTheme->addScript('browse.php?modules/extcal/js/highslide.js'); $xoTheme->addStylesheet('browse.php?modules/extcal/js/highslide.css'); include XOOPS_ROOT_PATH . '/footer.php'; ?> [/code] If someone could fix the first issues and maybe help me with this: https://xoops.org/modules/newbb/viewtopic.php?post_id=349059#forumpost349059 I will make some nive templates for extcal in return. Thanks[/quote]" />

Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
by Mamba on 2014/11/12 13:37:07

The stable versions of modules are normally on SourceForge in the Files section

If you want to test versions that are under development, you can then check out the code from SVN or GitHub.

For extCal the latest code is right now here, but it is only for testing, as it is NOT stable.

If you want to be notified about changes in XOOPS SVN, you can subscribe to the SVN mailing list, or you can check out the SVN Mailing list archive
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
by Cifug on 2014/11/1 23:18:05

Where would I find the latest release of extcal? I see several versions on SVN and Github. It appears to me that the trunk version on SVN has the latest date but is it stable version?

Cheers,
Marty
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
by moss on 2014/6/16 22:06:01

Any idea for my problem please
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
by moss on 2014/6/11 9:02:21

Hello,

I have a problem with last extcal (2.37 and 2.38).
When I want to create a new event and preview it before submit, module lost the attached files or attached picture. He keep only the text content. If I submit without preview it works.

I have the same issue with news module where we can attach a picture. Is it a problem of xoops (I use xoops 2.5.6) ?

Thanks for your answer,
Re: eXtCal 2.37 Beta 4, will this ever get out of beta?
by Mamba on 2014/2/21 8:44:52

I somebody could replicate it, that would be very helpful.

Who's Online

112 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 112


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits