---
title: "TT Stand for Joomla - Gileba"
description: "Geen zorgen meer over je Joomla! site, want Gileba zorgt dat jouw website perfect draait door backups en updates uit jouw handen te nemen."
url: "https://gileba.be/en/software/ttstand"
date: "2026-07-15T15:50:14+00:00"
language: "en-GB"
---

![Logo TT Stand by Gileba](https://gileba.be/images/software/ttstand.png)

# TT Stand

---

Do you have a website about tabletennis build with Joomla ™ and you want to add standings from the divisions of your teams on your site? TT Stand allows you to add them easily using the APIs of the Dutch TT App and the Belgian TabT.

No more fiddling around to implement external code: you only need the API code (TT App) or your login credentials (TabT) in combination with the ID of the desired division to easily add an up-to-date table of the standings on your webpage.

[download Now](#contact)

## Version History

---

Version 1.3.2- Allow renaming of columns for TabT
- Show/hide the columns of TabT

 Version 1.3.1- Updating within Joomla was broken
- Fatal error when trying to show a TTApp division
- TabT always showed the same (hardcoded) division

 Version 1.3.0- Added official support for Joomla 5
- Added support for the TabT-API (Belgian competition)
- CSS-files were not installed
- Alternate background color in table
- Missing version attribute in manifest file

 Version 1.2.0- First Public Release

![Version history of TT Stand](https://gileba.be/images/version-history.png)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://gileba.be/en"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Software",
            "item": "https://gileba.be/en/software"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "TT Stand",
            "item": "https://gileba.be/en/software/ttstand"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Product",
    "name": "TT Stand for Joomla",
    "image": "https://gileba.be/images/software/ttstand.png",
    "description": "TT Stand is a Joomla module that can show the standings of a tabletennisdivision on your Joomla™ powered website. At this time in the development, it supports the APIs of the Dutch TT App and the Belgian TabT .",
    "brand": {
        "@type": "Brand",
        "name": "Gileba"
    },
    "offers": {
        "@type": "Offer",
        "price": "0.00",
        "priceCurrency": "EUR",
        "url": "https://gileba.be/en/software/ttstand",
        "priceValidUntil": "2100-12-31T10:00:00"
    }
}
```
