PHPackages                             oliverthiele/ot-irrebuttons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. oliverthiele/ot-irrebuttons

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

oliverthiele/ot-irrebuttons
===========================

Adds buttons to content elements with IRRE

v3.2.8(2mo ago)02073GPL-2.0-or-laterPHPPHP &gt;=8.1

Since Dec 11Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/oliverthiele/ot-irrebuttons)[ Packagist](https://packagist.org/packages/oliverthiele/ot-irrebuttons)[ Docs](https://typo3.org)[ RSS](/packages/oliverthiele-ot-irrebuttons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (17)Used By (3)

IRRE Buttons — Adds manageable buttons to TYPO3 content elements
================================================================

[](#irre-buttons--adds-manageable-buttons-to-typo3-content-elements)

Extends `tt_content` with IRRE-managed button records — buttons are configured directly in the backend without touching the RTE.

[![TYPO3](https://camo.githubusercontent.com/cfea29f55fd4bf87d4727e5ce7640baaad6274047c8051a6c4ba85290b9e3565/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322e3425323025374325323031332e342d6f72616e67652e737667)](https://typo3.org/)[![Packagist Version](https://camo.githubusercontent.com/6ae076389ce244e3ab583a506c1589b0a687725962aacb6bf9d8ef62afdbe0c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c69766572746869656c652f6f742d69727265627574746f6e732e737667)](https://packagist.org/packages/oliverthiele/ot-irrebuttons)[![PHP](https://camo.githubusercontent.com/ec2c1acb9f42a236bb9688e4203989a8992acc1a367c69d02b0c0109595c8cda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f6c69766572746869656c652f6f742d69727265627574746f6e732f7068702e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/27b3c19092b474630bd3d6e99a7a4f7055a18bf487ccee81473e7397a7dd1c1c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6c69766572746869656c652f6f742d69727265627574746f6e732e737667)](LICENSE)[![Changelog](https://camo.githubusercontent.com/6bc02a7bc61afc1cb3faaa53420df6d904b9940d7f3e2e11a463e1fdbb3cd52d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4368616e67656c6f672d4348414e47454c4f472e6d642d626c75652e737667)](CHANGELOG.md)

Features
--------

[](#features)

- Buttons are managed as IRRE child records — no RTE markup required
- Central control over button layout (style, size, position)
- Optional icon support via a configurable list of icon identifiers
- Icon partial can be overridden per project (Bootstrap Icons, FontAwesome, SVG sprites, …)
- Configurable per CType via extension settings
- Fancybox link type support
- Compatible with TYPO3 content Slide (records from parent pages render correctly)
- SiteSet support via `sitekit.frameworks.frontend.directory`

Requirements
------------

[](#requirements)

DependencyVersionTYPO312.4 / 13.4PHP8.1+Installation
------------

[](#installation)

```
composer require oliverthiele/ot-irrebuttons
```

Configuration
-------------

[](#configuration)

### Extension Settings

[](#extension-settings)

Open **Admin Tools → Settings → Extension Configuration → ot\_irrebuttons**.

SettingDescriptionCTypes with IRRE ButtonsComma-separated list of CTypes that show the buttonsIconsComma-separated list of icon identifiersFor each configured CType the corresponding Fluid template from `EXT:fluid_styled_content` must be overridden in your SitePackage. A ready-to-use example is included for CType `text`.

### TypoScript / SiteSet

[](#typoscript--siteset)

The extension ships a SiteSet (`OtIrrebuttons`). Include it as a dependency in your site's SiteSet configuration — no manual TypoScript include required.

The template path constant `sitekit.frameworks.frontend.directory` (default: `Bootstrap5`) is provided by the SiteSet. Change the value in your site configuration if your project uses a different frontend framework directory.

> The legacy constant `projectSettings.framework.directory` is still evaluated for backwards compatibility with installations that do not use SiteSets.

### Icon Partial

[](#icon-partial)

The partial `IrreButtons/Icon.html` renders the icon identifier as plain text by default. Override the partial path in your SitePackage to adapt it to your icon set:

```
lib.contentElement {
    partialRootPaths {
        40 = EXT:my_sitepackage/Resources/Private/Content/Partials/
    }
}

```

Usage
-----

[](#usage)

Add the following snippet to any Fluid template where buttons should appear:

```

```

The variable `irreButtons` is populated automatically by the included DataProcessor for every CType listed in the extension settings.

License / Author
----------------

[](#license--author)

GPL-2.0-or-later © [Oliver Thiele](https://www.oliver-thiele.de)

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance87

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~59 days

Recently: every ~26 days

Total

15

Last Release

62d ago

Major Versions

1.0.1 → 2.0.02024-03-24

2.0.1 → 3.0.12025-01-22

PHP version history (2 changes)1.0.1PHP &gt;=7.4

2.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/444a8485d8bda9eb7fbee92b418d929e1eeee50334a3cbb392a38f2eda95f951?d=identicon)[oliverthiele](/maintainers/oliverthiele)

---

Top Contributors

[![oliverthiele](https://avatars.githubusercontent.com/u/5030298?v=4)](https://github.com/oliverthiele "oliverthiele (55 commits)")

### Embed Badge

![Health badge](/badges/oliverthiele-ot-irrebuttons/health.svg)

```
[![Health](https://phpackages.com/badges/oliverthiele-ot-irrebuttons/health.svg)](https://phpackages.com/packages/oliverthiele-ot-irrebuttons)
```

###  Alternatives

[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
