Feature #7459
closedFilter allowed content element types by column
0%
Description
When creating a new Content Element the resultiong wizzard should be configurable by column. Lets say in the column for the Header we want to alow only an Imgae an a certain Flash Plugin, in the Cloumn for the footer there should be only Text. The two Content-Columns should alow everything.
TYPO3 contains a hook wich easily alows to create this Feature. I wrote a small non-published Extension wich does this. But I believe the Feature should rather be added to modernbe.
The wish for such a Feature was also voiced onj the TYPO3 Camp Potsdam.
Updated by Jo Hasenau over 14 years ago
- Status changed from New to Needs Feedback
Can you send me the extension to see how it fits into the current trunk version?
Updated by Lina Wolf over 14 years ago
I send you an eMail Jo, did you receive it?
Updated by Jo Hasenau over 14 years ago
Yep - didn't have the time to test it yet, but looks promising :-)
Updated by Jo Hasenau over 14 years ago
- Status changed from Needs Feedback to Accepted
- Assignee set to Jo Hasenau
- Priority changed from Should have to Must have
Updated by Lina Wolf over 14 years ago
If you need any help on integration let me know. Cool project by the way.
Updated by Frank Gerards over 12 years ago
is this feature still under developement ? Would be interested in supporting it, maybe you can send me your patch too, lina ?
Updated by Michael Stucki over 11 years ago
I am moving this issue into the main "Core" project.
Updated by Michael Stucki over 11 years ago
- Tracker changed from Major Feature to Bug
- Project changed from 1846 to TYPO3 Core
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- TYPO3 Version set to 4.5
- Is Regression set to No
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Tracker changed from Bug to Feature
- Target version deleted (
7 LTS)
Updated by Riccardo De Contardi about 9 years ago
- Category set to Backend User Interface
Updated by Jo Hasenau almost 8 years ago
- Subject changed from Integrating Filtering of Availible Content Elements by Column to Filter allowed content element types by column
- Status changed from Accepted to In Progress
- Target version set to 8 LTS
Basically this would implement the feature currently provided by Gridelements.
Still there are several places that are not fully covered by Gridelements, so having this feature in the core will have to take care of those as well.
Updated by Jo Hasenau almost 8 years ago
Christian Kuhn wrote:
how does gridelements solve that?
Gridelements solves that in 3 different places:
1.) Via a hook within the new content element wizard checking some parameters sent by the "add content" buttons
2.) With an itemsProcFunc for the CType dropdown checking some parameters delivered by page backend layouts and/or gridelements backend layouts
3.) With some JS magic during Drag & Drop checking some classes created while rendering the backend layouts based columns in the page module
Still there are things like cut/copy & paste - especially in the list module, references aka "insert records" and other things to take care of, when you want a perfect solution.
I have been contacted by Stucki, since they have got a feature request especially for the "insert records" part, so we should discuss that in a kind of special interest group with you and Benni and maybe create something cool based on sponsoring.
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Susanne Moog almost 7 years ago
- Target version changed from 9.0 to 9 LTS
Updated by Riccardo De Contardi over 6 years ago
See also EXT:content_defender (https://extensions.typo3.org/extension/content_defender/)
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for Major Version
Updated by Benni Mack over 4 years ago
- Status changed from In Progress to Closed
I'm closing this one - for the time being - use content_defender or - if you're already using gridelements - use the gridelements feature. There are no current plans to build this into TYPO3 Core.
We can re-open the issue once people are up for developing this change actively.