General Questions/New to Joomla! 4.x • Re: finder
There are settings in the finder component where you can set the strength of the finder index.For such a large content though, I would suggest going on separate search solution such as algolia...
View ArticleAdministration Joomla! 4.x • Re: Cannot Access backend - Redirects to /el/
Check if you have the live site attribute set, in configuration.php (you should not).Statistics: Posted by Pnkr — Sat Nov 02, 2024 9:53 am
View ArticleAdministration Joomla! 5.x • "Dropdown" for field creation
HiAnybody that know plugin for "Fields" in articles. Means when I go to Articles: New Field and what to create a field there are some predefined types like:TextCalenderCheckboxColourEditor......
View ArticleJoomla! 4.x Coding • Custom Extension -> Upload File (Controller / Model)
Hello together,at the moment I script an custom upload extension for my website and it works now (more or less).Unfortunately, I am not satisfied with the result, as I have adapted a lot of the...
View ArticleJoomla! 4.x Coding • Re: Custom Extension -> Upload File (Controller / Model)
Mod. Note: Relocated the topic to the Coding Forum.Statistics: Posted by Per Yngve Berg — Sat Nov 02, 2024 2:11 pm
View ArticleAdministration Joomla! 5.x • Re: "Dropdown" for field creation
Use List field, if you want to add country options yourself.Statistics: Posted by SharkyKZ — Sat Nov 02, 2024 4:39 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 3.x • Re: SEO and Google...
Perhaps I misread the question? Does the op want to remove /index.php from the url? I thought that was already done by selecting 'Search Engine Friendly URLs' and ' Use URL Rewriting'?Statistics:...
View ArticleMigrating and Upgrading to Joomla! 4.x • upgrade 4.4.8 to 4.4.9 fails with no...
I am attempting to update from 4.4.8 to 4.4.9. Any insight would be appreciated. When I try to update I get Server errorJoomla Update encountered a server error when applying the update to your...
View ArticleExtensions for Joomla! 5.x • Re: Layer Slider alternative
Many thanks.Statistics: Posted by sclg — Sun Nov 03, 2024 12:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Email form in Joomla 5 not working.
I have added a contact and a new contact form to my website, but when I test it, I get the following error message. I do have the Aimy Captcha-Less Form Guard installed and set up correctly, so I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Email form in Joomla 5 not working.
What captcha are you using?Did you upgrade from J4?What is your captcha setting in global config and Contact options?Statistics: Posted by Webdongle — Sun Nov 03, 2024 5:48 pm
View ArticleTemplates for Joomla! 5.x • Re: Looking for a good guide to customizing...
+1 @Pavel-wwAnd gain a lot of experience as wellStatistics: Posted by Webdongle — Sun Nov 03, 2024 7:08 pm
View ArticleAdministration Joomla! 5.x • Re: issue with embedding pdf file.
This is the code I use for embedding a pdf:<p><object data="images/pdf/august_newsletter.pdf" type="application/pdf" width=“%” height=“500”>You don't have a pdf plugin, but you can <a...
View ArticleMigrating and Upgrading to Joomla! 5.x • Cannot create or edit users after...
Since the 5.2.0 upgrade, I am unable to edit or create for client sites. I getAn error has occurred.0 Call to a member function get ip() on null.This occurs across all my sites, so I will only go over...
View ArticleMigrating and Upgrading to Joomla! 4.x • [Solved] Site Down (500) after...
The issue was with the PHP version and the ability to write to the temporary folder for the PHP Session.After upgrading the PHP to version 8.2, I was able to try and upgrade the site from 4.4.3 to...
View ArticleExtensions for Joomla! 5.x • RSS to Joomla article
Hi,Does anyone know if there is a good extension that can import RSS feeds into Joomla and convert them into an article?Joomgrabber can do this, but I find it very expensive for my hobby site. I am...
View ArticleAdministration Joomla! 5.x • Re: Template for article
If you want to change the way how the custom fields are presented in the article layout, create a template override and modify the PHP code for the article view: Template Overrides Brian Teeman has...
View ArticleJoomla! 4.x Coding • How to load an extra model in a view?
Hi,I created a component with a view called e.g. "MyView" and associated default model "MyViewModel.php". In "MyView/HtmlView.php" I want to load the default model and also an extra additional model...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Cannot create or edit users...
Check your 3rd party extensions are compatible.Statistics: Posted by Webdongle — Mon Nov 04, 2024 7:35 pm
View ArticleJoomla! 4.x Coding • Re: How to load an extra model in a view?
In core components model instances are set on the view in the controller. Call $view->setModel($model) after creating the view in the controller.Statistics: Posted by SharkyKZ — Mon Nov 04, 2024...
View Article