11
timgno
Re: Core, Modules & Themes Addon
  • 2011/3/8 0:08

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


should now be up and running, I've added the file const_changelog.php

Download: TDMCreate v1.15

12
Mamba
Re: Core, Modules & Themes Addon
  • 2011/3/8 12:47

  • Mamba

  • Moderator

  • Posts: 11535

  • Since: 2004/4/23


Hmm, when I start the module, the boxes on

/modules/TDMCreate/admin/index.php

are still square, while they should be rounded.

Are you sure, you have downloaded the trunk version from SVN
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

13
timgno
Re: Core, Modules & Themes Addon
  • 2011/3/8 13:18

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


look this Video

14
Mamba
Re: Core, Modules & Themes Addon
  • 2011/3/8 14:18

  • Mamba

  • Moderator

  • Posts: 11535

  • Since: 2004/4/23


Hmm, that's weird.

Am I downloading the right file?
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

15
timgno
Re: Core, Modules & Themes Addon
  • 2011/3/8 14:34

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Well, yes .... you have an email address to send me a pm?

I send you the zip file from there

16
timgno
Re: Core, Modules & Themes Addon
  • 2011/3/22 9:48

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


who owns the module xoopsinfo?

is not compatible with some modules in xoops 2.5.0

17
timgno
Re: Core, Modules & Themes Addon
  • 2011/3/23 22:36

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Please ... I need advice, I know it seems a trivial matter, but I have an unexpected result.

This is the code:
le="color: #000000"><?php for($i=0; $i<$nb_champs; $i++) { $structure_champs = explode(":", $champs[$i]); if($i<$nb_champs) $text .= '\' '.$structure_champs[0].'\' => $'.$structure_champs[0].', '; elseif($i>$nb_champs) $text .= '\' '.$structure_champs[0].'\' => $'.$structure_champs[0].'));'; }


This is the result:
le="color: #000000"><?php $xoopsTpl->append('feeds', array('count' => $count, 'feed_id' => $feed_id, 'feed_name' => $feed_name, 'feed_image' => $feed_image, 'feed_url' => $feed_url, 'feed_description' => $feed_description, 'feed_submitter' => $feed_submitter, 'feed_date_created' => $feed_date_created, 'feed_online' => $feed_online,


These are the fields:
le="color: #000000"><?php `feed_id` int (8) unsigned NOT NULL auto_increment, `feed_name` varchar (155) NOT NULL , `feed_image` varchar (255) NOT NULL , `feed_url` varchar (255) NOT NULL , `feed_description` text NOT NULL , `feed_submitter` int (10) NOT NULL default '0', `feed_date_created` int (10) NOT NULL default '0', `feed_online` tinyint (1) NOT NULL default '0',

18
timgno
Re: Core, Modules & Themes Addon
  • 2011/4/11 12:03

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I modified the code to create thumbnails with a class, but I associate it with XoopsFormFile class, I tried but it does not work, use this when I upload an image to download module, image module and others to create thumbnails.

can be inserted into xoops in the future or should I post the code to understand?