General Questions/New to Joomla! 5.x • Convert Forms causing Error:0
Hello all. I am completly new to Joomla. I've been messing around with it and saw that every time I attempt to add a Convert Form in my website (once through an article and once through a module) I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Convert Forms causing Error:0
I would contact the developer,he is good and quick with replies.Statistics: Posted by gws — Sat May 25, 2024 12:46 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Could Not Instantiate Mail Function
Code: https://docs.joomla.org/How_to_debug_SMTP_mail_in_Joomla_4 went through the above information to try and correct issue and no joy.Here is the code from "everything.php"any help...
View ArticleAdministration Joomla! 4.x • Re: System sent update notification 86 times and...
This is not the Update Alert sent by the Update Notification Plugin.Statistics: Posted by Per Yngve Berg — Sun May 26, 2024 4:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Script in header AND at the end of...
You should never add script tags manually in Joomla. This can cause issues with plugins, overrides and is not CSP friendly. If you use defer attribute, there should be no need to place scripts at the...
View ArticleThe Lounge • Re: How access my Google searches from Google Drive?
Google Drive does not directly save your search history; rather, Google saves your search and browsing history through your Google Account, which is accessible via the My Activity page. This includes...
View ArticleJoomla! 5.x • Re: Joomla für Webseiten auf Domain und Sub-Domain
Ist das noch aktuell? Ich habe zwei Joomlas miteinander verbunden.Statistics: Posted by JooMan2012 — Sun May 26, 2024 7:38 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Replace test project with final version?
I have used Akeeba to publish a test version of my project with my webhost.However, I am soon ready to publish the final version.How do I properly remove the test project before installing the final...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Replace test project with final...
Delete all files from the folder and upload the copy.jpa file and the akeeba kickstart.php file during installation, you can clear the database or do it before installation.Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla removes apostrophe in...
Just a guess, ' is used as an escape character in php?Statistics: Posted by gws — Mon May 27, 2024 2:26 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Disable /media/system/js/core.min.js
Hi,I have my own template where I don't need /media/system/js/core.min.jsI don't need any files JS.How to remove it?It does not work: $wa->disableScript('core');Thanks!Statistics: Posted by b_wp_b...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Article Save Error is Blank
PS Thought I should turn this in: When I tried to login I was given the message:The specified username is currently inactive. Please activate your accunt here.This is updated now. Sorry about the...
View ArticleGeneral Questions/New to Joomla! 5.x • Problems with TinyMCE alignment of images
On Joomla 5, the editor in TinyMCE is adding a bit of code (class=”float-none” ) to allow images to float right or left .It can be corrected by going into the source code and removing the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Disable /media/system/js/core.min.js
See answer https://joomla.stackexchange.com/a/33728. But you really shouldn't. This will break your site.Statistics: Posted by SharkyKZ — Mon May 27, 2024 3:07 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Extra note about website developer tool
Navigation within firebug/firefox is confusing for me. I manage to make changes by the hit or miss method. Also I was trying to make a css.user change on the entire website. When it failed several...
View ArticleAdministration Joomla! 5.x • COM_MESSAGES_NEW_MESSAGE
This is practicaly same issue like this one from last year but in my case it is related to Privacy: Request Export of Data (Admin) and Privacy: Request Removal of Data (Admin) e-mails.Frontend is in...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Selecting image in article gives...
Fastcomet confirmed that they needed to disable modsec 'rule': '77140883' based on the following:INFO [2024-05-24 00:49:29,031] r.defence360agent.internals.the_sink: SensorIncident({'method':...
View ArticleGeneral Questions/New to Joomla! 4.x • accessing Joomla 4 From PHP
HiOur host is SitegroundWe have used this code in Joomla 3 as a header.php file we include at the top of other PHP files<?php/* header file to access joomla */ define( '_JEXEC', 1...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Article Versions not appearing in J5
Works for me. This is the test applied for whether the button appears or not:Code: if (ComponentHelper::isEnabled('com_contenthistory') && $this->state->params->get('save_history', 0)...
View ArticleAdministration Joomla! 5.x • How to configure backend dashboard modules?
Hello.In 2 of my customers sites there is missing the "Backup up to date" element in the "Notification" section of the admin dashboard (see attached image).I searched a lot but didn´t figure out how...
View Article