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
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Post by jsw_nz »

Hi Breitsch,

I am not sure this has come up in the discussion or whether this feature might be supported in the future --

that is - a predefined selection list - this would be great - have a direct need for this sort of feature - guessing a way to do this (using just one field) would be to create entries - something like

Code: Select all

option one | option two |*option 3 | option 4
where "|" is the delimiter and * indicates the selected item - then some basic extra code to handle the split and selected option *

If I were to venture into 'hack mode' and add this among the options for field content - where -- what files) might I start with - any ideas?

:)

ANOTHER ISSUE - 1.2.8

I found that the ExData MODULE 2.61 version is still using:

Code: Select all

session_name('hashID');
in filebrowser_exd.php

This was throwing me errors (no session vars - thus no access), since hashID has been discontinued by OliG- so I had to paste the newer code from top of filebrowser.php into filebrowser_exd.php to get it sorted - just a heads up on this....having said that - this might be a misconfig on my localhost - a stupid mistake on my part - not sure

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

Post by breitsch »

jsw_nz wrote: a predefined selection list ... what files) might I start with - any ideas?
comes in next update, this was already mentioned by others here.
what files to change that? if only I knew! :wink:
jsw_nz wrote:
I found that the ExData MODULE 2.61 version is still using:

Code: Select all

session_name('hashID');
in filebrowser_exd.php
please download the update for 1.2.8, there it's already done (and other important changes).
the 1.2.6 version requires the session ID.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

I have a problem with the exdata module when i put the RT in the article it dispaly the RT code nothing else!!!!

why? any Ideea
ImagePackging design,labels, catalogs,postcards,
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Post by jsw_nz »

Hi Breitsch,

Thanks for the pointers. - the preselected list would be a great addition - my needs are personnal -
building a BibTex bibliography,
where reference_type 'might be' a preselected list
... ie journal, book, url, etc. -

kudos
:)
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Post by jsw_nz »

Also another question - basically asking for a quickstart pointer - when

&exdata-do=entries

Would like to not list invisible fields in backend - right now they are greyed out - what file would I need to edit in order to skip outputting them - making them invisible - thus a more consise listing in backend...less lines...more records/page in other words
:)

UPDATE:
found it in exdata.classes.php
just an comment out lines 442,444......
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post by breitsch »

jsw_nz wrote:the preselected list would be a great addition

Done in new Version 2.63 as a new content-part.
Each entry of a field populates the dropdown so adding a value is quite easy, just write it in the text field. To use values from the list just select them in the dropdown and the value is passed to the text field

Also the 'Detailed View' is now available, must be defined in RT-Maker and it works just for Auto-Templates so far. The appearance of the detailed view is defined in a template with it's own css.
So now it's possible to show a brief listing with the most important infos and a link to all the detailed infos stored in ExData (invisible fields)


Please report bugs!

More infos for download:
There are 2 Update-Files - one for phpwcms 1.2.6 and one for phpwcms 1.2.8
http://www.phpwcms.de/forum/viewtopic.php?t=7742
Last edited by breitsch on Thu 24. May 2007, 20:41, edited 1 time in total.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
nekket
Posts: 613
Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:

Post by nekket »

@ breitsch: Läuft das MOD auch mit der pre 1.2.9 (Nightly Build)? :D
pixelpublic GmbH | Agentur für Neue Medien und Gestaltung
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

breitsch, I've some problem about the installation in the 1.2.8 release.

When I try to switch in the backend to ExData nothing appears, but I'm sure that all the modifications in phpwcms.php are well done...
What is the exact procedure to install the latest version in the 1.2.8 release?

I've downloaded this files:

Code: Select all

- exdata_mod_261for126.zip
- exdata_mod_261for128.zip
- exdata_mod_update_263_128.zip
I have unzipped the files in the order above, and every time I have overwritten the files, then I've uploaded the module and make the modification to the phpwcms file.

It's the correct procedure?
Thanks.
Campeones del mundo!
Vegetables!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post by breitsch »

Hi sustia

did you change the content.func.inc.php and the conf.inc.php as well?
when just nothing happens in backend it's most likely something in these files. otherwise there would be at least some errors I guess.
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 »

nekket wrote:@ breitsch: Läuft das MOD auch mit der pre 1.2.9 (Nightly Build)? :D
not tested in 1.2.9
I'll wait for OG to finish it an then I will certainly bring an update if necessary.
(I'm one of the few who knows how to wait)
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
breitsch wrote:Hi sustia

did you change the content.func.inc.php and the conf.inc.php as well?
when just nothing happens in backend it's most likely something in these files. otherwise there would be at least some errors I guess.
Yes, I've changed this two files too..
Campeones del mundo!
Vegetables!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Post by breitsch »

Important notice to all ExData Users

When using private templates please be sure to use always th RT {EXD_PAGES:number:text}
If the RT is not in the template then the script does not show the first entry.
It's only a problem in private (main-) templates or moo.fx (main-) templates.
If you don't want to show the pages then use the RT like: {EXD_PAGES:1000:} so it won't appear until you get 1000 entries.

Sorry, the bug will be fixed in future releases.
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
maxroach
Posts: 91
Joined: Mon 27. Feb 2006, 13:44

Moo.FX

Post by maxroach »

Hi,

i have had problems with the new Moo.FX version to work with Exdata.
But don't get sad or angry (how i do), just use the Version 1.2.4.
The developers of the moo.fx thing wrote:

moo.fx2 introduces a radical architecture change. Scripts written for older versions might not work on v2. If you need the old version, you can get it here.

The old versions can be found under http://moofx.mad4milk.net/old/

Thank you :) :) BREITSCH :) :) for all!

regards
florian
User avatar
markus s
Moderator
Posts: 654
Joined: Sat 16. Dec 2006, 19:21
Location: Radfeld / Tirol
Contact:

::HILFE::

Post by markus s »

bitte um hilfe - nach installtion laut anweisung des exdata mods, habe ich nun einen link unter den MOUDELN aber es tutu sich nichts !
was ist da falsch ???
bitte um hilfe...
grüße
markus s
moderator
propelled by fresh air from tirol
XING|FACEBOOK|OMENTO
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: ::HILFE::

Post by breitsch »

markus s wrote:bitte um hilfe
Hab Dir doch die korrigierte phpwcms.php Datei per Mail geschickt!
nicht angekommen?
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
Post Reply