General Questions/New to Joomla! 5.x • Any way to disable 'Tag Completion' in...
In the Editor - CodeMirror plugin settings from Joomla! 3.x there is an option to toggle 'Tag Completion' ON/OFF. Now in Joomla! 5.x that option no longer exists – at least not in the admin UI. How...
View ArticleJoomla! 5.x Coding • Re: Joomla core API: Remote authorization
Mod. Note: Relocated the Topic from Security to the Coding Forum.Statistics: Posted by Per Yngve Berg — Mon May 06, 2024 7:55 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Importing Joomla database into...
PhPMyAdmin is a web app with the limitations of the Web server it runs on. Use other tools like MySQL Migrator.Statistics: Posted by Per Yngve Berg — Mon May 06, 2024 8:01 pm
View ArticleExtensions for Joomla! 5.x • Re: Mosets Tree in J5
Are you having issues with Mosets Tree?The Joomla Extension directory itself uses (or used) Mosets.It doesn't say J5 is compatible with the JED but its server requirement states >= J4 so perhaps it...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: HELP!!!!
1. You might start by reading through this guide: https://docs.joomla.org/Portal:Beginners2. Turn off your caps lock key, please.Statistics: Posted by gsmela — Tue May 07, 2024 8:55 pm
View ArticleAdministration Joomla! 5.x • Re: Parent for new menu
Not sure of understand well.Is not possible set as parent a menu item from one menu for items of a different menu...but again, maybe I not got well your idea.With what I understood, here a idea: Have...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Help to Update Joomla 3.1 Site
The very latest Joomla is version 5. You need to make sure your hosting matches the system requirements: https://manual.joomla.org/docs/next/get ... uirements/.Obtaining the required hosting is not...
View ArticleTemplates for Joomla! 5.x • Re: Email Template New User
Request features through Joomla's github site https://issues.joomla.org.When and if they will be implemented is up to the volunteer development team.Statistics: Posted by AMurray — Tue May 07, 2024...
View ArticleAdministration Joomla! 5.x • Re: User able to submit spam forms even with...
The issue with Hcaptcha was also raised in this thread: viewtopic.php?f=839&t=1006840Statistics: Posted by AMurray — Tue May 07, 2024 9:35 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Joomla 3.10.12 update not working
Call stack#FunctionLocation1()JROOT/modules/mod_mb2portfolio/tmpl/default.php:51The error message comes from a third party module MB2 Portfolio, which is not compatible with PHP 8. Just uninstall this...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: call a module position in article...
Nice! something learned today.Statistics: Posted by carlitorweb — Wed May 08, 2024 9:01 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Transfered hosting to godaddy- admin...
Have a joomla site running 4.2 that was on Hostgator and transferred to Godaddy. That was not fun in itself. The site looks fine but not sure why the admin panel has no styles. What can I...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Transfered hosting to godaddy-...
Welcome to Joomla forumCan you try clean well your cache? Also, try trought FTP clean the cache folders in the root of your site and in the administrator folder. If not works, check your browser...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 blocks videos
Check out this thread viewtopic.php?f=834&t=1008580Unfortunately, neither editing the code nor the plugin helped.Statistics: Posted by veblis — Wed May 08, 2024 9:32 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Issue with iframe code that worked...
Iframes are not ideal, (and are security risks), and you should probably use a more modern method to embed a video such as HTML5's <video> tag or use a plugin from the extension directory for...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migrate joomla 3 to 5
Your questions seems to be about backing up a Joomla 3 site and restoring it the same site. ....but not about migration from 3.10.x to 5.x.... are you trying to migrate your site to Joomla 5?Note your...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update 5.0.3 to 5.1
I am seeing the same thing on a bitnami installaiton of Joomla 5. Except that I see no way to navigate to "System-Maintenance-Database ".From the system dashboard I see no "maintenance" link. So I am...
View ArticleJoomla! 4.x Coding • API Call not working.
Hello,I had to comment out the Directory browsing(Options -Indexes) in the .htaccess for some of the API requests(users/banners) to go through in postman. I am not able to get articles to go through....
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
I think you should make the `name` field NOT NULL or you have the prospect of having states and cities with null names. So no DEFAULT either. I don' know what `uf` is but that might be NOT NULL...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: issue with not receiving emails...
I would have said to check the global configuration but I can't advise any more if you have done that and the test email works. One possibility, the email is received but being filter by your spam...
View Article