ExData Module v2.8.0 - Tables, Lists and more…
Yesbreitsch wrote:@sustia
what PHP version do you/your hoster use? <5?
PHP Version 4.3.8
safe_mode Local value-> Off Master Value-> On
Campeones del mundo!
Vegetables!
Vegetables!
Ok breitsch, thanks as usual for your availabilitybreitsch 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.
Campeones del mundo!
Vegetables!
Vegetables!
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`) )
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`) )
Thanks breitschbreitsch wrote:@sustia
moo.fx section running now with bugfix232
Must I install only the bugfix or I can overwrite the entire old files with the newest?
Campeones del mundo!
Vegetables!
Vegetables!
ExData Feature Requests or tip ;)
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:
field name: Phone type
value: 'Please select,home,work,cellular'
The result eg.:
I hope, this help for you!
Thx, and sorry my bad english.
Paul
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:
Results:name - weight:0
address - weight:0
phone - weight:0
With weight:Name: Paul
Address: Budapest
Phone: +36...
Results:name - weight:1
address - weight:-1
phone - weight:0
- list or select menu, like e-mail contact form->Address: Budapest
Phone: +36...
Name: Paul
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?
Hello,
How to Paging the MooFX List?
Thx, Paul
How to Paging the MooFX List?
Thx, Paul
Re: Shopping cart on ExData Content
Mamma mia! unstoppable
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
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!
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!
Thanks for the inputs. some of them could be in next version.Paal wrote:Excellent work, but I have some tips for developer Smile
no idea! Maybe {LISTPAGES}? But certainly has to be modified.Paal wrote:How to Paging the MooFX List?
It's already in the java-script you added to header section in your layout:Ben wrote:1. Is it possible to have the first moo.fx section default to "open"?
Code: Select all
// Select your default opened section
//myAccordion.showThisHideOpen(myDivs[0]);
It is, but you'll have to buy a licence:Ben wrote:2. Is it possible to not have the Flash charts link to the creators website?
http://www.maani.us/charts/index.php?menu=License