81
Mage
Re: extcal 2.27 beta and xoops 2.5.4 errors/issues
  • 2012/1/16 9:58

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hello mamba!

define("_SHORTDATESTRING","d-m-Y");


it's true! The translation removed the "-".

Changing the file "languages/english/global.php":

define "_SHORTDATESTRING" "????" );


with:

define("_SHORTDATESTRING","d-m-Y");



For extcal the solution is:

Edit "post.php". Remove the lines:

// 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:

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 "class/event.php". Remove the lines:

// 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;
}



82
Mage
Re: Problem with news1.66 and xoops 2.5
  • 2012/1/10 21:27

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


The solution is explained here to the issue date that appears on the site in French

http://www.frxoops.org/modules/newbb/viewtopic.php?topic_id=35445&post_id=218518#forumpost218518



83
Mage
Re: Blank Page Admin/Banners
  • 2012/1/6 16:04

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


The problem is fixed in xoops 2.5.5!



84
Mage
Re: Blank Page Admin/Banners
  • 2012/1/6 15:26

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hello Mamba!

The problem is fixed in xoops 2.6!



85
Mage
Re: TDMDownloads 1.61 + 2.5.3
  • 2011/10/22 17:02

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hi,

I tested TDMDownloads with 1.61 xoops 2.5.3 and I have not found any bugs.

menu.css is not missing because it is not present in 1.61.

You have corrupted files, makes the following steps:

1. Destroy the folder "TDMDownloads" in the folder "modules".
2. Download version 1.61 here
3. Copy the folder "TDMDownloads" in the folder "modules".
4. Update the module.

if it does not work, I do not know why



86
Mage
Re: Converting old modules GUI to XOOPS 2.5.0 Standard: Tutorial
  • 2011/8/4 16:50

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hello DJ,
I coded the Framwork "moduleadmin". What problems with:
1 - Code quality
2 - Compatibility
3 - Security issues
Thank you for your reply.



87
Mage
Re: extCal GUI Change - ready for testing on XOOPS 2.5.0
  • 2011/3/21 10:18

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


It's ok for eXtCal. I work with Mamba on a class to manage the administration modules.



88
Mage
Re: Where is the Project Management Quality
  • 2009/8/3 10:42

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


ForMusS speaks of the same module. I was initially proposed as Mydownloads on the site of Burning but I preferred to write another module for the repository of XOOPS france. As soon as I finished the module and I have a site to show you, I warn you.



89
Mage
Re: Where is the Project Management Quality
  • 2009/8/2 21:01

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Quote:

The main thing for us will be to get a new Repository Module with multi-categories. We've got an offer from XOOPS France to develop a new one, so we'll be looking closely into it, or we'll ask developers to add some new features to one of the existing download modules.


Hello,

I changed Mydownloads for Burning (http://www.babylonbyxoops.net/modules/mydownloads/) and I currently work on the repository module XOOPS France. I write a new module that manages the multi-categories for the repository module XOOPS France (TDMDownloads).
If you are interested, I am available to talk.

I am sorry for my English but I speak only french.





TopTop
« 1 ... 6 7 8 (9)



Login

Who's Online

166 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 166


more...

Donat-O-Meter

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

Latest GitHub Commits