typo3: what is the fast way to find which page has certain extension -


i want find page has installed extension: jc_register, can check every page, takes time since there many pages, wonder if there fast way find instead of checking every page?

if mean want find content record of type "insert plugin" set particular extension, can use "admin tools".

  1. open "admin tools -> db check".
  2. select "full search" drop-down list.
  3. select "advanced query".
  4. tick "use formatted strings, labels , dates instead of original values results". give page titles in results when pid displayed.
  5. set query finds plugin , lists page ids (which means "select fields" must contain pid).

enter image description here


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -