Page 10 of 32

Posted: Wed 19. Apr 2006, 21:03
by breitsch
@sustia

what PHP version do you/your hoster use? <5?

Posted: Wed 19. Apr 2006, 23:19
by breitsch
CPM wrote:Hi,
I like this mod very much.
8) :D 8) :D 8) :D
CPM wrote:I would like to work on that feature if you have nothing against that.
how could I? I'd be happy!

Posted: Thu 20. Apr 2006, 09:10
by sustia
breitsch wrote:@sustia

what PHP version do you/your hoster use? <5?
Yes
PHP Version 4.3.8
safe_mode Local value-> Off Master Value-> On

Posted: Sat 22. Apr 2006, 11:00
by breitsch
@sustia

there is a PHP 5+ function in the script in moo.fx.section.
Will fix that over the weekend and post the solution here.

Posted: Sat 22. Apr 2006, 12:14
by sustia
breitsch wrote:@sustia

there is a PHP 5+ function in the script in moo.fx.section.
Will fix that over the weekend and post the solution here.
Ok breitsch, thanks as usual for your availability :)

Posted: Sun 23. Apr 2006, 19:12
by fkeiner
Hi Breitsch,

this is what i get when i click on exdata in the module section of the backend: What did i wrong?


Error creating the category table: Invalid default value for 'cat_field_number' CREATE TABLE `_phpwcms_exd_categories` ( `id` tinyint(4) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `field1` varchar(100) default NULL, `field2` varchar(100) default NULL, `field3` varchar(100) default NULL, `field4` varchar(100) default NULL, `field5` varchar(100) default NULL, `field6` varchar(100) default NULL, `field7` varchar(100) default NULL, `field8` varchar(100) default NULL, `field9` varchar(100) default NULL, `field10` varchar(100) default NULL, `field11` varchar(100) default NULL, `field12` varchar(100) default NULL, `field13` varchar(100) default NULL, `field14` varchar(100) default NULL, `field15` varchar(100) default NULL, `field16` varchar(100) default NULL, `field17` varchar(100) default NULL, `field18` varchar(100) default NULL, `field19` varchar(100) default NULL, `field20` varchar(100) default NULL, `field21` varchar(100) default NULL, `field22` varchar(100) default NULL, `field23` varchar(100) default NULL, `field24` varchar(100) default NULL, `sort` varchar(100) NOT NULL default '', `cat_field_number` TINYINT(4) NOT NULL default '', `asc_desc` int(1) NOT NULL default '0', PRIMARY KEY (`id`) )

Posted: Sun 23. Apr 2006, 21:03
by breitsch
@sustia
moo.fx section running now with bugfix232


@fkeiner
get the new zip in downloadsection named exdata_mod_232.zip
or optional the bugfix232.zip
Bug is fixed there.

the only file you have to update is:
include/inc_module/mod_exdata/install/config_v23_new.php
sorry for that!

Posted: Sun 23. Apr 2006, 21:27
by sustia
breitsch wrote:@sustia
moo.fx section running now with bugfix232
Thanks breitsch :)
Must I install only the bugfix or I can overwrite the entire old files with the newest?

Posted: Mon 24. Apr 2006, 09:13
by fkeiner
Thanks a lot Breitsch. It's really impressing how fast we get support for our problems. Very nice :D

ExData Feature Requests or tip ;)

Posted: Tue 25. Apr 2006, 14:31
by Paal
Hallo!

Excellent work, but I have some tips for developer :)

Field Content:
- datetime (more sortable data)
- current datetime (when I insert the record)
- variable the field sorts (move up/down the selected field) OR "weight" for the frontend's lists:
eg.
Default:
name - weight:0
address - weight:0
phone - weight:0
Results:
Name: Paul
Address: Budapest
Phone: +36...
With weight:
name - weight:1
address - weight:-1
phone - weight:0
Results:
Address: Budapest
Phone: +36...
Name: Paul
- list or select menu, like e-mail contact form->
field name: Phone type
value: 'Please select,home,work,cellular'

The result eg.:

Code: Select all

<select name="phonetype">
  <option value="Please select">Please select</option>
  <option value="home">home</option>
  <option value="work">work</option>
  <option value="cellular">cellular</option>
</select>


I hope, this help for you!

Thx, and sorry my bad english.

Paul

How to Paging the MooFX List?

Posted: Tue 25. Apr 2006, 15:12
by Paal
Hello,

How to Paging the MooFX List?

Thx, Paul

Shopping cart on ExData Content

Posted: Tue 25. Apr 2006, 15:16
by Paal

Re: Shopping cart on ExData Content

Posted: Tue 25. Apr 2006, 15:18
by Kosse
Mamma mia! unstoppable ;)

Posted: Tue 25. Apr 2006, 18:28
by Ben
Holy Crapola, Breitsch! ExData was cool enough when it just listed tabular data. Then you added Flash charts and moo.fx! Now e-commerce? You are doing some really amazing work and adding some great functionality to wcms.

Can you give us some details about what you have planned for the e-commerce section? I guess my big questions relate to order management and payment gateways.

Two small things I've noticed are:
1. Is it possible to have the first moo.fx section default to "open"?
2. Is it possible to not have the Flash charts link to the creators website?

Thanks for your great work!

Posted: Tue 25. Apr 2006, 23:21
by breitsch
Paal wrote:Excellent work, but I have some tips for developer Smile
Thanks for the inputs. some of them could be in next version.
Paal wrote:How to Paging the MooFX List?
no idea! Maybe {LISTPAGES}? But certainly has to be modified.

Ben wrote:1. Is it possible to have the first moo.fx section default to "open"?
It's already in the java-script you added to header section in your layout:

Code: Select all

// Select your default opened section
//myAccordion.showThisHideOpen(myDivs[0]);
uncomment the second line
Ben wrote:2. Is it possible to not have the Flash charts link to the creators website?
It is, but you'll have to buy a licence:
http://www.maani.us/charts/index.php?menu=License