[TYPO3] How to locate occurences of a plugin in a page tree

Xavier Perseguers typo3 at perseguers.ch
Tue Sep 2 15:26:54 CEST 2008


Hello,

> Does anybody know of a way to locate where a plugin is used within in a 
> branch of the tree of pages? Any extension doing that?

don't know

> Of course it's always possible to do a search with phpMyAdmin on 
> list_type within tt_content... but you can't restrict such a search to 
> one branch...

You may not restrict search "easily" with phpMyAdmin but you may create 
your small extension with kickstarter that will recursively lookup the 
list of pid of your tree (perhaps there's even a method for that in 
t3lib_div or one of these classes) and then query the tt_content table 
yourself.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-english mailing list