Essential Joomla Guides
This page features a range of Joomla guides and tips, covering topics like preventing duplicate content, customising Joomla fields, fixing session table issues, and utilising FTP tools for effective site management.
Adding a One-Time Submission Check to ConvertForms
This guide explains how to use a custom PHP script in ConvertForms to restrict users to one submission per form. The script checks if a…
Adding PHP Validation to Forms in Convert Forms
When building forms with Convert Forms, you may encounter scenarios where standard validation isn’t sufficient. For example, you might need to validate numeric input fields,…
How to Disable Browser Autocomplete in Convert Forms
Browser autocomplete can be both a blessing and a curse. While it helps users quickly fill out forms, there are times when you may want…
How to Use the `{all_fields}` Smart Tag in ConvertForms
The `{all_fields}` Smart Tag in ConvertForms is a powerful tool that allows you to dynamically display all the information submitted through a form. This tag…
The Advantages of Joomla Multilingual Setup and Its Benefits
Multilingual websites have become a necessity for businesses aiming to reach global audiences. However, maintaining such sites often comes with challenges like managing translations, ensuring…
Generating an SSH Key using PuttyGen
The following article will guide you through the steps in generating an SSH KEY, saving the information in Lastpass and Setting up an SFTP connection…
How to Hide the Custom Fields Container in Joomla 4 & 5
Custom fields in Joomla are a powerful feature, allowing users to add extra data to their content. However, there may be situations where hiding the…
Joomla 3.x. Troubleshooter. CSS files are missing in template manager
In some cases, the CSS editor might be missing in the Joomla 3.x admin panel. You may see the list of files, but they cannot…
How to Prevent Duplicate Content on Joomla and WordPress Using .htaccess
URL management is critical for maintaining a consistent and SEO-friendly website. For Joomla and WordPress users, small inconsistencies—like trailing slashes or mixing www and non-www—can…
Using .htaccess to Redirect a Domain or Multiple Domains
When managing multiple domains pointing to the same webspace, designating a primary domain can become challenging. Without proper redirection, users might access your site through…
Enhancing PHP Error Handling - A Guide to Effective Troubleshooting
Handling errors efficiently in PHP is essential for maintaining a smooth and secure application. When errors are not properly managed, it can lead to frustration…
Simple FTP Setup with FileZilla on Mac, Windows, and Linux
FileZilla is one of the most popular and easy-to-use FTP clients available for Mac OS X, Windows, and Linux. This guide will walk you through…
Step-by-Step Guide to Setting Up FTP with Cyberduck
Cyberduck is a popular open-source application used for FTP and SFTP file transfers on PC or Mac OS X. This guide will help you set…
[Joomla] How to administer Joomla from the command line
About Joomla's CLI applications Unfortunately, Joomla does not have a complete CLI administration solution like WP-CLI for WordPress or Drush for Drupal. However, Joomla does include some application…
How to fix a corrupt Joomla session table jos_session
What is Joomla session table and why do we need it? As the name implies, jos_session table stores temporary data of Joomla users and it…