General Questions/New to Joomla! 3.x • Re: Password reset not working
What version of Joomla. MD5 was abandoned a long time ago.Statistics: Posted by Per Yngve Berg — Sun Mar 24, 2024 9:55 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Search stop working after...
The Search from J3 has been removed. Use smart Search (com_finder).Statistics: Posted by Per Yngve Berg — Sun Mar 24, 2024 10:01 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Joomla update problem 5.0.2 php...
Hi CefordHere comes 3 screenshots. When starting update there is a glimpse of the normal Joomla update line (to fast to catch in photo) but then comes the error message.Webdongle, when you writhe:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Recommendation for Joomla 5 Host
Not sure about the importance of having the web server physically in Australia. I have been using the same host for yonks and the server is in the UK. They recently introduced PHP 8.3. Pings take less...
View ArticleInstallation Joomla! 5.x • Re: Call to undefined function...
'--disable-dom'Bingo! For some very strange reason DOM was not compiled as enabled into PHP. The PHP configuration has also a number of other anomalies, all of which should be fixed to avoid obscure...
View ArticleTemplates for Joomla! 5.x • Re: How to unlock a template?
If you are using a third party frontend template, go to System - Manage - Extensions and disable Cassiopeia. That will shorten the list of template positions to select from when assigning modules to...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
J4 extensions that work in J5 with the compatibility plugin are (imho) more likely to commit to developing than those that don't.Absolutely, and a factor worth considering when choosing extensions. Go...
View ArticleGeneral Questions/New to Joomla! 5.x • type size for email addresses
When I use an email address in text, it always remains at a very small type size. I can increase the size of the text around it, but not the email address itself. Anyone know how to fix this...
View ArticleTemplates for Joomla! 5.x • Re: Locating customised hyperlink colors
Ctrl-Shift-I on all major browsers will open Devtools. From here click the top left icon on the menu bar to inspect an element on the page. You will need some skills and help, but it is not so...
View ArticleJoomla! 5.x Coding • Adding custom js and css in a child template J5
So, what is the best approach to add some js and css files in a child template?I'm trying with the 'joomla.asset.json' file.But this file is located in the parent template folder...
View ArticleTemplates for Joomla! 5.x • Re: css & js in custom template not working:
If anyone else comes across this issue, the above solution worked, only I had to also add the following in my index.php:<jdoc:include type="metas" /> <jdoc:include type="styles"...
View ArticleGeneral Questions/New to Joomla! 5.x • Social media buttons?
If I want to add a list of social media links in my footer, what is the best approach? If I only wanted the urls displayed as regular text, I would have gone with a menu. BUT, I want the links to be...
View ArticleJoomla! 4.x Coding • Re: Using Composer on Joomla 4
I am (successfully) using the Google API.I have the composer json and lock files in my component's administrator directory and therefore the vendor directory directory is there too. In order not to...
View ArticleGeneral 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 ArticleInstallation Joomla! 4.x • Re: FatalError when Checking for Updates
This is a known issue that should be fixed in the next release.Statistics: Posted by SharkyKZ — Wed Mar 27, 2024 7:43 am
View ArticleAdministration Joomla! 4.x • Wrong Link in Menue item START
Hi,I am using Joomla 4 with template SHAPER HELIXULTIMATE free version.The URL in question is: ff-elmshorn.freiwilligenforum.deThe problem is: If you click on any menu item (e.g. Donations), the...
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 tried {var:php9.id}, outside the php block, but that did not work. I have a Joomla Message that displays the new id for the user and the...
View Article