General Questions/New to Joomla! 5.x • Re: Font Awesome issue
The first page loads css for FA4, FA5 and...
View ArticleInstallation Joomla! 5.x • The installation process failed
I'm trying to install the latest version of Joomla on a new Debian 12 server. When the installation starts I receive a message The installation process failed. followed by HTML code as in figure...
View ArticleTemplates for Joomla! 4.x • Cassiopeia : recommended logo size
Hello everyoneI have two website running joomla 4.4.9, I tried to add a png logo in cassiopeia but it was displaying in full size.I read that the recommended format to use is svg, but don't know what...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: smart search for multilingual sites
Hi Pavel-ww,Thanks for the tip. Going to take a look@ that.Have a nice day,KompasStatistics: Posted by Kompas — Wed Oct 23, 2024 2:54 pm
View ArticleInstallation Joomla! 4.x • Re: Installing Joomla 4 and set Display Errors
but won't it will display PHP errors - not ideal..... the other related setting is "error_reporting" in php.ini should have a setting of "default" or something like that.What server are you on - a...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Joomla 5 hosting (again)…
I'm with Scala Hosting, supporting J5, with Maria 10.6 and any PHP version up to, including 8.3 good pricing for VPS, less per month than what I pay per single-site Shared Hosting with...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: update joomla from version 4.4.8...
hello everybody,just a quick update, since I wanted to define update channel through CLI and this options is only available in joomla 5.x I created a console plugin with a custom CLI command that I've...
View ArticleGeneral Questions/New to Joomla! 5.x • using cli to install package with...
Cheers,I have a package that I've created with a scriptfile that I needed to run through CLI in joomla 5.x. The issue that I've encountered is that the script is not executed. If I install the package...
View ArticleInstallation Joomla! 5.x • Re: The installation process failed
I corrected the issues but nothing changed. I receive the same installation error message without other informationStatistics: Posted by imitation255 — Thu Oct 24, 2024 1:24 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Category Image before title in Blog...
I've been able to set up single article display so that the article image appears above the article title, creating an opportunity for the image to simulate a banner.the code I'm using for that is as...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Unable to access Administrator Page
With default template, are you able to login/access /administrator page?Statistics: Posted by changlee — Thu Oct 24, 2024 2:09 pm
View ArticleAdministration Joomla! 3.x • Re: 404 error administrator control panel 3.12
If you reset the .htaccess and configuration.php files it will fix.Statistics: Posted by changlee — Thu Oct 24, 2024 2:11 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Category Image before title in...
Hi. Try this or provide URLCode: .category-desc { display: contents;}.com-content-category-blog { display: flex; flex-direction: column;}.category-desc > img:first-child { order: -1;}Statistics:...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: No notification of available updates
It should be in the settings of your ftp client.Statistics: Posted by Webdongle — Fri Oct 25, 2024 12:38 pm
View ArticleJoomla! 5.x • Re: Menu module op pagina
Ik heb uiteindelijk het probleem opgelost editing de plugin die bij de Advanced Module Manager hoort en waar de menu toewijzing in te stellen is.Statistics: Posted by wfmellink — Fri Oct 25, 2024 1:19...
View ArticleAdministration Joomla! 4.x • Re: Workflow notification to creator
Nobody?Statistics: Posted by MBaghuis — Fri Oct 25, 2024 1:39 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Workflow notification when new article...
Hello,I work with Joomla 4 and Workflows.Is it possible to send an automatic email to a certain Usergroup when a new article is submitted via the frontend?I see that there are notifications for...
View Articleextensions.joomla.org - Feedback/Information • Re: Broken link > listing...
I made a post on my website about this, I hope it will bring some supportStatistics: Posted by sheva77 — Fri Oct 25, 2024 1:51 pm
View ArticleLanguage - Joomla! 5.x • correct linking to language files
When looking at J5 extensions and how they handle language file linking, I find different approaches:In Akeeba Backup, for example, I find:Code: <files...
View ArticleJoomla! 5.x Coding • Using the Joomla (not WEB Services) API.
i'm trying to develop a module that I can use to write updated introtext to an (obviously) existing article. Is it necessary to create the app using$app = Factory::getApplication('admin'); // or...
View Article