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

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


this is my latest...
https://github.com/luciorota/xnewsletter



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

  • luciorota

  • Module Developer

  • Posts: 216

  • 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



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

  • luciorota

  • Module Developer

  • Posts: 216

  • 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.



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

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


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



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

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Are we ready to release?



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

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Thanks Kevin for your sincerity

But...

What can you do for Xoops?



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

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Committed last changes

https://github.com/luciorota/mymenus

changelog

<u>Version 1.51 Beta 3 (2015-02-23)</u>
- 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?



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

  • luciorota

  • Module Developer

  • Posts: 216

  • 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...



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

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


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



40
luciorota
Re: wfdownloads installation problems
  • 2015/2/20 18:44

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


hi Bleekk, try this
https://github.com/luciorota/wfdownloads
is my latest version and some bugs are fixed

these days i'll upload an updated mymenus beta version, it is compatible and uses xoops 2.5.7.1 structures, can you help me for module testing?





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



Login

Who's Online

229 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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