81
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/29 12:26

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I've released a patch

82
Mamba
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/29 23:19

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
I've released a patch

Thanks, Timgno! This time I was able to install it without any problems.

So far, I see two problems:

1) In /admin/modules.php you need to change from:

$GLOBALS['xoopsTpl']->assign('modPathIcon16'$modPathIcon16);

to:

$GLOBALS['xoopsTpl']->assign('modPathIcon16'TDMC_URL.'/'.$modPathIcon16);

otherwise the images are not visible, since XOOPS is looking for them in /admin/icons/16

2) You still didn't fix the issue with with the case when we don't assign any name to a table prefix. Since it is "optional", I don't assign anything, and for several months now I am getting this error:

Parse errorsyntax errorunexpected ')'expecting variable (T_VARIABLE) or '$' in C:/wamp64/www/257tdmc191/modules/zumba3/index.php on line 34


with the code being:

if ($categoriesCount 0) {
    
$categoriesAll $categoriesHandler->getAllCategories();
    include_once 
XOOPS_ROOT_PATH '/class/tree.php';
    
$mytree = new XoopsObjectTree($categoriesAll'id''parent');
    foreach (
array_keys($categoriesAll) as $)


It seems like you want to assign the prefix to the variable, but if it's not there, you're getting only the "$" sign:

Quote:
foreach (array_keys($categoriesAll) as $)


So please add to your test cases a scenario where the user doesn't choose to add a prefix for the table...

But overall it is looking better! Congratulations!

And thank you for keeping working on this!




Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

83
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/6 22:23

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I've fixed these issues

Anyone can help me to html tables alignement type css or jquery code?

In tables and fields I see like this:
Resized Imagealigned_subtables_tables by Txmod Xoops, su Flickr

Resized Imagealigned_subtables by Txmod Xoops, su Flickr

84
goffy
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/7 12:35

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi timgno

yes, I can. But please merge your last version with master on github. If I look on my fork, the last change of master was 22 days ago.


edit: oh, sorry, I see it is done

I will check it

85
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/7 14:21

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
I will check it


Ooops!

Check well I think I made a mess!

I would not have canceled your fork

If so redo pull request!

sorry

86
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/8 12:10

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
But please merge your last version with master on github...

You must rename or download the new fork

https://github.com/txmodxoops/TDMCreate-1.91

87
goffy
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/9 10:34

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


done

please check pull request

88
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/10 8:42

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I think to a very precise work to trap the cells, however, it's fine for now,
if we can make them more responsive would be better.

Thanks anyway!

89
xoobaru
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2016/1/26 16:06

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


Hoping everyone is doing well,
Was this module (tdmcreate) intended for XOOPS 2.5 or 2.6 versions, and is it ready as a base to begin developing modules? Anyone using it now for that purpose?

90
Mamba
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2016/1/26 17:07

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Goffy was creating some modules with it.

Currently it works only for XOOPS 2.5.7.x
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

146 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 146


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