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: 11366

  • 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.10 | 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: 11366

  • Since: 2004/4/23


Hmm, that's weird.

Am I downloading the right file?
Support XOOPS => DONATE
Use 2.5.10 | 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:
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:
$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:
`feed_idint (8unsigned NOT NULL  auto_increment,
`
feed_namevarchar (155)   NOT NULL ,
`
feed_imagevarchar (255)   NOT NULL ,
`
feed_urlvarchar (255)   NOT NULL ,
`
feed_descriptiontext   NOT NULL ,
`
feed_submitterint (10)   NOT NULL default '0',
`
feed_date_createdint (10)   NOT NULL default '0',
`
feed_onlinetinyint (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?

Login

Who's Online

161 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits