Templates for Joomla! 5.x • Re: How to hide fields from the admin login form?
i also tried with the following css rule.form-group:nth-of-type(3) { display: none;}because the lang field its 3rd after the username and passwordStatistics: Posted by hackermade — Tue Aug 20, 2024...
View ArticleAdministration Joomla! 4.x • J4 - After logging in to Admin, I receive a 404
This morning, out of the blue, I logged into a website I maintain regularly, only this time after the admin login I was shown a 404 page.I did some research and saw a post (for an older version) that...
View ArticleTemplates for Joomla! 5.x • Re: Cassiopeia does not execute correctly...
Does the path name to the image require the leading "/" ? Thinking that it's trying to find an image in the css/images/banners (non-existent) folder and not in the file path from the root...
View ArticleAdministration Joomla! 4.x • Re: J4 - After logging in to Admin, I receive a 404
You need to ensure you have a proper SSL certificate active, and likely that it is set to always load pages via HTTPS.Force SSL can be set in Joomla (for front-end, admin or both) and you can do that...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Gigantic deprecated.php file in...
When I run fpa-en.php the one thing sticking out is thisPHP Error Reporting for Joomla 4J4.xx and older versions does not work with error reporting set to maximum on PHP v8.2 and above.Not quite. The...
View ArticleInstallation Joomla! 5.x • Re: Unable to install joomla
I thought so too.I thgen created a new database and user for bthis database. Still it foesnt workStatistics: Posted by astarphysics — Fri Aug 23, 2024 6:03 pm
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.3
I am not a coder and do not understand how to apply these fixes to smart search pagination.Could someone please post the corrected pages so I can just overright the existing ones?Joomla 5.1.3You would...
View ArticleAdministration Joomla! 5.x • Re: Turn of Debug mode is no style or admin...
FYI - if using Firefox, you must "force refresh" in order to see any changes made to CSS. It's driven me nuts for years.Hold "Shift" then click on the refresh button in the browser.Until you do, you...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: cannot create a new user
The error may be coming from an incompatible third party user plugin. Go to the Global Configuration and set 'Error Reporting' to 'Maximum' and turn on the option 'Degub System'. Post the error...
View ArticleInstallation Joomla! 5.x • Re: Error "Unsupported PHP Version"
does it only work with Php 8.1.xx, so i should not even install it on 8.3.xx or 8.2.xxThe recommended version of PHP for Joomla 5.x is PHP 8.3. Some third party extensions may be incompatible with the...
View ArticleInstallation Joomla! 5.x • Re: Errors after restore from backup
Check the file configuration.php in the main Joomla folder. Make sure it has an empty string, that is just two single quotation marks, as the value of the variable $live_site, like this:Code: public...
View ArticleExtensions for Joomla! 5.x • Language file issue in JoomSport
HelloI have installed JoomSport 6.0.1 in Joomla 5.1.3 (php ver. 8.3.1)Everything seems to work, except one thing.Joomsport does not read the back-end language ini file, although the ini file is...
View ArticleExtensions for Joomla! 5.x • Re: Language file
I think it just means they haven't got the proper translations. You can fix it by creating language overrides. Perhaps raise the issue with the extension developer.Statistics: Posted by AMurray — Fri...
View ArticleExtensions for Joomla! 5.x • Re: Language file issue in JoomSport
JoomSport Pro is a paid third party extension. You should reach out to its developer.Statistics: Posted by toivo — Fri Aug 23, 2024 10:50 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Description text in categories
How to in Joomla 5 get the description text visible in a catergory? In Joomla 3 it worked but not in Joomla 5.Statistics: Posted by peranders — Sat Aug 24, 2024 3:01 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Description text in categories
Did you enable it in the category settings?Statistics: Posted by brendanhedges — Sat Aug 24, 2024 3:09 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error on New Install v5.0.0: Class...
so i can just leave the psr4 file as deleted?Yes. If the file administrator/cache/autoload_psr4.php does not exist, Joomla creates it.it also created a new "_media_version" folderThat folder does not...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: menu items
I run the scriptBut it didn't show me the report that shows what extensions are installed and said that Joomla ran without any problemsShall I send you all the reports here?Statistics: Posted by...
View ArticleAdministration Joomla! 4.x • Configuring joomla server smtp settings - Is...
I've been using joomla 4 for websites and have configured the mail settings to beMailer: SMTPSMTP host: mail.domainname.comPort: 465Security: SSL/TLSSMTP Authentication: YesSMTP Username:...
View ArticleJoomla! 5.x Coding • Error access joomla 5 framework from external php file
HiCode: error_reporting(E_ALL);ini_set('display_errors', 1);use Joomla\CMS\Factory;use Joomla\CMS\HTML\HTMLHelper;use Joomla\CMS\Language\Text;use Joomla\CMS\Uri\Uri;use...
View Article