[Typo3-dev] Deny field list

Mathias Schreiber [wmdb] mathias.schreiber at wmdb.de
Sat Dec 18 13:40:15 CET 2004


Michael Stucki wrote:
> The patch is not yet in CVS. I just didn't have time for it yet. The idea
> was to add your patch to 3.7.x and fix the whole issue in a clean way for
> 3.8. Far better if once can already fix this the clean way now...

I am just fiddeling with the whole issue again - clever as I am I 
deleted the typo3 install in which I did apply my patch - nice way to do 
a clean rewrite ;-)

Currently I see that the way denyfields are stored in the DB is a little 
weird - but on the same way at least quite straight.
If you deny a complete type this is stored:
tt_content:CType:html:DENY
If you deny a plugin this is stored:
tt_content:list_type:name_of_plugin:DENY
If you deny "old" extensions like dmail_subscription or tt_address this 
is stored:
tt_content:list_type:21:DENY

Notice the integer instead of the name of the ext - little weird at 
first but I think it is doable.

I will now follow my first approach and do a fully working example and 
supply it as soon as I'm finished.


-- 
No Subject - No Realname - No Service!
Respect the List/Newsgroup Rules!
  >> http://typo3.org/1438.0.html <<




More information about the TYPO3-dev mailing list