PHPackages                             thelia/tabs-module - 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. thelia/tabs-module

ActiveThelia-module

thelia/tabs-module
==================

4.0.0(2y ago)0521↓100%5[1 PRs](https://github.com/thelia-modules/Tabs/pulls)GPL-3.0+PHP

Since Apr 19Pushed 2y ago3 watchersCompare

[ Source](https://github.com/thelia-modules/Tabs)[ Packagist](https://packagist.org/packages/thelia/tabs-module)[ RSS](/packages/thelia-tabs-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Module Tabs Thelia 2
====================

[](#module-tabs-thelia-2)

This module allows you to create content tabs for contents, products, categories &amp; folders

How to install
--------------

[](#how-to-install)

This module must be into your `modules/` directory (thelia/local/modules/).

You can download the .zip file of this module or create a git submodule into your project like this :

```
cd /path-to-thelia
git submodule add https://github.com/thelia-modules/Tabs.git local/modules/Tabs

```

Next, go to your Thelia admin panel for module activation.

The loop tags
-------------

[](#the-loop-tags)

### Parameters

[](#parameters)

ArgumentDescription**id**Return tag with this ID**source**Source of associated objects. The possibles values are `product`, `category`, `content`, `folder`. Giving a value missing from this list will not cause an error.**source\_id**ID of associated objects**visible**Whether your selection will be visible or not. Default : true**position**The position of the selection you wish to displayHow to use
----------

[](#how-to-use)

You can manage your tabs into the "Modules" tab of content and product editing view.

This module allow you to use a new loop : tabs.

Here is an example of using :

**Use the tabs loop (list of tabs related to a content id)**

```
{loop name="tabs" type="tabs" source="content" source_id=$ID order="manual_reverse"}

        {$TITLE}
        {$DESCRIPTION nofilter}

{/loop}
```

**Use the tabs loop (list of tabs related to a product id)**

```
{loop name="tabs" type="tabs" source="product" source_id=$ID  order="manual_reverse"}

        {$TITLE}
        {$DESCRIPTION nofilter}

{/loop}
```

**Use the tabs loop (list of tabs related to a category id)**

```
{loop name="tabs" type="tabs" source="category" source_id=$ID  order="manual_reverse"}

        {$TITLE}
        {$DESCRIPTION nofilter}

{/loop}
```

**Use the tabs loop (list of tabs related to a folder id)**

```
{loop name="tabs" type="tabs" source="folder" source_id=$ID  order="manual_reverse"}

        {$TITLE}
        {$DESCRIPTION nofilter}

{/loop}
```

###  Health Score

32

↓

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~256 days

Total

9

Last Release

752d ago

Major Versions

2.4.5 → 3.0.02022-03-18

3.0.0 → 4.0.02024-04-17

### Community

Maintainers

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

---

Top Contributors

[![zawaze](https://avatars.githubusercontent.com/u/37273643?v=4)](https://github.com/zawaze "zawaze (9 commits)")[![mespeche](https://avatars.githubusercontent.com/u/2156044?v=4)](https://github.com/mespeche "mespeche (7 commits)")[![roadster31](https://avatars.githubusercontent.com/u/2197734?v=4)](https://github.com/roadster31 "roadster31 (7 commits)")[![thomas-dsm](https://avatars.githubusercontent.com/u/84772220?v=4)](https://github.com/thomas-dsm "thomas-dsm (4 commits)")[![gillesbourgeat](https://avatars.githubusercontent.com/u/7335734?v=4)](https://github.com/gillesbourgeat "gillesbourgeat (1 commits)")[![ThomasDaSilva](https://avatars.githubusercontent.com/u/97163246?v=4)](https://github.com/ThomasDaSilva "ThomasDaSilva (1 commits)")[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (1 commits)")

### Embed Badge

![Health badge](/badges/thelia-tabs-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-tabs-module/health.svg)](https://phpackages.com/packages/thelia-tabs-module)
```

PHPackages © 2026

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