Re: [TYPO3-english] Exclude items from list view in backend

2009-05-28 Thread Christian Müller (Kitsunet)
Daniel Mann wrote: > Hi! > > Christian Müller (Kitsunet) schrieb: >> Francois Suter wrote: >>> Hi, >>> It does hide the whole table. Maybe I will write a patch for a new basic field in typo3 tables that can simply hide an entry out of view, but of course that is no help to you n

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-28 Thread Daniel Mann
Just kind of solved the problem by (automatically) moving the unwanted child items to a subfolder and telling the extension to read the original sysfolder recursively. Not a real solution per se, as it would be really great to define stuff like that in the TCA ;) Regards, Daniel Mann Daniel M

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-28 Thread Daniel Mann
Hi! Christian Müller (Kitsunet) schrieb: > Francois Suter wrote: >> Hi, >> >>> It does hide the whole table. Maybe I will write a patch for a new >>> basic field in typo3 tables that can simply hide an entry out of >>> view, but of course that is no help to you now. >> >> Indeed :-) >> >> Just

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Christian Müller (Kitsunet)
Francois Suter wrote: > Hi, > >> It does hide the whole table. Maybe I will write a patch for a new >> basic field in typo3 tables that can simply hide an entry out of >> view, but of course that is no help to you now. > > Indeed :-) > > Just in case you set out to write that patch, I wouldn

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Francois Suter
Hi, > It does hide the whole table. Maybe I will write a patch for a new basic > field in typo3 tables that can simply hide an entry out of view, but > of course that is no help to you now. Indeed :-) Just in case you set out to write that patch, I wouldn't do it that way. To make it really

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Christian Müller (Kitsunet)
Daniel Mann wrote: > Hi Ben, > > my first impression is that it would hide the whole table, which is not > what I want, but I'll read more about it. Thank you for your input! > > Regards, > Daniel > > Bernhard Stähli schrieb: >> Hi Daniel, >> >> is >> $TCA['table']['ctrl']['hideTable'] = 1 >> w

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Daniel Mann
Hi Ben, my first impression is that it would hide the whole table, which is not what I want, but I'll read more about it. Thank you for your input! Regards, Daniel Bernhard Stähli schrieb: > Hi Daniel, > > is > $TCA['table']['ctrl']['hideTable'] = 1 > what you are looking for? > > regards, >

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Bernhard Stähli
Hi Daniel, is $TCA['table']['ctrl']['hideTable'] = 1 what you are looking for? regards, ben Daniel Mann schrieb: > Hi everyone, > > I need to exclude items from the backend's list view which have a > particular database field set, just like deleted=1. > They are related to other entries and wi

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Daniel Mann
Salut Francois, thank you for your effort! Francois Suter schrieb: > Hi Daniel, > >> I need to exclude items from the backend's list view which have a >> particular database field set, just like deleted=1. >> They are related to other entries and will be changed and deleted with >> their "pare

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Francois Suter
Hi Daniel, > I need to exclude items from the backend's list view which have a > particular database field set, just like deleted=1. > They are related to other entries and will be changed and deleted with > their "parents". This parent id is the db field I want to check, so only > items which

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Daniel Mann
Hi Christian, just tried it, the items have to remain visible in the frontend and changing the pid completely destroys the relation to the sysfolder which contains the data... Sorry if it was important to know that it is a sysfolder conntaining the items. Thanks for your thoughts though, D

Re: [TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Christian Müller (Kitsunet)
Daniel Mann wrote: > Hi everyone, > > I need to exclude items from the backend's list view which have a > particular database field set, just like deleted=1. > They are related to other entries and will be changed and deleted with > their "parents". This parent id is the db field I want to check

[TYPO3-english] Exclude items from list view in backend

2009-05-27 Thread Daniel Mann
Hi everyone, I need to exclude items from the backend's list view which have a particular database field set, just like deleted=1. They are related to other entries and will be changed and deleted with their "parents". This parent id is the db field I want to check, so only items which actually