|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
FE CRUD pluginhi everybody
i am searching for a FrontEnd CRUD solution... for news, DAM objects, tt_address records and custom records... does anybody has experiences and know about a good solution to start with? right now the only 2 plugs i know that could do that are Formidable and wfqbe i am trying the Involve FE editing.. but i don't think it works with custom records... any hint to start with? stefano _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginHi Stefano,
> i am searching for a FrontEnd CRUD solution... > for news, DAM objects, tt_address records and custom records... > > does anybody has experiences and know about a good solution to start with? > > right now the only 2 plugs i know that could do that are Formidable and > wfqbe > > i am trying the Involve FE editing.. but i don't think it works with > custom records... > > any hint to start with? I'm not sure, but doesn't the new FE-editing for 4.3 allow something like that? I'm also interested in a good and easy solution to allow FE-editing for any db-table. -- kind regards, Franz Koch _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginFranz Koch wrote:
> Hi Stefano, > >> i am searching for a FrontEnd CRUD solution... >> for news, DAM objects, tt_address records and custom records... >> >> does anybody has experiences and know about a good solution to start >> with? >> >> right now the only 2 plugs i know that could do that are Formidable >> and wfqbe >> >> i am trying the Involve FE editing.. but i don't think it works with >> custom records... >> >> any hint to start with? > > I'm not sure, but doesn't the new FE-editing for 4.3 allow something > like that? as far as i know it is still in "project state"... but i'll go deeper in it!! i found also meta_feedit and pixe_feediting to check _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginstefano cecere wrote:
> Franz Koch wrote: >> Hi Stefano, >> >>> i am searching for a FrontEnd CRUD solution... >>> for news, DAM objects, tt_address records and custom records... >>> >>> does anybody has experiences and know about a good solution to start >>> with? >>> >>> right now the only 2 plugs i know that could do that are Formidable >>> and wfqbe >>> >>> i am trying the Involve FE editing.. but i don't think it works with >>> custom records... >>> >>> any hint to start with? >> >> I'm not sure, but doesn't the new FE-editing for 4.3 allow something >> like that? > > as far as i know it is still in "project state"... but i'll go deeper in > it!! > > i found also meta_feedit and pixe_feediting to check Also, be sure to check out the EDITPANEL cObject, which will render the backend editing form for any table. Fro the new frontend editing that Franz mentioned, we're still using EDITPANEL and and just putting a prettier UI on top of it. Thanks, Jeff _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginJeff Segars wrote:
> Also, be sure to check out the EDITPANEL cObject, which will render the > backend editing form for any table. Fro the new frontend editing that > Franz mentioned, we're still using EDITPANEL and and just putting a > prettier UI on top of it. hi Jeff thanks for the hint! do you know if it'll be possibile not only to edit, but also to ADD new records like tt_news? will it allow to edit anything (by TCA definition) or just pages and tt_content? if this is the way... i'd be glad to help that project thansk! stefano _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginstefano cecere wrote:
> Jeff Segars wrote: >> Also, be sure to check out the EDITPANEL cObject, which will render >> the backend editing form for any table. Fro the new frontend editing >> that Franz mentioned, we're still using EDITPANEL and and just putting >> a prettier UI on top of it. > > hi Jeff thanks for the hint! > do you know if it'll be possibile not only to edit, but also to ADD new > records like tt_news? Yes, both will be possible. > will it allow to edit anything (by TCA definition) or just pages and > tt_content? Anything defined in the TCA and editable with TCEForms should work fine. > if this is the way... i'd be glad to help that project Sounds great. We're shooting to have our stuff in for alpha 2 and once its ready to go there, we'll welcome any testing and coding help. For what its worth, all the stuff above should work fine now with the EDITPANEL cObject. Thanks, Jeff _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginHey Jeff,
> Also, be sure to check out the EDITPANEL cObject, which will render the > backend editing form for any table. Fro the new frontend editing that > Franz mentioned, we're still using EDITPANEL and and just putting a > prettier UI on top of it. will it be possible to "mount" fe_users/groups to be_groups (or something similar), so that fe_users will also be able to edit certain records? As far as I know the EDITPANEL is currently BEuser only - right? -- kind regards, Franz Koch _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
|
|
Re: FE CRUD pluginFranz Koch wrote:
> Hey Jeff, >> Also, be sure to check out the EDITPANEL cObject, which will render >> the backend editing form for any table. Fro the new frontend editing >> that Franz mentioned, we're still using EDITPANEL and and just putting >> a prettier UI on top of it. > > will it be possible to "mount" fe_users/groups to be_groups (or > something similar), so that fe_users will also be able to edit certain > records? As far as I know the EDITPANEL is currently BEuser only - right? We'd like to get a solid solution for "frontend users as backend users" but it won't directly be a part of the work we're doing for frontend editing. I know there are a couple extensions out there already (simulatebe, parts of timtaw, etc) so maybe we can use these as a basis for a small, community developed extension that does the login. I'm not sure how much development I can commit to, but I'm certainly willing to test and support any core patches that are needed. Thans, Jeff _______________________________________________ TYPO3-team-extension-coordination mailing list TYPO3-team-extension-coordination@... http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination |
| Free embeddable forum powered by Nabble | Forum Help |