General Questions/New to Joomla! 5.x • Re: Error report
Could you post the FPA report? See the red box at the top of the screen (FPA = Forum Post Assistant). It seems you're using a hosting provider that doesn't provide the minimum specs for Joomla 5. What...
View ArticlePerformance - Joomla! 4.x • Re: High CPU load after clear Joomla 4 installation
I use a shared hosting.My hosting provider gives statistics of load and I have new observations:1. Enabling conservative caching (5 minutes) doesn't affect CPU load AT ALL;2. MySQL load is low, only...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Uninstall Virtuemart there is an...
Please confirm if you are using J4 or J5. (You have posted in the J5 forum but your question concerns J4). Virtuemart listing on the JED doesn't indicate it is J5 compatible (either by the J5 tag or...
View ArticleTemplates for Joomla! 5.x • Re: Email Template New User
It seems the email templates don't (yet) support custom fields.I expect it can't be done.Statistics: Posted by AMurray — Wed Apr 24, 2024 10:54 pm
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
I've updated the gmap plugin at https://drive.google.com/file/d/13771Pm ... drive_linkI've updated it to use more recent Joomla mechanisms - see https://manual.joomla.org/docs/building ... ent-plugin...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Various plugin errors afrer update...
Update Notifications - do you mean this one: https://extensions.joomla.org/extension ... fications/ (hasn't been updated in 9 years, for J3 only).I think jooa11y is the default Accessibility checker...
View ArticleGeneral Questions/New to Joomla! 4.x • What can I add to my Joomla 4...
Hello all,What can I add to my Joomla 4 .htaccess to improve performance / pagespeed?Here is my current .htaccess : Code: ### @package Joomla# @copyright (C) 2005 Open Source Matters, Inc....
View ArticleSecurity in Joomla! 5.x • Re: Security Checklist ?
If you want further comprehensive security information, sign up for Mysites.guru. It's a Swiss army knife of tools, but the primary feature is the security audit, which goes through your site with a...
View ArticleTemplates for Joomla! 4.x • Re: How to place logo only in nav menu of mobile...
I think you'd use CSS @media queries (not the expert, so only pointing you to relevant resources that might help):https://www.w3schools.com/css/css_rwd_mediaqueries.asp and more examples:...
View ArticleExtensions for Joomla! 3.x • Re: JCE Mediabox popup not work on subpages
Try adding "jcepopup" as a CSS class name to the link.Are your settings in JCE the same as these:For example:jce-media-box.jpgmedia-box-2.jpgStatistics: Posted by AMurray — Thu Apr 25, 2024 10:05 pm
View ArticleInstallation Joomla! 5.x • Re: "could not connect to the...
I believe XAMPP does require a MySQL db user with a password (I'm sure I read that recently; perhaps I'm misinformed). I use WAMPServer ordinarily, and out of the box the MySQL password (e.g. to log...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: fpa-en.php Error "The page...
Two problems. If the FPA script is run from the command prompt, it shows the details of the version of PHP used by Command Line Interface (CLI), which details can be different from the version of PHP...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error: Out of range value for...
After finally get a call stack for the error, I found the Finder was creating this problem. After disable it, all work ok.The call stack is this one:Statistics: Posted by carlitorweb — Thu Apr 25,...
View ArticleLanguage - Joomla! 5.x • Re: Flags are not showing in multilingual site
This is Helix Ultimate problem - you need to take it up with the template supplier. To a Joomla purist your site structure is too unconventional (for me) to guess how to fix it.Statistics: Posted by...
View ArticleExtensions for Joomla! 5.x • Re: Error when trying to delete user account
https://forumpostassistant.github.io/docs/ pleaseAlso try Joom,a update >>> check for updates ... reinstall core filesStatistics: Posted by Webdongle — Fri Apr 26, 2024 8:26 pm
View ArticleExtensions for Joomla! 4.x • Re: News Feed Wording
Change it with a Language Override.lang_override-news-feeds.jpgThe above example is for the News Feed component. Repeat the process for the Module language override.Statistics: Posted by AMurray — Fri...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5.1.0 image error "Full...
Good afternoon, after updating Joomla 5.1.0 I have encountered a problem. "images/2024/04/01/playsector20240426051030.jpg" The path of the image is images/2024/04/01/playsector20240426051030.jpg,...
View ArticleJoomla! 5.x Coding • Re: AI Semantic Search Integration with Joomla
Welcome to the Joomla forum!Have you seen this presentation from the recent JoomlaDay USA: Adding AI-Powered Semantic Search To Your Joomla Site?Statistics: Posted by toivo — Fri Apr 26, 2024 10:53 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: url to news post?
You can get article's non-SEF link using Joomla\Component\Content\Site\Helper\RouteHelper::getArticleRoute(). Run in through Joomla\CMS\Router\Route::_() to get the SEF link:Code: use...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Using the J! API to authenticate...
The Password is hashed with a one way method and cannot be retrieved.Not a problem currently - the other app stores the hashed password and compares it with the J! hashed password.I was just looking...
View Article