Download the PHP package ithilgers/pagetree-permissions-highlight without Composer

On this page you can find all versions of the php package ithilgers/pagetree-permissions-highlight. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pagetree-permissions-highlight

TYPO3 Extension: PageTree Permissions Highlight

TYPO3 12 License Packagist Version Packagist Downloads

Visual highlighting of pages in the TYPO3 backend page tree where the current user has content editing permissions.

Features

Why This Extension?

In large TYPO3 installations with complex permission structures, editors often struggle to identify which pages they can actually edit. This extension provides instant visual feedback in the page tree, making it immediately clear where users have content editing permissions.

Installation

Via Composer (recommended)

Activation

After installation, activate the extension in the Extension Manager or via CLI:

Configuration

The extension can be configured in the Extension Configuration:

  1. Go to Admin Tools > Settings > Extension Configuration
  2. Select pagetree_permissions_highlight
  3. Configure the following options:
Option Type Default Description
highlightColor string rgba(0, 255, 0, 0.1) Background color for pages where the user has content editing permissions. Accepts any valid CSS color value (hex, rgb, rgba, named colors).

Example Configuration

Usage

Once installed and activated, the extension works automatically:

  1. Log in to the TYPO3 backend as a non-admin user
  2. Open the page tree
  3. Pages where you have content editing permissions are highlighted with the configured color
  4. Admin users see no highlighting (as they have permissions everywhere)

Technical Details

Requirements

How It Works

The extension uses TYPO3's PSR-14 event system:

Architecture

Compatibility

TYPO3 Version Extension Version Support
12.4 LTS 1.2.x ✅ Active
12.4 LTS 1.1.x Security fix
12.4 LTS 1.0.x Initial release

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

This extension is licensed under the GNU General Public License v2.0 or later.

Support

For bugs, feature requests, or questions:

Credits

Developed by Theodor Hilgers.


Keywords: TYPO3, backend, page tree, permissions, visual feedback, editor experience


All versions of pagetree-permissions-highlight with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4
typo3/cms-backend Version ^12.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ithilgers/pagetree-permissions-highlight contains the following files

Loading the files please wait ...