General 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 ArticleAdministration Joomla! 5.x • Re: User-defined settings for media paths are...
Plugins File System - Local ... Add filesStatistics: Posted by ceford — Mon Apr 15, 2024 2:46 pm
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
By the way, the search filter is quite powerful. You may define a specific article directly using the id: prefix.Code: DOMAIN/api/index.php/v1/content/articles?filter[search]=id:XGiven that there is...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Exclude from Smart Search indexing...
Indeed I would like the option to exclude archives as well. However I dont think there is an out of the box solution for that.Statistics: Posted by DV-admin — Mon Apr 15, 2024 2:53 pm
View ArticleInstallation Joomla! 5.x • Re: In Cassiopeia template in Joomla 5 font...
Hi. Why do you think so? J5 / Cassiopea uses Font Awesome 6Thanks but how do you install font awesome 6. It is not installed.Statistics: Posted by GODpleasers — Mon Apr 15, 2024 3:14 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: test email cannot be sent in the...
So I had to reinstall everything from scratch but it works now.Statistics: Posted by GODpleasers — Mon Apr 15, 2024 4:13 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 ArticleJoomla! 5.x Coding • Re: Articles Category List, multi level
May I suggest you explore the Articles - Category: Module. You could set the filtering options to a specific module and include Child Category Articles. If you can get the list you want you might...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.0
Live and local sites updated without issue. Installation message followed Thank you to all involved.Statistics: Posted by JAVesey — Tue Apr 16, 2024 5:59 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Website not working since recent update
For some reason my jomsocial/joomla based website stopped working after the most recent 5.0.3 update. It seems like all the css/html stopped working. Any suggestions/help would be most...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Website not working since recent...
https://docs.joomla.org/J4.x:Assorted_I ... No_StylingStatistics: Posted by brian — Tue Apr 16, 2024 6:33 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to delete everyone's browser...
https://github.com/dgrammatiko/invalidate-cacheStatistics: Posted by brian — Tue Apr 16, 2024 6:35 pm
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
the phpinfo script is exactly the same code that is used internally on your joomla site to determine the version. On some web servers, either due to poor configuration or a php.ini file in the...
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Carefully study all the examples of BS tables. There is everything you need.I will, thank youFor additional stylization, you can add your own classes where you need and use them in your...
View ArticleGeneral Questions/New to Joomla! 5.x • Can't get userId to pass to slim 4 code
Hello,I have a website that's in Joomla 5 and runs just fine, but I have some custom php tools that will run outside of Joomla. These tools are built in Slim 4. Since the access controls are...
View Article