General Questions/New to Joomla! 5.x • Re: Joomla extension update not...
The mechanism is described in this document https://docs.joomla.org/Adding_changelo ... ifest_fileThe list of extensions is shown in screenshot 3 - note that the version number is highlighted (it is...
View ArticleJoomla! 4.x Coding • LayoutHelper::render('joomla.searchtools.default',...
Hello,I am working with the MyWalks demo example while learning Joomla. It is a great demo component where things come nicely together.I, however, stumbled upon the following problem.Adding this line...
View ArticleExtensions for Joomla! 5.x • Re: url contains output=component and breaks page
Mod. Note: Relocated topic to the Extensions Forum.Statistics: Posted by Per Yngve Berg — Mon Jun 03, 2024 5:34 pm
View ArticleExtensions for Joomla! 5.x • Re: Contact plugin not working
I have the same problem!Statistics: Posted by thepapp — Mon Jun 03, 2024 6:12 pm
View ArticleExtensions for Joomla! 4.x • PhocaCart
I am getting ready to install a shopping cart, after reviewing the extensions available, I plan to use Phocacart. It has good reviews and is free, naturally, that is a good reason to use it. If you...
View ArticlePerformance - Joomla! 4.x • Re: Moving too fast in admin gives 403 error
Not sure it has anything to do with the problem but you need to change all those elevated file permissions (FPA shows 777) to 755. 777 should not be used.Thank you, those have been fixedThe template I...
View ArticleJoomla! 5.x Coding • Re: Plugin to notify users of new articles
Fantastic, thank you so much!Working like a charm :-) Cheers,FrankStatistics: Posted by frankw80 — Thu Jun 06, 2024 9:31 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to list all articles in 3...
which one is the "read more" button and where are the "show" buttons?Statistics: Posted by wooboo1 — Thu Jun 06, 2024 9:34 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: How to hide the...
i tried "System ➝ Global Configuration ➝ Site ➝ SEO Settings ➝ Use URL Rewriting ➝ Yes ➝ Save" + .htaccess rename and only got this:Error 500 Internal Server Error+error 404 when i renamed it back to...
View ArticleInstallation Joomla! 5.x • Re: IIS pecular problem. Site will not update...
I suspect most of us use Linux (not Windows) hosting with Apache/Litespeed/Ngnix, but I wouldn't think that would make a difference. You were asking for a 'Windows hosting' expert. They might be few...
View ArticleJoomla! 4.x Coding • Re: I can't get the <update> mechanism to work.
The version in targetplatform is supposed to be a regex.That wasn't clear to me in the docs so thanks. I changed the targetplatform to:Code: <targetplatform name="joomla"...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: "Benutzerinformation"...
Is the first instance of that module inserted in an article, for instance with "loadposition" or "load module"? The second instance would appear to be in a standard module position, and you can turn...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update to J4.4 failed miserably!!
gws, thanks for the advice. Here's what was in the folder you mentioned##<?php die('Forbidden.'); ?>#Date: 2024-06-07 15:24:07 UTC#Software: Joomla Platform 13.1.0 Stable [ Curiosity ]...
View ArticleAdministration Joomla! 5.x • Issues with cpanel notifications with J5.1.1
All of my Joomla 5.1.1 sites are generating error messages in the admin cpanel section of notifications (screen shot attached). This issue is not happening on any Joomla 4.4.5 sites on the same...
View ArticleExtensions for Joomla! 4.x • DPcalendar: class not found after update
Hello everyone!I just updated the DPcalendar extension. If I sign in as user now, I get the following error:Class "DigitalPeak\Component\DPCalendar\Administrator\HTML\Document\HtmlDocument" not...
View ArticleJoomla! 5.x Coding • Re: verifyPassword with custom PHP throws error...
Thank you very much, that was the solution.Code: $isOK = Joomla\CMS\User\UserHelper::verifyPassword($userpass, $row["password"], $row["id"]);Statistics: Posted by wct34 — Fri Jun 07, 2024 7:24 pm
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: Login Problem / Migrate
If you can't login to admin then you can;t use j2xml to portStatistics: Posted by Webdongle — Fri Jun 07, 2024 8:06 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: update from 4.4.4 to 4.4.5
thanks, I'll get on to those suggestions and implement them.Statistics: Posted by bpratt — Fri Jun 07, 2024 10:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Menu Editor not showing up search Module
I'm struggling to get a search bar to show up on a new menu I made.I have made another Template style for it but it does not seem to be workign at all for a search module to show up.It does it ok on...
View ArticleLanguage - Joomla! 5.x • Re: J 5.1.1. - just got multilingual working... here...
Cache cleaner on the JED adds a button on the back end.https://extensions.joomla.org/extension/cache-cleaner/Awesome! Thanks gws!Statistics: Posted by JimHomyak — Sat Jun 08, 2024 8:15 pm
View Article