General Questions/New to Joomla! 5.x • Re: Social media buttons?
In the menu you can set this in the link options tab.Or use a third-party extension.Statistics: Posted by pablop76 — Tue Mar 26, 2024 9:01 am
View ArticleJoomla! 5.x Coding • Re: Adding custom js and css in a child template J5
add the user.css file to the css folder and/or the user.js file to the js folder in the child templatehttps://docs.joomla.org/J4.x:Cassiopeia ... tomisationStatistics: Posted by pablop76 — Tue Mar 26,...
View ArticleAdministration Joomla! 5.x • Re: How to change the /administrator path to a...
And then there are changes in php. Undeveloped extensions will stop working with future changes to php.Statistics: Posted by Webdongle — Tue Mar 26, 2024 10:16 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Permissions in ACL
View/access level 'Special', user groups selected in that view/access level can see the admin menus. That's because the /administrator menu module is set to that view/access levelStatistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • I'm new to Joomla 4 URL Help
Hello,I have encountered an error when displaying my articles that only shows a counter Article Error.png. What could be the issue?Statistics: Posted by danboss — Tue Mar 26, 2024 11:46 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I'm new to Joomla 4 URL Help
Probably a broken template. Is this available online? Could you provide a link, please?Statistics: Posted by pl71 — Tue Mar 26, 2024 12:03 pm
View ArticleTemplates for Joomla! 5.x • Re: css & js in custom template not working:
OK, better start with a working template (like Cassiopeia) and modify it as per your suits.Statistics: Posted by pl71 — Tue Mar 26, 2024 12:07 pm
View ArticleGeneral 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 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 ArticleLanguage - Joomla! 5.x • What about portuguese language pack?
Joomla 5 was released more than 1 year ago and until now it doesn't have Portuguese language (Brazil or Portugal) pack.. well, I can't find it, am I doing something wrong?Statistics: Posted by jruiz31...
View ArticleAdministration Joomla! 5.x • Re: Best way to store Joomla API token when...
I don't want to put my Joomla API token into code in plain text for security reasons.When you use a PHP script that needs to access your Joomla API, it needs an API token.You can make that token...
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 Article