Joomla! 4.x Coding • Redirect direct access to subfolder
Hello.On my host root i have my main website and there are also some subfolders with some other sites aswell that are related with their own domain names.I'm looking for a way to block the direct...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error: Out of range value for...
Thank you for answers.Statistics: Posted by carlitorweb — Thu Apr 25, 2024 8:28 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 ArticleTemplates for Joomla! 5.x • Re: Changing Header Colour?
EDITProblem resolved as follows:1. I should have created the user.css file in 2. The code should have been (or at least it worked by putting this): :root { --cassiopeia-color-primary: teal;...
View ArticleExtensions for Joomla! 5.x • Re: Error when trying to delete user account
This site is updated from previous versions of Joomla. The website has been up for at least 15 years, so it has updated through many many versions of Joomla.Maybe JomSocial is causing this issue?...
View ArticleJoomla! 4.x Coding • Re: Redirect direct access to subfolder
You can password protect directories on the server cpanel.Statistics: Posted by gws — Fri Apr 26, 2024 5:26 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: fpa-en.php Error "The page...
...FPA script is run from the command prompt, it shows the details of the version of PHP used by Command Line Interface (CLI)...Yeah, I thought that might be the case. But I hoped there might be some...
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! 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 • 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 ArticleJoomla! 5.x Coding • Re: AI Support Chat Integration with Joomla
Found https://docs.joomla.org/J4.x:Creating_a ... for_Joomlanot sure if this is what you are looking for?Statistics: Posted by Webdongle — Sat Apr 27, 2024 6:47 pm
View ArticlePerformance - Joomla! 4.x • Re: Site locks after uploading media
It seems like Joomla is acting up after you upgraded to version 4.2.2, especially when you try to upload pictures. Here are some things you could try:Check out your server's error logs. They might...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.1.0 image error...
Where can I see an override to show you this?Please check in your template root folder, if you have a "html" folder. If yes, then check you have a com_content/article folder.Statistics: Posted by...
View ArticleJ! 5.x - L'atelier! • ajouter un texte défilant
Bonjour,Je gère un petit site pour ma chorale et je souhaiterai annoncer notre concert en plus d'un lien sur un article par un petit texte défilant sous notre "bannière" d'accueil. Comment puis-je...
View ArticleJ! 5.x - L'atelier! • Re: ajouter un texte défilant
Mod. Note: Relocated topic from English to French forum.Statistics: Posted by Per Yngve Berg — Sun Apr 28, 2024 5:12 pm
View Article