General Questions/New to Joomla! 5.x • Re: Article Versions: batch delete all...
Replace 'fqxmr' with your own database table prefix and run the following SQL statement in phpMyAdmin. It removes article versions from the database table _history:Code: DELETE FROM fqxmr_historyWHERE...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: #joomlaImage alt image problem
Can you provide a link to your website? And perhaps a screenshot showing which image has no alt tag.Everything is aboveStatistics: Posted by chris2k13 — Tue Feb 13, 2024 3:01 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • 500 error when publising articles in...
Recently, I upgraded to J4, and everything was working fine. I have already added several articles to the website. But now I am adding new articles to certain categories, and when publishing these, I...
View ArticleExtensions for Joomla! 4.x • Re: submit content by email
I use RSBLog on a few sites for this and it works well:https://extensions.joomla.org/extension/rsblog/There are other extensions available as well.Statistics: Posted by gsmela — Tue Feb 13, 2024 3:12 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Fatal error, autoload_real.php
Hello all,I used Joomla 4.3.0 1-click on my webhost - it has worked flawlessly UNTIL I made a mistake by add some code to a .php file (can't remember which one) BUT the issue now is I get fatal error...
View ArticleExtensions for Joomla! 5.x • Re: E-commerce extension recommandation
Hi,If we talk only about images, then Phoca Cart supports the following formats: jpg, png, webp, avif.There is even a function that current images jpg and png are automatically converted to webp.For...
View ArticleForum Post Assistant (FPA) • Re: FPA redirects to home page, throws 301 code
Still wandering if some plugin did this or it was an attack.To be safe, follow the guidance of the Security Checklist/You have been hacked or defaced page.Statistics: Posted by cmbay — Tue Feb 13,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Article does not display
Your update did not complete successfully, you still have templates from J3 and they would have been removed on a successful update. Restore your J3 site, remove/disable all non J4 compatible...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla admin template changed...
If you have the same bad layout in Chrome, Safari and Firefox then you have something interfering with the CSS. Do you have a user.css file in the Atum template? Have you installed any third party...
View ArticleJoomla! 5.x Coding • Re: PLG_FINDER_QUERY_FILTER_BRANCH_S_
I don't think you have to do that, even for categories, etc. However, the test of disabling "Debug" mode did work and everything was translated correctly. I'm not sure why this is, but for anyone...
View ArticleInstallation Joomla! 5.x • Re: İnstalling Joomla 5 on a server where a Joomla...
You can install a control panel on your local linux, to have all the things you need such as DNS and multiple websites without having to edit /etc/hosts every time. There are some free solutions you...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: 500 error when publising...
With help from Tim Davis, from Cybersalt Consulting, we found the cause of the error. A module used for showing sliding images from the latest articles in certain categories caused the problem. By...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update to version 5
I installed akeeba on my website and the wizard threw me an error: https://recordit.co/T73HPOwRGII contacted the hosting and their response:we have set max_execution_time 600s on the hosting. I'm...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Fatal error, autoload_real.php
Hi pe7er,Thank you for your reply, I remove the file /administrator/cache/autoload_psr4.php and F5 on my page, nothing happend, no new generated autoload_psr4.php fileRegardsJaneStatistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Italics being lost on saving article
Italic is the "i" tag.Have you checked the Text Filters in both JCE and Joomla?https://www.w3schools.com/html/html_formatting.aspStatistics: Posted by Per Yngve Berg — Wed Feb 14, 2024 3:33 pm
View ArticleTemplates for Joomla! 4.x • Re: How to view responsive website on Imac and Ipad?
https://www.w3schools.com/cssref/pr_bac ... chment.phpStatistics: Posted by Per Yngve Berg — Wed Feb 14, 2024 3:48 pm
View ArticleJoomla! 4.x Coding • Re: How to use Archive function in custom component
Found the solution..Need to import these classes..use ZipArchive as ArchZip;use RecursiveIteratorIterator as Recursive;use RecursiveDirectoryIterator as Dirrecursive;Statistics: Posted by chetnath —...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Article does not display
Does the Administrator interface (backend) work normally? Does any of the Site interface (frontend) work normally?Statistics: Posted by ceford — Thu Feb 15, 2024 2:41 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Joomla 4 expand administrator search
I'm new to Joomla 4 and I would like to know if it is possible to expand the search done in the Administrator area.The client has some custom fields in the user registration and he wanted to search...
View ArticleAdministration Joomla! 4.x • Re: Public Pages suddenly require login
www.azssar.orgStatistics: Posted by jerry258 — Thu Feb 15, 2024 3:06 pm
View Article