Joomla! 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 ArticleGeneral Questions/New to Joomla! 4.x • Re: test email cannot be sent in the...
Session Path Writable: No Must be Yes. Talk to your Host.Statistics: Posted by Per Yngve Berg — Mon Apr 15, 2024 5:28 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Exclude from Smart Search indexing...
Hey!Well, it's possible but only with a slight change in the corresponding finder index plugin for content articles.Open: plugins/finder/content/src/Extension/Content.phpFind (at the end of the file...
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Website not working since recent...
This is what my .htaccess file looks likeI also found the part that you linked to in the docs in my htaccess.txt file and tried what it said still nothingStatistics: Posted by JPL369 — Tue Apr 16,...
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...
Change Session Handler from database to file system. Then you can access the session with standard php functions.Statistics: Posted by Per Yngve Berg — Tue Apr 16, 2024 8:04 pm
View ArticleAdministration Joomla! 3.x • Restrict ability to edit-profile on front-end to...
Hello all, I have been researching for a way that I can allow only specific user-groups to change their password on the front end using the "Edit User Profile" page.At first, I figured that I would be...
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 ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.0
Forgot to say… I really like the Admin dark-mode improvements Statistics: Posted by JAVesey — Wed Apr 17, 2024 7:25 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! 5.x Coding • Re: Using the Webservices API to read an article
You are welcome!For the alias, you may use the normal search filter:Code: DOMAIN/api/index.php/v1/content/articles?filter[search]=newslettersHow should I deal with a search string like '<ul...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Backend is only text after brand...
Try turning GZip on - FPA shows "false" (off).Is your Yootheme compatible with J5? Note they release v 4.3.11 on 17 April...your version is 4.3.10.This may help troubleshoot and resolve the...
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 Article