---
title: "Tutorials - Joomla - Tassos Docs"
description: "Guides to help you master Joomla, from basic setup to advanced customization and functionality."
url: "https://www.tassos.gr/docs/joomla/tutorials"
date: "2026-05-19T06:47:39+00:00"
language: "en-GB"
---

# Tutorials

Guides to help you master Joomla, from basic setup to advanced customization and functionality.

##  [  How to Add a User to a Joomla Group Programmatically  ](https://www.tassos.gr/docs/joomla/tutorials/add-user-to-user-groups)

##  [  How to Send Emails in Joomla with PHP  ](https://www.tassos.gr/docs/joomla/tutorials/send-emails-php)

##  [  How to Connect to an External Database in Joomla with PHP  ](https://www.tassos.gr/docs/joomla/tutorials/connect-external-database-php)

##  [  How to Check If the Current User is Super User in Joomla with PHP  ](https://www.tassos.gr/docs/joomla/tutorials/check-super-user-php)

##  [  How to Check if the Current Page Is the Homepage in Joomla with PHP  ](https://www.tassos.gr/docs/joomla/tutorials/homepage-detect-php)

##  [  How to Create a User Account in Joomla with PHP  ](https://www.tassos.gr/docs/joomla/tutorials/create-user-account-php)

##  [  How to Create an Article in Joomla with PHP  ](https://www.tassos.gr/docs/joomla/tutorials/create-joomla-article-php)

##  [  PHP Scripts Collection  ](https://www.tassos.gr/docs/joomla/tutorials/php-scripts-collection)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Documentation",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Joomla",
            "item": "https://www.tassos.gr/docs/joomla"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Tutorials",
            "item": "https://www.tassos.gr/docs/joomla/tutorials"
        }
    ]
}
```
