↧
Joomla! 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't get userId to pass to slim 4...
Instead of Code: define ('JPATH_BASE', $_SERVER[ 'DOCUMENT_ROOT' ]);use the following, but adjust the directory traversal /.. unless the script is in a subfolder of the main Joomla folder:Code:...
View ArticleExtensions for Joomla! 5.x • Re: Alternative to yootheme zoo
I looked at Yootheme pro and I simply dont like it, it was great when zoo suddenly had these extra features, only to be dissapointed when they only work with Yootheme templates, and if I am forced to...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5.1 = Trouble
I installed Joomla 5.1 yesterday on five websites. The installation on one pushed a new Warning - something about Brotli compression and the .htaccess file (as far as I know, Brotli doesn't apply)....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: After update to Joomla! 5.1.0...
It's not a bug, it's a new feature in 5.1 .Statistics: Posted by SharkyKZ — Wed Apr 17, 2024 7:23 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.1 = Trouble
I know this doesn’t help but I’ve not noticed this personally.Have you cleared the site and expired caches?Statistics: Posted by JAVesey — Wed Apr 17, 2024 7:28 pm
View ArticleJoomla! 4.x Coding • Re: Chyba 500 Jhtml in Joomla4.X
This should still be working in J5. You could file a bug report but don't hold your breath. The way going forward is to register the class with the service registry:Code: use...
View ArticleAdministration Joomla! 5.x • Re: Site admin throws a System Error
Your server has some problems after an upgrade of php 8.2->8.3Session Path is not writable on the server and points to the folder for 8.2. Have your host fix this.Statistics: Posted by Per Yngve...
View ArticleExtensions for Joomla! 4.x • Boxplus v1.0.4.4 for J4/5
Good Morning AllThis is curiosity question regarding the J4/5 module Boxplus v1.0.4.4 by Levente Hunyadi.First - module works wonderfully and I am impressed with the ease of use and incorporation...
View ArticleGeneral Questions/New to Joomla! 5.x • How can i call the "Article...
How can i call the "Article Title" via a module?Statistics: Posted by joomlerGR — Thu Apr 18, 2024 4:17 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cassiopeia Title
Are you using a menu Item of type single Article?Open the Menu item and set the Page Title to the same as the Article Title.Set page Title to Show and Article Title to Not Show.please any...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Backend is only text after brand...
Why would the SSL change the Joomla backend?Have you cleared the site and expired caches?Statistics: Posted by JAVesey — Thu Apr 18, 2024 6:26 pm
View Article
More Pages to Explore .....