General Questions/New to Joomla! 3.x • Re: Site down with error messages -...
To protect their servers some webhosts use special software to check for outdated/vulnarable files on their servers.Patchman comes to mind.What could have happened: because you ignored Joomla updates,...
View ArticleInstallation Joomla! 5.x • MAMP/MAMP Pro v7 has landed!!
For those who, like myself, have been waiting…MAMP/MAMP Pro v7 (with MySQL has just been released Statistics: Posted by JAVesey — Mon Jul 22, 2024 9:33 am
View ArticleInstallation Joomla! 5.x • Re: PHP Version Trouble During Installation
Correct, thank you.I had checked MAMP this morning too, by opening the app. The popup still said 6.9 was available (I hadn't bothered to update).No mention of 7, but the website says it is available...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How do I add an email entry box...
Mailchimp provides code you can use to make a signup form if you don’t want to use any of the extensions that provide that option. (RsformsPro comes to mind.)https://mailchimp.com/help/add-a-signup...
View ArticleJoomla! 4.x Coding • Re: PHP script coding question
Thank you for this information. I will come back if I have questions.Statistics: Posted by ktwatson — Tue Jul 23, 2024 6:27 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Change a user's ID
Hi there,Is it possible to change a user's ID? I'm quite happy to go digging into the database if it's as simple as just changing the number in the database tables (I wish...!).Many...
View ArticleJoomla! 5.x • How to disable user login frontend website?
Hi, ik gebruik Joomla 5.x en wil de gebruikerslogin uitschakelen aan de voorzijde van de website. Heb van alles geprobeerd om deze functie uit te schakelen. Waar zit deze optie?Statistics: Posted by...
View ArticleTemplates for Joomla! 5.x • Re: How to centre and change the font size of the...
Your CSS looks good.Can you post the url to your site so we can have a look?Statistics: Posted by Mr. Wimpy — Tue Jul 23, 2024 7:29 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Change a user's ID
Do you mean the User name (1), or the ID (2) (the primary key of the database #_users table)?username_or_id.jpg"ID" is the record number in the database and shouldn't be touched. I don't see why it's...
View ArticleAdministration Joomla! 5.x • Re: 9am-5pm Mon-Fri
For modulesThe pro version of Advanced Module Manager allows displaying modules on specific days and times.https://extensions.joomla.org/extension ... e-manager/Note: I have never used AMM. I only...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: What tables does Joomla 5 use...
For me this is the query that returns data for a category blog:Code: SELECT...
View ArticleAdministration Joomla! 3.x • Re: Website does not load and I cannot login to...
Thanks all, issue was resolved by combination of your valued answers/suggestions: lowering the PHP version temporarily to 7.x AND using protostar as template. After that, it was possible to login to...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: I set the Update Channel to Next...
Apart from the already mentioned Session Path, the FPA doesn't appear to present any other issues. I would get the session path resolved and then try again with the minor update (4.4.5 to 4.4.6 first;...
View ArticleAdministration Joomla! 4.x • Re: User registration even with empty password...
Welcome to the Joomla forum!It sounds like the website is using a third party login extension for password generation. Please post the results from the Forum Post Assistant (FPA) by following the...
View ArticleJoomla! 4.x Coding • Re: How to override the MailerFactory?
The plugin in question is here https://github.com/SharkyKZ/joomla-mvc-override-plugin.Statistics: Posted by SharkyKZ — Wed Jul 24, 2024 6:31 am
View ArticleInstallation Joomla! 4.x • Call to undefined method...
Hello dear forum, I am a Joomla newbie and need to update the website from 3 to 4. That also worked. The admin area is normally accessible. However, the website shows the error:Call to undefined...
View ArticleTemplates for Joomla! 4.x • Re: Wrap Main Menu
It looks like Cassiopeia, and the horizontal menu already collapses to the "hamburger" style on a reduced browser window size (which simulates a smaller screen), which is the expected behaviour of the...
View ArticleTemplates for Joomla! 5.x • Re: How to centre and change the font size of the...
Excelent!TipTry to avoid using !important.Use the correct order or more specific CSS.!important rules can only be overridden by other !important rules.That can lead to issues down the line...Like in...
View ArticleGeneral Questions/New to Joomla! 4.x • Problem with email reminder for username
I am getting strange emails when I click a reminder for member number:Hello,A Member Number reminder has been requested for your %s account.Your Member Number is %s.To login to the website, click on...
View ArticleGeneral Questions/New to Joomla! 2.5 • Re: Google AdSense ads are not showing...
Ensure that the AdSense code is correctly placed within the Joomla module? Incorrect placement or modifications to the code might cause issues.Statistics: Posted by charlotte34 — Thu Jul 25, 2024 9:56...
View Article