ExData Module v2.8.0 - Tables, Lists and more…

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post by breitsch »

@sustia

what PHP version do you/your hoster use? <5?
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post 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!
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post 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
Campeones del mundo!
Vegetables!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post 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.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post 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 :)
Campeones del mundo!
Vegetables!
fkeiner
Posts: 19
Joined: Thu 16. Dec 2004, 16:00

Post 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`) )
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post 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!
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post 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?
Campeones del mundo!
Vegetables!
fkeiner
Posts: 19
Joined: Thu 16. Dec 2004, 16:00

Post by fkeiner »

Thanks a lot Breitsch. It's really impressing how fast we get support for our problems. Very nice :D
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

ExData Feature Requests or tip ;)

Post 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
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

How to Paging the MooFX List?

Post by Paal »

Hello,

How to Paging the MooFX List?

Thx, Paul
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

Shopping cart on ExData Content

Post by Paal »

User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Re: Shopping cart on ExData Content

Post by Kosse »

Mamma mia! unstoppable ;)
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post 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!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post 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
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
Post Reply