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.
User avatar
fardilha
Posts: 48
Joined: Wed 3. May 2006, 21:18
Location: Portugal
Contact:

Post by fardilha »

breitsch... I would like to ask... :oops: if ... hummm... you wouldn't mind posting the latest alterations on your download area.

I really would love to try them.

Thanks
Pedro Fardilha
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

Ok, I've find the solution, thanks anyway :D

Code: Select all

{EXDATA:1:page.sort.template.php:default.entry.template.php}
Campeones del mundo!
Vegetables!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post by breitsch »

New Version 2.5 is out!
See first post in this thread.

A working example of newest features like: moo.fx with enhanced sorting and paging and news-function see:
http://editora.up.pt/site/index.php?catalogo_de_edicoes
or all the different possibilities to show ExData-Content see:
http://web.casa-loca.com/index.php?exdata_example

I'd like to thank sustia and fardilha for the inspiration for these enhancements and for beta-testing!!!

Next step will be the e-commerce-function.
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:New Version 2.5 is out!
Great!
breitsch wrote: I'd like to thank sustia and fardilha for the inspiration for these enhancements and for beta-testing!!!
I want to thank you for this great mod and to have satisfied all our requests :D
Campeones del mundo!
Vegetables!
User avatar
fardilha
Posts: 48
Joined: Wed 3. May 2006, 21:18
Location: Portugal
Contact:

Post by fardilha »

Indeed!

I'm the one who have to thank breitsch for all his kindness with me.

Not only we accepted the sugestions of a complete stranger (me!! :wink: ) but he was also nice enough to adapt he's great script using some of my suggestions.


So thank you sooooo much!

Pedro Fardilha
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

you're the best! :mrgreen:
Hristo
Posts: 7
Joined: Thu 4. May 2006, 10:15
Location: Bulgaria
Contact:

Problem with "linkarticle" in EXdata

Post by Hristo »

Hi,
I have a problem with linkarticle in Exdata. :(
When adding category I select such as:
name - linkarticle
picture - images

then I go to add entries, select from list some article, but in frontend
haven't a link, I see like this:
[ID 48]Here is the shown text[/ID]

How can correct this problem?
I have installed ExData-Module 2.3
Last edited by Hristo on Fri 9. Jun 2006, 10:40, edited 1 time in total.
Dave_LOgic
Posts: 51
Joined: Wed 10. Nov 2004, 21:48
Location: London

Post by Dave_LOgic »

Firstly what an absolutely awesome modification. It must have taken a lot of time, work and effort.

What would make this the best EVER mod would be one of these two things.

1 -A Search facility, although the standard phpwcms search could probably search the static pages (haven't tried yet)

2 - Another Form content part that Frontend users or even guests could enter data via.

I'm currently using the PHP Form to MySQL script that was suggested earlier in this thread. This works REALLY well if setup correctly however it refuses to upload the images in the same way that Extdata is setup.

Having this facilty will open up all sorts of possibilities for phpwcms. Anyway, thanks so much for what has been acheived so far.


D
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: Problem with "linkarticle" in EXdata

Post by breitsch »

@Hristo
Hristo wrote:Hi,
I have a problem with linkarticle in Exdata.

in file: PHPWCMS_ROOT/include/inc_front/content.func.inc.php
you have to copy the code

Code: Select all

// casa-loca's ExDataMOD
if($phpwcms["exdata_mod"]) { //enabled/disable ExData MOD
	require_once ('./include/inc_module/mod_exdata/inc_front/func.inc.php');
}

before this:

Code: Select all

// include external PHP script (also normal HTML snippets) or return PHP var value
if( ! ( strpos($content["all"],'PHP')===false ) ) {
	$content["all"] = render_PHPcode($content["all"]);
}
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 »

I need one or two beta-tester for a small enhancement I made today

Some of you may have waited for that.
The sort-order of category-fields can be changed now.

Image
Image

who wants?
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 »

Hi breitsch

I would like to do the beta tester for this new release, but I don't have much time actually :(
I will say you when I can do it, I hope today.
Campeones del mundo!
Vegetables!
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

Dave_LOgic wrote: 2 - Another Form content part that Frontend users or even guests could enter data via.
Yes, it's a good option, with an confirmation image should be better :wink:
Campeones del mundo!
Vegetables!
Dave_LOgic
Posts: 51
Joined: Wed 10. Nov 2004, 21:48
Location: London

Post by Dave_LOgic »

sustia wrote:
Dave_LOgic wrote: 2 - Another Form content part that Frontend users or even guests could enter data via.
Yes, it's a good option, with an confirmation image should be better :wink:

This addition would make my year !! Would open up so many possiblities....
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post by breitsch »

The sort-order of category-fields can be changed now.
Update to Version 2.51 is now available under:

http://web.casa-loca.com/index.php?downloadexdata

as always:
user: exdmod
pwd: phpwcms
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 »

I'd like to internationalize my ExDataMod a bit.
ExData (backend) is currently available in english and german, bulgarian is on the way.
I'm looking for translators, plaese PM me if you're interested!
Thanks a lot.

It would also be great for the users to have more predefined css files they can choose from (for auto-templates).
So, if you made a css you'd like to share, please send it to me (with a preview image of frontend table or a url)
Thanks!
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
Post Reply