31
ianez
Re: Xopps 2.5.2
  • 2012/1/5 15:29

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


this sounds really embarassing..
updated the version you suggested Mamba.. and the wrong date format bug has returned..
I think I've tried 6/7 different version of this module
as it often happens too many versions of a module and incompatibilties when upgrading to major stable version of xoops..
if it's difficult to me, to use this framework and find working modules I imagine that many first users will be disappointed by this

any idea for fixing? I'll try to look into code anyway..
Ian

32
ianez
Re: Xopps 2.5.2
  • 2012/1/5 17:04

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


I've solved deleting the if statement related to wrong date in admin/event.php..
but there's an issue anyway with the calendar script because the event can is created with date set to 01/01/1970..
the only workaround to me is manually inserting the date in this format dd-mm-yyyy

any idea about how to solve this??
Ian

33
Mamba
Re: Xopps 2.5.2
  • 2012/1/5 18:12

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Are you using English or Italian version?

If Italian, try to make a change to the "global.php" as suggested by Trabis here

If you use English version, then we need to do some testing.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

34
timgno
Re: Xopps 2.5.2
  • 2012/1/5 18:45

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I put this function:
/**
 * Convert String To Time Date
 *
 * @param $date
 * @return strtotime($date)
 */
function xoops_convertDate($date)   

    if (
strpos(_SHORTDATESTRING"/"))  
    { 
       
$date=str_replace("/""-"$date); 
    } 
    return 
strtotime($date); 
}

in the file include/functions.php of the root, to be used with all modules, and works well with all modules

35
Roby73
Re: Xopps 2.5.2
  • 2012/1/5 22:18

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


I already posted the function (my idea) in the thread reported form Mamba

36
Stijnvd
Re: Xopps 2.5.2
  • 2012/1/7 19:49

  • Stijnvd

  • Just popping in

  • Posts: 16

  • Since: 2011/12/14


I just installed (uploading the files and updating module) this version and I have the following situation:

User:
- There are more views to present the events in the calendar (+)
- Lay out of the event changed (+)
- When selecting a view I do not only see the name of the event but the website and various other information. This is not consistent. One time it shows the website and email address, one time it doesn't? (-) -> Changed when taking a look in the preferences pane (+)
- When editing the event I get a blank page, not an error (after editing the permissions I am still getting the blank page). (-)
- My list (a block on my main page) disappeared. After changing the rights of this block, it is visible again. (+)
- When I want to add and event I get a blank page. (Major -)



Admin:

- I see more options for using the "interval in minutes" "Agenda: Starting Hour" ... (+)
- When adding an event as administration (below the list of the events) and using the mini calendar I am receiving the error 'Wrong date format'. (-)
- Is it possible to disallow adding attachments? I am not able to find it in the preferences.

My main language is English but I see very often French words appearing. As a user and in the admin section.

Do I have to see something else? Not to be able to add events is the biggest problem I have.

Edit: for the record: I installed Xoops 2.5.4 and extcal 2.34 (downloaded from link provided by Mamba :https://xoops.org/modules/newbb/viewtopic.php?post_id=343464#forumpost343464 )

37
ianez
Re: Xopps 2.5.2
  • 2012/1/9 15:14

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


so in the end for making a module work I've to change the way all the dates are printed in the site.. this sounds strange in any case..
thank you for the solution anyway

Ian

38
Yurdal
Re: Xopps 2.5.2
  • 2012/1/11 14:37

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Problem still persist !!

Im using now extcal 2.34 Beta from the link of Mamba, it is still not possible tp add event
only when im using the format yyyy-mm-dd !!

39
ianez
Re: Xopps 2.5.2
  • 2012/1/12 12:37

  • ianez

  • Not too shy to talk

  • Posts: 188

  • Since: 2006/1/26


@yurdal
you need to set the format as yyyy-mm--dd in global.php language files

I add another bug to version 2.34 of extcal..
when tring to edit an event from user side I receive Internal server error with no debug..
any idea?

Ian

40
Stijnvd
Re: Xopps 2.5.2
  • 2012/1/12 20:02

  • Stijnvd

  • Just popping in

  • Posts: 16

  • Since: 2011/12/14


Please let us know how we can help you (or you all) to speed up development of the 'best' calendar for Xoops.
Except voor another not regularly updated module there is no alternative for Extcal.

Thanks in advance.

Login

Who's Online

192 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 192


more...

Donat-O-Meter

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

Latest GitHub Commits