Templates 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 • Webservices request gets reply 'Class...
JoomDonation is a 3rd party extension and "DonationHelper" comes with that extension. Since a recent update to that extension I've been unable to use Webservices on the site - get this message Class...
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 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'))That did the trick! I hope I can fix...
View ArticleInstallation Joomla! 5.x • Re: In Cassiopeia template in Joomla 5 font...
What are you trying to do to reach the conclusion it's not installed? To add icons you simply use code like this: <i class="fa-solid fa-user"></i>. Doesn't that work?Go to Font Awesome's...
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
Read the instructions. FPA is linked in the prominent red box at the top of the forum page: "If are serious about wanting help you will use this to help you post".Upload one file, and run it in your...
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 Article