PHPackages                             buepro/typo3-user-customer - 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. buepro/typo3-user-customer

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

buepro/typo3-user-customer
==========================

TYPO3 user\_customer extension to customize websites using the template pizpalue.

11.1.3(6y ago)017MITPHP

Since Apr 20Pushed 5y agoCompare

[ Source](https://github.com/buepro/typo3-user_customer)[ Packagist](https://packagist.org/packages/buepro/typo3-user-customer)[ Docs](https://github.com/buepro/typo3-user_customer)[ RSS](/packages/buepro-typo3-user-customer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

DEPRECIATED - TYPO3 user\_customer
==================================

[](#depreciated---typo3-user_customer)

---

!!! This extension was renamed and moved to [user\_pizpalue](https://github.com/buepro/typo3-user_pizpalue) !!!
---------------------------------------------------------------------------------------------------------------

[](#-this-extension-was-renamed-and-moved-to-user_pizpalue-)

---

[![Latest Version](https://camo.githubusercontent.com/d7d727e88ca3e431ce763c380375a3e9206efc109f70624887d10585c6cf3cc5/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f62756570726f2f7479706f332d757365722d637573746f6d6572)](https://github.com/buepro/typo3-user_customer/releases)[![Extension repository](https://camo.githubusercontent.com/edc1b6c1ae982ec1ce91eab550214f43fabdcfbeddd7647903a1602a212d16b8/68747470733a2f2f62616467656e2e6e65742f62616467652f5459504f332f70697a70616c75652f6f72616e6765)](https://extensions.typo3.org/extension/pizpalue/)[![Extension repository](https://camo.githubusercontent.com/02e5de5d8c977df1c332f0457cdcc32d41db9e821e504e1458afb5dacd5e8847/68747470733a2f2f62616467656e2e6e65742f62616467652f5459504f332f70697a70616c7565253230646973747269627574696f6e2f6f72616e6765)](https://extensions.typo3.org/extension/pizpalue_distribution/)

---

This extension serves as a base to customize a TYPO3-website using the template [pizpalue](https://github.com/buepro/typo3-pizpalue).

Usage
-----

[](#usage)

When starting a new project create a new git-branch and just commit to that branch. The master branch should always be used to start new projects.

To increase quality work progress might be committed and documented. Documentation has its home in the folder [`Documentation`](Documentation). A changelog can be created with the following steps:

1. In a shell go to the `Build` directory
2. Run `npm install` (only needed, if not already done)
3. Run `grunt doc`

Customizations
--------------

[](#customizations)

### TypoScript (TS)

[](#typoscript-ts)

Customizations typically start by adapting the [ts constants](Configuration/TypoScript/constants.typoscript) and [ts setup](Configuration/TypoScript/setup.typoscript). Frequently used configurations are collected in the folder [`Configuration/TypoScript/Default`](Configuration/TypoScript/Default). You might use them to get started by copying the needed fragments to [`Configuration/TypoScript/constants.typoscript`](Configuration/TypoScript/constants.typoscript) or [`Configuration/TypoScript/setup.typoscript`](Configuration/TypoScript/setup.typoscript). The inclusion from the default TS (see `
        ucicon = EXT:user_customer/Resources/Public/Fonts/ucicon.min.css
        ucicon {
            fontLoader {
                families {
                    0 = UcIcon
                }
                enabled = 1
            }
        }
    }
}

```

Now your ready to use the icon font in the markup: `` would render an icon showing the graphic defined by `custom1.svg`.

### Layouts/Templates/Partials

[](#layoutstemplatespartials)

They are maintained in [`Resources/Private`](Resources/Private). As an example to add a new page template follow these steps:

1. Create the template in the directory [`Resources/Private/Templates/Page`](Resources/Private/Templates/Page)
2. Enable the template in the TS constant declaration

```
user_customer {
    page.fluidtemplate {
        templateRootPath = EXT:user_customer/Resources/Private/Templates/Page/
    }
}

```

Coding guidelines
-----------------

[](#coding-guidelines)

- Use the [coding guidelines defined by TYPO3](https://docs.typo3.org/typo3cms/CoreApiReference/CodingGuidelines/Index.html).
- Use **uc, Uc, uc-** as package related prefixes

Frequently used
---------------

[](#frequently-used)

**For coding**

- [TypoScript reference](https://docs.typo3.org/typo3cms/TyposcriptReference/)
- [Fluid guide](https://docs.typo3.org/typo3cms/ExtbaseGuide/Fluid/)
- [Fluid view helper reference](https://docs.typo3.org/typo3cms/ViewHelperReference/)
- [VHS view helper reference](https://fluidtypo3.org/viewhelpers/vhs/)
- [TCA reference](https://docs.typo3.org/typo3cms/TCAReference/)
- [TSconfig reference](https://docs.typo3.org/typo3cms/TSconfigReference/)
- [Core API reference](https://docs.typo3.org/typo3cms/CoreApiReference/)

**For documentation**

- [Markdown cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
- [reStructuredText &amp; Sphinx](https://docs.typo3.org/typo3cms/HowToDocument/WritingReST/Index.html)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% 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 ~74 days

Recently: every ~63 days

Total

6

Last Release

2207d ago

Major Versions

9.5.0 → 11.0.02019-09-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ff841a99a79be8f2b8e0d1f07da48ed8d55df4ffb63ea98e21e076aba8cfb69?d=identicon)[buepro](/maintainers/buepro)

---

Top Contributors

[![buepro](https://avatars.githubusercontent.com/u/37214997?v=4)](https://github.com/buepro "buepro (90 commits)")[![synac](https://avatars.githubusercontent.com/u/837171?v=4)](https://github.com/synac "synac (2 commits)")

---

Tags

webthemebootstrapresponsivefrontendTYPO3 CMSpizpalue

### Embed Badge

![Health badge](/badges/buepro-typo3-user-customer/health.svg)

```
[![Health](https://phpackages.com/badges/buepro-typo3-user-customer/health.svg)](https://phpackages.com/packages/buepro-typo3-user-customer)
```

###  Alternatives

[bk2k/bootstrap-package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

357891.4k72](/packages/bk2k-bootstrap-package)[onokumus/metismenu

A jQuery menu plugin

2.0k263.3k5](/packages/onokumus-metismenu)[ttskch/select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4

43424.6k2](/packages/ttskch-select2-bootstrap4-theme)[baschte/content-animations

TYPO3 CMS extension to have some fun and animate your content elements

2083.5k](/packages/baschte-content-animations)[typo3/cms-introduction

The Official TYPO3 Introduction Package

1880.6k5](/packages/typo3-cms-introduction)[laxap/bootstrap-grids

Predefined gridelements Bootstrap 5 content elements: column grids, grids for simple accordions, and tabs.

10118.1k](/packages/laxap-bootstrap-grids)

PHPackages © 2026

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