PHPackages                             supseven/empty\_colpos\_content - 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. supseven/empty\_colpos\_content

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

supseven/empty\_colpos\_content
===============================

XClass for for hooking into empty colpos Layouts

v2.0.0(6y ago)31.7kGPL-2.0-or-laterPHP

Since Nov 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vkemeter/empty_colpos_content)[ Packagist](https://packagist.org/packages/supseven/empty_colpos_content)[ RSS](/packages/supseven-empty-colpos-content/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Empty Colpos Content
====================

[](#empty-colpos-content)

Whats that?

If You have BackendLayouts with a Column without any Colpos, and You want to display information in that Column, simply add the newly added Hook.

Example ext\_localconf.php

```
 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['drawColPos'][1542873608]
 	= \YourNameSpace\YourExtension\Hooks\Backend\PageLayoutView::class .'->render';

```

Use the shipped Hook as an Example and change it for Your needs.

If no own Hook is used, with installation of this Extension, an Example Hook is implemented.

Use Extension Configuration to make this visible to all or just admin Users.

Example BackendLayout Config

```
mod {
	web_layout {
		BackendLayouts {
			Default {
				title = Home
				config {
					backend_layout {
						colCount = 1
						rowCount = 3
						rows {
							1 {
								columns {
									1 {
										name = Main
										colPos = 0
									}
								}
							}
							2 {
								columns {
									1 {
										name = Something
										emptyColPos = 0
									}
								}
							}
							3 {
								columns {
									1 {
										name = Something Else
										emptyColPos = 1
									}
								}
							}
                        }
					}
				}
			}
		}
	}
}

```

KTHXBYE! Volker.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~254 days

Total

2

Last Release

2475d ago

Major Versions

1.0.0 → v2.0.02019-08-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b9b873a3ab532be8b148c0da96ce9c37931a2268d52af7a00e0d0251f855088?d=identicon)[josefglatz](/maintainers/josefglatz)

![](https://avatars.githubusercontent.com/u/1773048?v=4)[Volker](/maintainers/vkemeter)[@vkemeter](https://github.com/vkemeter)

---

Top Contributors

[![vkemeter](https://avatars.githubusercontent.com/u/1773048?v=4)](https://github.com/vkemeter "vkemeter (1 commits)")

### Embed Badge

![Health badge](/badges/supseven-empty-colpos-content/health.svg)

```
[![Health](https://phpackages.com/badges/supseven-empty-colpos-content/health.svg)](https://phpackages.com/packages/supseven-empty-colpos-content)
```

###  Alternatives

[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[typo3/cms-t3editor

TYPO3 CMS T3Editor - JavaScript-driven editor with syntax highlighting and code completion. Based on CodeMirror.

115.9M50](/packages/typo3-cms-t3editor)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

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