31
luciorota
Re: Wfdownloads 3.30 Beta-1 for XOOPS 2.5.9 and PHP 5.6+
  • 2018/6/9 19:47

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Hi
I fork to test but I cannot install.

Fatal error: Class 'WfdownloadsUtility' not found in C:\wamp64\www\xoops.259\modules\wfdownloads\include\oninstall.php on line 49




32
luciorota
Re: Is there a working newsletter module?
  • 2016/6/29 7:59

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20





33
luciorota
Re: strtotime in edit mod
  • 2016/6/8 13:08

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Hi
In my latest modules I solved the date format problem using the php DateTime object in this way

in form ...
// set date in a timestamp format
$item_date = ...
// form datetime element
$form->addElement(new XoopsFormDateTime(_ITEM_DATE'item_date'15$this->getVar('item_date'), true));


in form request handler...
// get date in a timestamp format
$dateTimeObj DateTime::createFromFormat(_SHORTDATESTRING$_REQUEST['item_date']['date']);
$dateTimeObj->setTime(000);
// date timestamp
$item_date $dateTimeObj->getTimestamp() + $_REQUEST['item_date']['time'];
unset(
$dateTimeObj);


I think it's a solution that could work well

Bye Lucio



34
luciorota
Re: force password change
  • 2015/6/19 9:22

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Good!
I'm working on a module too
but i have conflict problems with Profile module.
Preload system chould be improved.



35
luciorota
force password change
  • 2015/6/13 7:47

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Is there a way to force the change of password periodically, i.e. every 90 days?



36
luciorota
Re: XOOPS MyMenus 1.51 RC-1 released for testing
  • 2015/3/12 16:47

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Are we ready to release?



37
luciorota
Re: The future of XOOPS?
  • 2015/2/24 17:05

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Thanks Kevin for your sincerity

But...

What can you do for Xoops?



38
luciorota
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2015/2/23 17:22

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


Committed last changes

https://github.com/luciorota/mymenus

changelog

Version 1.51 Beta 3 (2015-02-23)
- TODO: use Xmf libraries
- TODO: reintroduce hooks ...
- TODO: create infinite levels menu
- TODO: inline edit link vars
- fixed bug in update procedure (luciorota)
- added treemenu (LioMJ)
- standardize module to latest code style standards (luciorota)
- merged @zyspec and @luciorota code (luciorota)

what about working from this point?



39
luciorota
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2015/2/21 7:10

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


thanks, great deal!

i'll merge your latest changes with mine
please, wait to implement further changes...
so we ll'go on working on the same code...



40
luciorota
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2015/2/20 19:10

  • luciorota

  • Module Developer

  • Posts: 217

  • Since: 2007/4/20


i'm working on it here
https://github.com/luciorota/mymenus




TopTop
« 1 2 3 (4) 5 6 7 ... 17 »



Login

Who's Online

619 user(s) are online (488 user(s) are browsing Support Forums)


Members: 0


Guests: 619


more...

Donat-O-Meter

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

Latest GitHub Commits