Administration Joomla! 5.x • Re: Joomla user registration x-tra buttons?
Hi found out that it was a GDPR system plg that causing this. Will contact the dev and ask how to manage this and why this happens like this suddenly. thks for help.Then why is it that it is only...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Custom field backend restriction...
I confirm your problem and don't have a suggestion. I read somewhere that the Group is for your convenience in the form display and plays no other part in field selection. Seems you have the option to...
View ArticleAdministration Joomla! 5.x • Re: Registration new user confirmation mails,...
Go to Users / Options - there a number of settings related to registration emails.Statistics: Posted by ceford — Thu Mar 14, 2024 6:41 pm
View ArticleInstallation Joomla! 4.x • Upgrade Joomla 3.9 to 4.4 error message jerror...
I am trying to upgrade my website locally on MAMP PRO. The upgrade to 4.4 and php 8.2 went smoothly except that I got these error messages: "jerror Refresh Manifest Cache failed: PLG_SYSTEM_ACTIONLOGS...
View ArticleAdministration Joomla! 5.x • Re: icon for external link
When you create an external link select the Open in New Window option and use this in user.css:Code: a[target="_blank"]::before { -webkit-padding-end: 3px; padding-inline-end: 3px; font-family: "Font...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Clearing cache
Tip: open your browser Developer Tools and look at the Network tab when a page is loaded. The list shows which resources are cached by your browser and which are fetched anew. You can use Shift+Reload...
View ArticleInstallation Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error message jerror...
Your Max. Upload Size: 32M | Max. POST Size: 8M are too small. The first is just about OK but POST needs to be the same or more. Best set them both to 64M. You will need a session handler. The default...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error...
Session handler: noneThis is J3. Should be "filesystem" for J4/J5.See if it can be changed in Global Configuration.Statistics: Posted by Per Yngve Berg — Fri Mar 15, 2024 3:45 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Lost access to content
Hello allI'm a newbie so please pardon me if if saying stupid things. I do my best to explain my issue.I have a forum hosted on (host). For couple of months now I cannot access the forum and the...
View ArticleAdministration Joomla! 3.x • Re: PHP versions and Joomla 3.x
Download https://downloads.joomla.org/cms/joomla ... format=zipUse Joomla's Update component ... upload and update.Statistics: Posted by Webdongle — Fri Mar 15, 2024 4:40 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: JSON data: HTTP 500 error on...
Looks like I misread your last error report - there is still a www.acti extension triggering a compatibility check failure. You probably need to disable all extensions from that source.Statistics:...
View ArticleGeneral Questions/New to Joomla! 3.x • 0 Call to undefined function...
Component Easy Social. Add link from [[youtube]]:Fatal error 0Call to undefined function GuzzleHttp\choose_handler()I need help))Statistics: Posted by Alllex — Fri Mar 15, 2024 6:10 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5 Admin Login is too large
Hi,My Joomla 5 admin login is way too wide. It looks really unprofessional! How do I use css to shrink it to about 400px please?URL: https://certatek.com/beta/administrator/index.phpStatistics: Posted...
View ArticleJoomla! 5.x • .htaccess datei
Hallo,Ich bin quasi völlig neu mit Joomla 5.Ich habe nun ein Problem, was für viele von euch wahrscheinlich keins ist Ich habe ein Template verwendet, dieses als quickzip neu eingespielt, nach Joomla...
View ArticleJoomla! 5.x Coding • htaccess file - duplicate content
Hello, I'm basically completely new to Joomla 5. I now have a problem that probably isn't a problem for many of you I used a template, re-imported it as quickzip, set it up for Joomla 5, etc. The...
View ArticleAdministration Joomla! 5.x • Re: Turn of Debug mode is no style or admin...
Some CSS files is missing.When Debug is Off, the template.min.css is loaded.Whe Debug is On, the template.css (none minified file) is loaded to present better readability for the Debugger. Some files...
View ArticleMigrating and Upgrading to Joomla! 4.x • Solved: Upgrade Joomla 3.9 to 4.4...
I reinstalled Joomla core files, and Igot the same identical message. But I solved it—via Extensions:Discove. See enclosed! Screen Shot 2024-03-16 at 16.30.03.pngScreen Shot 2024-03-16 at...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 Admin Login is too large
I can confirm that the two lines present in the atum template.css file are not the same in the source of muta. I expect this will be fixed PDQ.Statistics: Posted by ceford — Sat Mar 16, 2024 4:55 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Problem with html code
I have a bit of code that I am trying to put into a custom module that will generate a button. Once someone clicks on the button it is supposed to open a dialogue box but nothing is happening. When I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Problem with html code
Your User Profile in the Editor must allow script tags.Statistics: Posted by Per Yngve Berg — Sat Mar 16, 2024 5:24 pm
View Article