Coder Social home page Coder Social logo

christophlehmann / pagetreefilter Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 1.0 237 KB

TYPO3 Extension for highlighting pages with records and content elements in the pagetree

License: GNU General Public License v3.0

PHP 56.49% HTML 5.96% CSS 1.21% JavaScript 13.32% Shell 23.03%
swissarmyknife typo3-extension

pagetreefilter's Introduction

TYPO3 Extension: Pagetree Filter

It adds a wizard like the new content element wizard that helps finding content elements and records in the page tree. With a few clicks you know where they are used. You can also see what elements are not used.

Screenshots

Highlight pages with image elements

Example

The filter wizard

The Wizard

Example filters

Highlight pages with...

  • sys_category records: table=sys_category
  • image content elements: table=tt_content CType=image
  • hidden image content elements: table=tt_content CType=image hidden=1
  • content elements where the elements header starts with rocket: table=tt_content header=rocket*
  • content elements where the elements header ends with launch: table=tt_content header=*launch
  • content elements where the elements header contains rocketlaunch: table=tt_content header=*rocketlaunch*

Installation

composer require christophlehmann/pagetreefilter

Configuration

Enable for non admin users (User TSconfig)

tx_pagetreefilter.enable = 1

PageId

The wizard needs a page id for fetching Page TSconfig in order to gather possible content elements and plugins. This page id is determined by

  1. First WebMount in case the user is no admin
  2. Extension configuration: pageId (default: 1)

Let the rocket start. Made with โ™ฅ by Christoph Lehmann

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.