41
luciorota
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2015/2/20 9:55

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


hi mamba
the version you just upload on repository (1.50 beta 3) has some bugs

I would like to work on it next days... can I?



42
luciorota
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2015/2/20 8:22

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


tnx



43
luciorota
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2015/2/19 11:32

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


What about this module?
What and where is the latest stable version?
Is it under development or not?



44
luciorota
Re: XMF, where is the latest?
  • 2014/12/31 8:16

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Thanks... useful help!



45
luciorota
Re: XMF, where is the latest?
  • 2014/12/30 13:43

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Both versions are not Xoops 2.5.7.1 compatible.
How can I standardize a Xoops 2.5.7.1 module to XMF if XMF is not available?

Are there other sources?

Tnx



46
luciorota
XMF, where is the latest?
  • 2014/12/30 9:34

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


I'm looking for the latest XMF release... where is located? and are there some docs about it?



47
luciorota
Re: i'm working an a standard module skeleton
  • 2014/11/17 21:44

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Cedrik, i'll study your work, it's an interesting approach to the problem.
I think that using variable variables could decrease performances and i suppose (but i'm not sure) that it could be a problem when you would create a module with more than 1 item...

I would like to create a skeleton module as template and use Smarty engine to generate all php code i need.

ie:
$<{$item1}>Objs = $<{$module_name}>->getHandler('<{$item_handler_name1}>')->getObjects();
$<{
$item2}>Objs = $<{$module_name}>->getHandler('<{$item_handler_name2}>')->getObjects();


with

$item1 'flower';
$item_handler_name1 'flowers';
$item2 'plant';
$item_handler_name2 'plants';
$module_name 'vegetables';


will be rendered as

$flowerObjs $vegetables->getHandler('flowers')->getObjects();
$plantObjs $vegetables->getHandler('plants')->getObjects();


It is a different approach... do not you think?
Xoops and Smarty have all structures and tools to do this.

ps: congratulations for the Wideimage Framework, we need a common image processing framework in Xoops core, and your work could be what we need.



48
luciorota
Re: i'm working an a standard module skeleton
  • 2014/11/16 15:05

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


tnx mamba
i'm still bust in module structure
i'm working on administration side, when finished i'll set my mind on frontend side
i'll remove custom request asap, in xoops 2.5.7 request class there are some issues when managing arrays that could be better...
thanks again for your submissions, just merged!



49
luciorota
i'm working an a standard module skeleton
  • 2014/11/16 10:41

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


hi guys
In recent months, for my job, I've been working on updating some modules to make them compatible for use with Xoops 2.5.7 and update them using, where possible, the latest features offered by Xoops.
I saw that the differences between all those modules are huge, there is not a common standard, so I decided to create a "standard", "generic" and "empty" module that could be the starting point from which to create any other module

This is my work

https://github.com/luciorota/module_skeleton

When finished it could be a model for create modules with TDMCreate

Each contribution is really appreciated, in creating standard teamwork is essential.
So, please, contribute where and how you want.

Thanks



50
luciorota
Re: Could not open mainfile.php for reading
  • 2014/10/27 11:42

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


if your site is on a unix/linux server you should check for file permissions and owner...




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



Login

Who's Online

218 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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