Skip to content

Instantly share code, notes, and snippets.

View brianteeman's full-sized avatar
🐛
Hunting Bugs

Brian Teeman brianteeman

🐛
Hunting Bugs
View GitHub Profile

Using Bootstrap in Joomla 4

Joomla 4 introduces a modular approach for interactive components

  • What is a modular approach?
  • The functionality is broken down into individual components, files. There is no one file approach as it was with Bootstrap in Joomla 3. This was done for efficiency and performance gains (send only the code that is needed instead of delivering everything in case some page will need so component).

How to deal with Interactive components

  • Load what you need per case! There are helper functions that will help you achieve this and, it is dead easy just call the function with the appropriate arguments.
@brianteeman
brianteeman / github_realname.sh
Last active June 19, 2025 15:41
Github code contributors
#!/bin/bash
# github_realname.sh (no jq version)
GITHUB_TOKEN="insert_your_github_token_here"
REPO="insert_your_repo_here"
PAGES=10 # Increase if you expect more than 1000 contributors
echo '"login","name","avatar_url","html_url","contributions"' > all-contributors.csv
for page in $(seq 1 $PAGES); do
@brianteeman
brianteeman / githubimport.sh
Last active June 19, 2025 15:38
Import csv to Joomla
#!/bin/bash
# --- CONFIGURATION ---
JOOMLA_API="https://<INSERT_DOMAIN>/api/index.php/v1/content/articles"
JOOMLA_TOKEN="<INSERT_API_TOKEN>"
CATID=24 # Change to your Joomla category ID
if [ ! -f all-contributors.csv ]; then
echo "all-contributors.csv not found in current directory."
exit 1
@brianteeman
brianteeman / features.md
Last active February 13, 2026 12:01
features.md

Managing Feature Requests for Joomla on GitHub

Objective

To create a structured, transparent, and efficient process for handling Joomla feature requests, from initial idea through evaluation, approval, and implementation, using GitHub Discussions and Issues. lumberjack

1. Feature Areas Overview

  • New Feature Ideas: Open space for all contributors to post ideas
@brianteeman
brianteeman / intentionally-inaccessible.md
Created March 6, 2026 11:21 — forked from selfthinker/intentionally-inaccessible.md
Intentionally inaccessible websites

Intentionally inaccessible websites (and apps)

People make intentionally inaccessible websites for various educational purposes: training, empathy, tests, demos, etc. This lists all such websites I am aware of. Please let me know if you know of any others to be added to this list.

website explanations by license last update
Awesome Recipes (from Deque University Demo Sites) (none) Deque (none) ?
Dream Destination (from Deque University Demo Sites) (none) Deque (none) ?
Gefälscht (from Deque University Demo Sites) (none) Deque (none) ?