Administration Joomla! 4.x • Re: Field registration form
What is the history of your site? How have you updated it? Do you see menu items for Fields and Field Groups under the Content menu item and the Components / Contacts menu item?Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Issues with Joomla Core APIs and...
From the following article, I had interpreted the API as being Joomla 4 compatible: https://docs.joomla.org/J4.x:Joomla_Core_APIsCould you please clarify if there are specific parts of the API that do...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla's default mail form...
<jdoc:include type="message" /> goes into the index.php file of the template. It's usually placed above <jdoc:include type="component" />Yes, adding that in index.php does indeed show a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
We need a stack trace. Change the permissions of configuration.php to 644 and then edit it with a text editor.Make public $debug = true; and public $error_reporting = 'maximum'; and then Save:Trigger...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Siteground server not compatible...
This is interesting. I'm just moving a couple of Joomla sites over to Siteground and am getting the following errors: Error: Failed to start application: Failed to start the sessionThey tell me at...
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
Compare the settings in the ModulesStatistics: Posted by Webdongle — Thu May 09, 2024 2:40 pm
View ArticleThe Lounge • Common Company Logo Design Mistakes and How to Avoid Them
A great logo is like a handshake for your brand - it creates a lasting first impression. But designing a company logo can be tricky, and there are some common pitfalls that can leave you with a weak...
View ArticleAdministration Joomla! 4.x • Re: Featured note in red on every page in...
The Articles may be unpublished/Past it's Publish Down Date. Only Publishers will see these Articles.Statistics: Posted by Per Yngve Berg — Fri May 10, 2024 12:01 pm
View ArticleAdministration Joomla! 4.x • Favicon Administration
How do I change the favicon of the Joomla administrator area - NOT the frontend?I have already googled, searched in forums, and I have placed a favicon.ico and .svg...
View ArticleAdministration Joomla! 5.x • Re: does user - Joomla! plugin store messages?
Those emails are not stored. If they are not sent, they are lost.Statistics: Posted by toivo — Fri May 10, 2024 12:37 pm
View ArticleGeneral Questions/New to Joomla! 5.x • removing bootstrap
HiI cant find any effective method to remove bootstrap from frontendunset doesn't workthanksStatistics: Posted by erick-b — Fri May 10, 2024 1:02 pm
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
I mentioned that having a list of 5000 cities to choose from may pose a user experience problem. A different solution may be to have a field that works like smart search - start typing a city name and...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: "Require Password Reset"...
Thank you Kubik-Rubik! I appreciate the answer!Statistics: Posted by ralphlorem — Fri May 10, 2024 2:55 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Update 4.4.3 to 4.4.4 Go to 'System...
Hi,I can't find System - Maintenance - Database in my Joomla backend.I managed to find 1 database in extensions-manage-database, and that is all.Could you please advise?1.png2.pngThank you!Statistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: how remove footer info ?J! Info...
It's the error reporting.In Global Configuration set:Tab: SystemDebug system to noTab: ServerError reporting to noneStatistics: Posted by Mr. Wimpy — Sat May 11, 2024 10:36 am
View ArticleJoomla! 4.x Coding • Re: How to add a second view to a component (so that it...
Same principle as https://docs.joomla.org/J3.x:Layout_Ove ... Menu_ItemsStatistics: Posted by Webdongle — Sat May 11, 2024 10:55 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: removing bootstrap
What template do you use?Does it use the Web Asset Manager?Look in your template's index.php for lines starting with $wa->Use...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: issue with not receiving emails...
Any update from anyone? Can you continue using the same forms with a different plugin?Statistics: Posted by wannabecoder — Sat May 11, 2024 12:13 pm
View ArticleJoomla! 5.x Coding • Re: Issues using Google Maps with Joomla?
What code are you using to load the scripts?Index.php:Code: $wa->useStyle('mystyle')->useScript('callmapscript') ->useScript('myscript');At the end:Code: <jdoc:include type="scripts"...
View ArticleAdministration Joomla! 5.x • Re: Load different template for logged in users...
@KianWilliam:Sorry my late reply, but we were trying to find the best solution for our team and our client. We decided to develop the template till a stage, where the client can start adding content,...
View Article