91
Anonymous
Re: Profile 1.75 - With User Speedtests for Registration
  • 2012/2/2 19:33

  • Anonymous

  • Posts: 0

  • Since:


@wishcraft, will this module be part of the core 2.6? And is the module ready for test or final?



92
Anonymous
Re: Profile 1.75 - With User Speedtests for Registration
  • 2012/2/2 19:28

  • Anonymous

  • Posts: 0

  • Since:


@flipse you're right



93
Anonymous
Re: extcal 2.27 beta and xoops 2.5.4 errors/issues
  • 2012/1/30 19:57

  • Anonymous

  • Posts: 0

  • Since:


When an anonymous user wants to view an event in extcal the message "Sorry, you don't have the permission to access this area" appears. All permissions are correct.



94
Anonymous
Re: Problems with dateformat 2.5.4 in combination with modules (i.e. Extcal, News)
  • 2012/1/26 21:17

  • Anonymous

  • Posts: 0

  • Since:


Will be there a fix in the core for the dateproblem or not? Or otherwise a clear description how to deal with it!!



95
Anonymous
Re: extcal 2.27 beta and xoops 2.5.4 errors/issues
  • 2012/1/26 21:12

  • Anonymous

  • Posts: 0

  • Since:


@Stijnvd Try again with the version packed in the Basic Module Package and changed files as described.



96
Anonymous
Re: extcal 2.27 beta and xoops 2.5.4 errors/issues
  • 2012/1/26 21:09

  • Anonymous

  • Posts: 0

  • Since:


For extcal 2.2.4 the solution is:

Edit "post.php". Remove the lines 65-75:

// If the date format is wrong
if(! preg_match '`[0-9]{4}-[01][0-9]-[0123][0-9]`' $_POST 'event_start' ][ 'date' ]) || ! preg_match '`[0-9]{4}-[01][0-9]-[0123][0-9]`' $_POST 'event_end' ][ 'date' ])) { redirect_header 'index.php' _MD_EXTCAL_WRONG_DATE_FORMAT "<br />" implode '<br />' $GLOBALS 'xoopsSecurity' ]-> getErrors ())); exit; }


Edit "class/event.php". Remove the lines 172-182:

list( $year $month $day ) = explode "-" $data 'event_start' ][ 'date' ]); $data 'event_start' ] = mktime $month $day $year ) + $data 'event_start' ][ 'time' ]; list( $year $month $day ) = explode "-" $data 'event_end' ][ 'date' ]); $data 'event_end' ] = mktime $month $day $year ) + $data 'event_end' ][ 'time' ]; if( $data 'have_end' ] == || $data 'event_start' ] > $data 'event_end' ]) { $data 'event_end' ] = $data 'event_start' ]; }


add these lines instead:

$data 'event_start' ] = strtotime $data 'event_start' ][ 'date' ]) + $data 'event_start' ][ 'time' ]; $data 'event_end' ] = strtotime $data 'event_end' ][ 'date' ]) + $data 'event_end' ][ 'time' ];


Edit "admin/event.php". Remove the lines 29-39:

// If the date format is wrong
if(! preg_match '`[0-9]{4}-[01][0-9]-[0123][0-9]`' $_POST 'event_start' ][ 'date' ]) || ! preg_match '`[0-9]{4}-[01][0-9]-[0123][0-9]`' $_POST 'event_end' ][ 'date' ])) { redirect_header 'index.php' _MD_EXTCAL_WRONG_DATE_FORMAT "<br />" implode '<br />' $GLOBALS 'xoopsSecurity' ]-> getErrors ())); exit; }


Hopefully there will come a normal solution in the core.



97
Anonymous
Re: Problems with dateformat 2.5.4 in combination with modules (i.e. Extcal, News)
  • 2012/1/16 20:38

  • Anonymous

  • Posts: 0

  • Since:


Will be there a fix in the core for the dateproblem or not?

For me it is very unclear what to do because the impact on modules is unknown. Even for extcal is it not yet clear.

For me its also weird that the update 2.5.4 caused that the modules will be changed in code.



98
Anonymous
Re: extcal 2.27 beta and xoops 2.5.4 errors/issues
  • 2012/1/16 20:27

  • Anonymous

  • Posts: 0

  • Since:


@Yurdal do you mean 2.24?



99
Anonymous
Problems with dateformat 2.5.4 in combination with modules (i.e. Extcal, News)
  • 2012/1/13 20:13

  • Anonymous

  • Posts: 0

  • Since:


Hi,

There is talked about it earlier in this thread.

In my opion it is a bigger problem. Everything I try with SHORTDATESTRING give my problems with News or Extcal or publisher.

Is there someone who can give us an English translation of this thread

What is the correct answer? Each module or at the core? Much easier to use. Also easier for the translations.

Let's keep XOOPS user friendly!!



100
Anonymous
Re: XOOPS 2.5.x Translations using Transifex
  • 2012/1/6 23:41

  • Anonymous

  • Posts: 0

  • Since:


The following variables included in xoopspoll/modinfo.php on transifex:
// index.php
define("_MI_POLLS_HOME", "");
define("_MI_POLLS_ADMIN_ABOUT", "");
define("_MI_POLLS_ADMIN_HELP", "");

//1.33
// lookup host
define("_MI_POLLS_LOOKUPHOST","Toon de hostnaam in plaats van het IP-adres");
define("_MI_POLLS_LOOKUPHOSTDESC","Sorteer hostnamen in plaats van IP-adressen in het logoverzicht. Sinds nsloopup gebruikt wordt kan het langer duren voordat de namen getoond worden.");

The following variables were found in de xoopspoll module packed in the Basic module package.
// index.php
define("_AM_POLLS_HOME", "Overzicht");
define("_AM_POLLS_ADMENU1", "Overzicht van peilingen");
define("_AM_POLLS_ADMENU2", "Peiling toevoegen");
define("_AM_POLLS_ADMIN_ABOUT", "Over");
define("_AM_XOOPSPOLLS_ADMIN_HELP", "Hulp");

a little bit confusing




TopTop
« 1 ... 7 8 9 (10) 11 12 13 »



Login

Who's Online

116 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 116


more...

Donat-O-Meter

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

Latest GitHub Commits