General Questions/New to Joomla! 5.x • Re: How to list all articles in 3...
ok i figured out the read button now(still dont know where is the show button tho),but.. is there also a way to remove the "Read more: <article title>" text and maybe also the date under the...
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 ArticleJoomla! 5.x Coding • Re: Plugin to notify users of new articles
I pimped the plugin a little, and now we can set the category to monitor and compose the mail subject and body in the plugin configuration. No need to modify the source files anymore.Also checked it...
View ArticleLanguage - Joomla! 5.x • how to permanently edit the alias language template?
we have some weird letters like ö etc, so how can i replace the base template that replaces ö with oe and not just o? (i only want o, not oe)Statistics: Posted by wooboo1 — Thu Jun 06, 2024 10:52 pm
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 ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update to J4.4 failed miserably!!
With a failed update you need to delete the folders/files and drop the database tables. Then recover using your backup.Statistics: Posted by Webdongle — Fri Jun 07, 2024 8:03 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 ArticleAdministration Joomla! 5.x • Re: Issues with cpanel notifications with J5.1.1
Have you tried: clear the joomla cache, browser cache.It may sort itself out with time.Statistics: Posted by AMurray — Fri Jun 07, 2024 10:55 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla smart search not working as...
The indexing for a component is performed by a Finder plugin for that component.So, these 3rd party components should provide finder plugins which are: a) enabled. b) work as expected.To inspect...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.1 - TinyMCE: cannot...
Still nothing further on this. It was discussed here: viewtopic.php?t=1008580Statistics: Posted by mtgg — Fri Jun 07, 2024 11:26 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Updating J4 to J5 extensions...
Hi All,Question - my site is currently utilizing a couple of extensions, which I no longer need. Paid subscription for both of these had expired recently, however I did not have a chance to update...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Updating J4 to J5 extensions...
Why not uninstall those extensions if you don't use them?Disabling them shouldn't have any bad consequences but it might be more logical to uninstall them if they are not being used.If concerned, test...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Show Balloons completely gone from...
I think J5 has changed it so instead of the the tooltip bubbles you can change the button text to the actual article name rather than "Next" and "Previous".I can't see any "tooltip bubble" option in...
View ArticleAdministration Joomla! 5.x • Re: Recover password
To start over with a new installation of Joomla, use FTP or the file manager (such as in cPanel) to delete all the system files, and then drop (delete) the database from the database manager function...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cannot use object of type...
I don't know if Regular Labs extensions have anything to do with the problem with Joomla's media manager.Can you please post the FPA report? (see the red box at the top of the forum screen under Forum...
View ArticleGeneral Questions/New to Joomla! 3.x • Odd DB query traced to Joomla is...
This is a huge site, 80,000 articles, so it already has its challenges. ============================ PHP Built OnLinux 4.19.0-26-cloud-amd64 #1 SMP Debian 4.19.304-1 (2024-01-09) x86_64Database...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Odd DB query traced to Joomla is...
WHEN a.modified = '0000-00-00 00:00:00'A Date/Time value with all Zero is not a valid Date. It should have been NULL instead. As J3 is EOL, it will not get fixed. If you pay for extended updates,...
View ArticleAdministration Joomla! 5.x • Re: Default Admin Module Setting
Thanks @webdongle. Not a big deal!Statistics: Posted by gsmela — Sun Jun 09, 2024 8:16 pm
View Article