General Questions/New to Joomla! 5.x • Re: joomla 5 smart search doesn't...
J5 Smart Search index custom fields.Yes 'make searchable' is the setting that should be enabled.Do not forget to re-index your content after you enable that setting, if the custom field is already...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Weird blog article URL behavior
Thank you Per!Statistics: Posted by krishunt — Tue Mar 26, 2024 1:03 pm
View ArticleJoomla! 5.x Coding • Re: How to create User Group Progamatically
Anyone?Lastly, how do I get the id of the newly created group?I've not done this, but my guess would beCode: $yourNewGroup->getTable()->getId();Statistics: Posted by MarkRS — Wed Mar 27, 2024...
View ArticleJoomla! 5.x Coding • Re: Where to put a js.map file?
It seems my question makes the wrong assumption, that there is a correct place to put that map.In fact, it seems that the map can be anywhere, it just needs to be specified to Joomla.One way to do...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Intro text shows in Homepage but...
Check the Options in the Menu Item.Statistics: Posted by Per Yngve Berg — Wed Mar 27, 2024 11:30 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Updated.PHP error message on home...
It's an issue with the site template.Statistics: Posted by Per Yngve Berg — Wed Mar 27, 2024 11:35 am
View ArticleExtensions for Joomla! 3.x • Re: RSFrom Pro - Making Custom Validation
That is correct but problem is since I have no coding skills, creating that module seems hard for me.I was going to ask and see if anyone can guide me through that.RS support team said they wont do...
View ArticleAdministration Joomla! 4.x • Re: Wrong Link in Menue item START
The problem is solved. The rewrite rule of .htaccess was wrong.Thank you.Statistics: Posted by schohmik — Wed Mar 27, 2024 12:45 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Related articles module
Hello,I am using the relateds articles module to show other articles with the same keyword. This wordks great except I would like to control the order os the articles shown (Title - Alfabetical, Cate...
View ArticleJoomla! 4.x Coding • Re: How to fix error 00 Call to a member function get()...
Renaming the model should not cause the view not to be found. I tried renaming to FaqcontentModel and it works fine. Using this naming convention would be the simplest solution. Other options include...
View ArticleGeneral Questions/New to Joomla! 5.x • public menu item —> restricted...
Never had to do this before and can’t seem how to make it happen.I have a menu item that links to a component that is only available to registered users. Clicking on the menu item when no logged in...
View ArticleLanguage - Joomla! 5.x • Re: What about portuguese language pack?
I checked the language translation status at https://joomla.crowdin.com/cmsPortuguese (pt-PT) has been translated/checked 100%/100%Portuguese, Brazilian (pt-BR) has been translated/checked 99%/98%The...
View ArticleMigrating and Upgrading to Joomla! 5.x • Fatal error 4.4.3 to 5
I was upgading from 4.4.3 to 5 and I got fatal error. Backend and frontend both not working and no access. Can I fix this or is it better to delete joomla and re-install?PHP Fatal error: Declaration...
View ArticleGeneral Questions/New to Joomla! 5.x • How to create a complete User login in...
I like to create a Login/Logout and Password and Account Creation in a Popup window. So far, I have been able to do so (not without problems) with JCE Mediabox, but I always end up with part of the...
View ArticleAdministration Joomla! 5.x • Re: Internal FTP
FWIW, most server cpanel accounts have a little known function called webdisk,it is in effect a dedicated FTP for that server that will not have ownership or transfer problems. Read the docs carefully...
View ArticleExtensions for Joomla! 5.x • Re: [[youtube]] videos in articles
It doesn’t get any easier than OS [[youtube]]. J4 or J5 (with b/c plugin enabled).Search for it on JED; link gets changed when pasting on here.Statistics: Posted by JAVesey — Fri Mar 29, 2024 12:00 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Schema Plugin is missing in Joomla 5
Start from Joomla 4.4 and follow this Joomla tutorial: Joomla 4.4.x to 5.x Planning and Upgrade Step by StepIf you have any issues with your Joomla 4 site that stop you from running the normal online...
View ArticleGeneral Questions/New to Joomla! 5.x • Privacy policy in contactpage
hi, I have the privacy policy checkbox on the contactpage. In the plugin "System - Privacy Consent" I have added the article of privacy policy.Somehow when clicking on the link I get an 500 error in...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Home point to other link after login
Hello and thanks for your reply.Can you kindly explain with some examples please thank you.the operation I did is the following:I created homepage 2 and didn't set it as default. This home page has...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
This is an interesting topic! The Postman app worked all right when accessing a Joomla 5 article from a browser, as soon as the Joomla API token was set up as Bearer Token. Also tested a quick and...
View Article