Extensions for Joomla! 4.x • Re: FlexBanner v 5.1.05
DONEStatistics: Posted by chadduck — Fri Apr 12, 2024 4:42 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Creating a custom module - no editor
I'm trying to create a custom module in Joomla 4.4.3. However, the editor never shows up. I've tried all the editor options in Global Configuration > Site > Default Editor. Nothing changes.I'm...
View ArticleGeneral Questions/New to Joomla! 5.x • Update to Joomla 5x and PHP 8.2x...
Hi, I recently updated to Joomla 5x from 4x and also moved to php 8.2xI have managed to fix other issues with plugins and so on but have one outstanding issue with some custom work I had done...
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
Some significant new concepts were introduced in Joomla 4 and although these aspects make the code more flexible and easier to maintain, there is a threshold to get over in terms of understanding them...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Dreamhost still has "internal...
you can connect us in our site web : https://live-smartv.com/Statistics: Posted by adiladil — Fri Apr 12, 2024 7:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Update to Joomla 5x and PHP 8.2x...
Turn on debug pleaseStatistics: Posted by Webdongle — Fri Apr 12, 2024 7:56 pm
View ArticleInstallation Joomla! 5.x • Installing Sample Data for Cassiopeia
I've just upgraded to Cassiopeia but don't have any sample data...Don't see any option to install it from the Home Dashboard. Can someone help me out?Thanks in advance!Statistics: Posted by Peace...
View ArticleInstallation Joomla! 5.x • Re: Installing Sample Data for Cassiopeia
It's an Admin Module that have to be published on the Dashboard.Statistics: Posted by Per Yngve Berg — Sat Apr 13, 2024 3:17 pm
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Still fighting... Imported the excel from a clean sheet, and result looks on the rigth way...http://opale.sviluppo.host/index.php?op ... page&id=13But now I would like to adjust the first row, as...
View ArticleJoomla! 5.x Coding • Customization Articles Category List, multi level
See viewtopic.php?f=839&t=1007812Who can help us with customizationRegardsStatistics: Posted by tvoeten — Sat Apr 13, 2024 5:34 pm
View ArticleMigración y actualización a Joomla 3.x • Re: Web en blanco tras actualizar a...
Hola Marta,El error al que haces referencia puede ser provocado por varias razones, para dar con la solución merece la pena probar los siguientes consejos:- Puedes desactivar o renombrar el directorio...
View ArticleGeneral Questions/New to Joomla! 5.x • Direct Joomla to a subfolder of the root
I don't know if it's a something that can be done or if it makes sense, but I still try to pose a problem.Scenario: example.com domainIn its public_html root there are subfolders related to some web...
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
What is the version string reported by php.info? It may not be properly formatted, so its interpreted as 8.0.3. That is an issue with the Linux Distro used on the server.Statistics: Posted by Per...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Direct Joomla to a subfolder of...
Put Joomla in www .example.com or move apps to apps.example.com.Statistics: Posted by Per Yngve Berg — Sun Apr 14, 2024 5:27 pm
View ArticleTemplates for Joomla! 5.x • User.css
When I try to edit the user.css file in media/template/site/cassiopeia/css/ Ige the error shown in the attached jpg when I try to save the changesjoomla error report.jpgStatistics: Posted by RonHagley...
View ArticleTemplates for Joomla! 4.x • Re: Adding positions in child template
I am placing two modules in the below-top position. One module contains an image and the other some text. I want the image to be on the left and the text on the right. Ceford (above) said to arrange...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Code: div.grid-child.container-below-top {Padding 0px;}Statistics: Posted by Per Yngve Berg — Sun Apr 14, 2024 6:54 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops
What we know is that on line 329 $model->getItems() returns null. I have not found how it can do that. Try this pair of planted lines on either side of line 329:Code:...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Victor - thank you for that sample code. I will give it a shot.Statistics: Posted by davidascher — Sun Apr 14, 2024 7:29 pm
View ArticleJoomla! 5.x Coding • Re: Webservices request gets reply 'Class...
Try changing this line:Code: if (Factory::getApplication()->isClient('administrator'))to this:Code: if (!Factory::getApplication()->isClient('site'))Statistics: Posted by SharkyKZ — Mon Apr 15,...
View Article