[TYPO3-ect] General data display - some code of mine
Franz Koch
typo3 at fx-graefix.de
Wed Aug 2 14:29:10 CEST 2006
Hi,
I just read the schedule of the t3dd06 and stumbeled over the "general data display". As I mentioned some time ago - I have coded an extension that might go in that direction - at least I only change some stuff in the php-file, define some rendering and the rest is configured through the html-template, TS or a flexform.
It also has some kind of rights-management which means that you can define which FEusergroup can see which db-fields.
I uploaded the latest stuff I did with this codebase so you can have a look at it. It is most likely that you might get some DB-errors as the template-file (the markers used there define the sql-query) contains references to fields that might not be in your feuser-table (and which get set by different extensions of mine). Simply remove that stuff and play around with it if you like.
You can download it here:
http://www.elements-net.de/projects/T3X_user_community-0_0_2-z.t3x
Some parts in the template-file are old stuff from previous extensions done with that codebase and that are currently unsed (although they work). So don't wonder if you test a functionality and f.e. the mail you get looks strange.
I used this codebase allready for:
- a genealogy on www.richthofen.de (unfortunately not public viewable - page "Adressen")
- slightly modified for a concert-management http://www.open-air-pfoerring.de ("Programm" and "History")
- an appointment-form for www.niliusklinik.de ("make an appointment") with admin-area
(simply a protected typo page and a different template for the same extension)
- some community-features for www.digitalartforum.de like a memberlist and the profil
("Mitgliedschaft" -> "Mitgliederliste") which is also the version I uploaded
Be aware that the uploaded version contains some more stuff like a loginbox that forces a redirect back to the current page after login and a service for "keep login on next visit" that is working with 4.0-branch. Only when logging in from a different computer the autologin is gone (I guess due to the typo session management and heavily changed IP-adresses).
So much for now. Hope some of my code might get handy for the new approach.
--
Kind regards,
Franz Koch
More information about the TYPO3-team-extension-coordination
mailing list