Administration Joomla! 4.x • Re: HTML code removed in AcyMailing list...
Fortunately, I only use a small subset of features of AcyMailing 5So did I... And I don't like version 6 to 8 because IMHO using it got too complicated.BTW: In case others are facing similar problems,...
View ArticleExtensions for Joomla! 4.x • How to change the black background color into...
Hello,How can I change the background color of the images in Simple Image Gallery (by JoomlaWorks)?See images at https://ontwikkel18.comp-it-aut.nl/?See https://ontwikkel18.comp-it-aut.nl/comp ......
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Does Joomla (4.4.1) work by...
Now how do I close this topic?Because you are the Original Poster (OP), you should see a tick sign V that shows the tooltip "Accept this answer" on cursor hover. If you cannot see it and you report...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: joomla 4 update when retrieving...
Hello,I have finally found the problem As I suspected at the beginning, it's due to Cloudflare.Not the server, PHP or a manual update.This article put me on the right...
View ArticleJoomla! 4.x Coding • Re: More !%$!?##! bound variables
Tip: display the query - echo $query->__tostring(); - so you can see what you have.Statistics: Posted by ceford — Tue Dec 19, 2023 9:02 am
View ArticleInstallation Joomla! 5.x • Re: Table 'db.jos_extensions' doesn't exist
Migrating from 4.4 or clean install of 5.0.1?"jos_" is a Joomla database table prefix from a bygone era of Joomla (not used these days) but is your Install of J5 coming from a site that has previously...
View ArticleJoomla! 3.x Coding • Re: Overriding core Joomla! controller
@brianSorry I must have misunderstood https://nvd.nist.gov/vuln/detail/CVE-2023-40626 where it says Severity base level 7.5 highmea culpaStatistics: Posted by Webdongle — Tue Dec 19, 2023 9:42 am
View ArticleAdministration Joomla! 4.x • Re: Smart Search indexing fails
Awesome!The last response I get is this:Code: <br/><b>Deprecated</b>: mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in...
View ArticleTemplates for Joomla! 4.x • Re: Adding positions in child template
Why a new position in the footer position? Just arrange your modules in the existing footer position in your desired order and style them as you see fit.Statistics: Posted by ceford — Wed Dec 20, 2023...
View ArticleGeneral Questions/New to Joomla! 5.x • features request
is there a place for official features request ?thanksStatistics: Posted by erick-b — Wed Dec 20, 2023 8:24 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: features request
viewforum.php?f=38 archivedBut now https://docs.joomla.org/How_do_you_request_a_feature%3FStatistics: Posted by Webdongle — Wed Dec 20, 2023 8:53 am
View ArticleInstallation Joomla! 5.x • Re: Database requirements and Softaculous install
We're on shared hosting with cPanel.We have PHP 8.1.Sorry, don't know our versions of MySQL or PostgreSQL. Not sure I can SSH in as root to check, and unlike PHP version which I can change, I don't...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Something strange with...
Hi,@alex2001You made my day. I had the same behaviour but additionally, the joomla upgrade (to 4.4.1) failed.After leaving the public $live_site = ''; (in the configuration.php) empty, also the...
View ArticleJoomla! 3.x Coding • Re: How to toggle content editor off by default?
Hi!This is easy to answer:Some articles or modules need to be edited in code view, for some others the editor GUI is enough.So, sometimes I edit the articles/modules in code view, sometimes not.And it...
View ArticleThe Lounge • Re: Hosting
If your question is about Joomla specifically, consider its system requirements and that will also help you choose a web host, combined with all the things listed above (databases and version, PHP and...
View ArticleTemplates for Joomla! 4.x • Re: Helix ultimate menu color changes after...
Hi. If the colors were configured through the Helix interface, thenAdvanced Tab > "Compile SCSS to CSS" ON > Save > "Compile SCSS to CSS" OFF (if you need) > Save > Clean Joomla and...
View ArticleExtensions for Joomla! 4.x • Re: Mod_jantivirus login error in PHP 8 - is it...
J4 came out two years ago. J5 came out in October (2023).Difficulties you might encounter - yes they are numerous.If you are not using any extensions (not even Akeeba Backup???) then it may be more...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Articles showing as expired
I had a similar problem. Some of my articles where showing a badge of "Expired". I was not able to access the articles in the backend either. I have no idea when it occured, perhaps during a previous...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: J5 menu-blog bg colour
Certainly! To change the color of the menu bar and footer in your Joomla 5 site, you can use custom CSS in your user.css file. Here's an example of how you can do it:cssCopy code/* Change color of the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error Deprecated: Creation of...
Certainly! The error message you're encountering indicates that there is a usage of a deprecated property in the Joomla CMS Updater. To address this issue, you have a few options:Update Joomla:Ensure...
View Article