Administration Joomla! 5.x • Re: icon for external link
When you create an external link select the Open in New Window option and use this in user.css:Code: a[target="_blank"]::before { -webkit-padding-end: 3px; padding-inline-end: 3px; font-family: "Font...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Could not connect to the database....
When you point your browser to a new subfolder of htdocs, say j5, the Joomla installation process starts by asking you to choose a language. Did you get that far? One of the forms in the sequence asks...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Clearing cache
Tip: open your browser Developer Tools and look at the Network tab when a page is loaded. The list shows which resources are cached by your browser and which are fetched anew. You can use Shift+Reload...
View ArticleInstallation Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error message jerror...
Your Max. Upload Size: 32M | Max. POST Size: 8M are too small. The first is just about OK but POST needs to be the same or more. Best set them both to 64M. You will need a session handler. The default...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Backend Some Global Config Site...
I ended up rebuilding the entire site from scratch.Spent about 12 hours trying different things.Even replacing all the core files and removing all plugins and components didnt fix it!Thanks for your...
View ArticleAdministration Joomla! 3.x • Re: PHP versions and Joomla 3.x
Joomla 3.x, especially older versions like Joomla 3.9, will have issues in PHP 8.1. The recommended version of PHP for Joomla 3.x is PHP 8.0. However, Joomla 3.9.25 was released only four months after...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Strange red outline in admin template
ceford: you sir, are a genius. I never even thought of going there but now it makes so much sense, since the rest of my users were not suffering the same as me. Thank you.Statistics: Posted by...
View ArticleExtensions for Joomla! 4.x • High quality telegram accounts
Introducing our high quality Telegram accounts, tailored for your marketing needs.Each account have been thoroughly checked multiple times for functionality,ensuring they are in optimal condition...
View ArticleExtensions for Joomla! 5.x • Re: 500 Novarain Framework is not installed
As suggested by @toivo, you might be using Tassos Marinos extensions such as Convert Forms (or others).https://extensions.joomla.org/instant-s ... %5D=tassos.I use Convert Forms, and in my site there...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Error updating
Welcome to the Joomla forum!Disable the system plugin by using phpMyAdmin from the cPanel provided by your host. Edit the database table _extensions, locate the row and change the column 'enabled'...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 Admin Login is too large
I created a user.css and inserted that code but it doesn't seem to have had an effect. It is def the muta template. I have discovered that it was my firefox theme causing the atom template to turn...
View ArticleAdministration Joomla! 5.x • Re: Intro image in social media links
First and second links are media websites (Unknown CMS) and examples for images added to the link.Third and fourth links are Joomla CMS and missing an image in the link.How can we add the intro image...
View ArticleMigrating and Upgrading to Joomla! 4.x • Solved: Upgrade Joomla 3.9 to 4.4...
I reinstalled Joomla core files, and Igot the same identical message. But I solved it—via Extensions:Discove. See enclosed! Screen Shot 2024-03-16 at 16.30.03.pngScreen Shot 2024-03-16 at...
View ArticleGeneral Questions/New to Joomla! 5.x • Problem with html code
I have a bit of code that I am trying to put into a custom module that will generate a button. Once someone clicks on the button it is supposed to open a dialogue box but nothing is happening. When I...
View ArticleAdministration Joomla! 5.x • Re: Turn of Debug mode is no style or admin...
Those files are in your Template. Does the same thing happen with Cassiopeia?The Template for the Administrator is Atum.Statistics: Posted by Per Yngve Berg — Sat Mar 16, 2024 5:05 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Problem with html code
Your User Profile in the Editor must allow script tags.Statistics: Posted by Per Yngve Berg — Sat Mar 16, 2024 5:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Country blocking
Maybe useful. https://www.hostinger.co.uk/tutorials/h ... g-htaccessStatistics: Posted by gws — Sat Mar 16, 2024 6:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Lost access to content
You could look in the trash?Statistics: Posted by Webdongle — Sat Mar 16, 2024 9:33 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Installation Failure in macOS
Is possible to follow that but instead of Apache (httpd) can i use nginx?Statistics: Posted by hackermade — Sun Mar 17, 2024 8:19 pm
View ArticleJoomla! 4.x Coding • Updating schema for a module
So, I've developed a module and have it deployed on several sites and now I'm working on an update.The problem is, I can't find the docs on how to update the table.Code: <install> <!-- Runs...
View Article