11
goffy
Re: TDMCreate 1.38.1 Beta 1 ready for testing & feedback
  • 2012/11/29 15:05

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

In module creation you have an option for active comments yes/no, but there is no var to handle 'modules_active_comments' in class/tdmcreatemodules.php and no field in table tdmcreate_modules to save the settings.

12
goffy
Re: TDMCreate 1.38.1 Beta 1 ready for testing & feedback
  • 2012/11/30 10:05

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

you use "XoopsLists::getMimetypesList();" e.g. if I make a file upload field.

In current xoopsversion 2.5.5 there is no function getMimetypesList in xoopslist.php

13
Anonymous
Re: TDMCreate 1.38.1 Beta 1 ready for testing & feedback
  • 2012/11/30 20:13

  • Anonymous

  • Posts: 0

  • Since:


Hello,

it doesn't matter whether you say to
"Information on the table -
You can add your choice 3 fields in this table:
table_submitter, table_date_created, table_online"

yes or no, it will be always created.

14
Anonymous
Re: TDMCreate 1.38.1 Beta 1 ready for testing & feedback
  • 2012/11/30 20:20

  • Anonymous

  • Posts: 0

  • Since:


Within the tab "Modules" the row "blocks" and "number of fields" where empty.

15
goffy
Re: TDMCreate 1.38.1 Beta 1 ready for testing & feedback
  • 2012/12/6 7:46

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

suggestions for next version:

Table name e.g.: mytable

if you refer to an array you use mytable_arr, thats fine.

if you refer to a handler you use
$obj $mytableHandler->get($_REQUEST["mytable_id"]);


it woult be fine, if object name is also more expressive like
$mytable_obj $mytableHandler->get($_REQUEST["mytable_id"]);

, especially if you copy code blockes from one into another file and if you use there different handlers

the same should be if you work with criterias, please generate
$crit_mytable = new CriteriaCompo();
$crit_mytable->setSort("mytable_id ASC, mytable_type");
$crit_mytable->setOrder("ASC");
$mytable_arr $mytableHandler->getall($crit_mytable);
instead of
$criteria = new CriteriaCompo();
$criteria->setSort("mytable_id ASC, mytable_type");
$criteria->setOrder("ASC");
$mytable_arr $mytableHandler->getall($criteria);

Login

Who's Online

247 user(s) are online (163 user(s) are browsing Support Forums)


Members: 0


Guests: 247


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