Joomla! 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 ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
In phpMyAdmin, the list of your tables should have Browse and Structure as the first two buttons in the row of buttons. For the #__fields table select the Structure button. That should give you a list...
View ArticleJoomla! 4.x Coding • Migration guide for J3 to J4 components?
More in hope than expectation ... is there any guide for how to migrate a J3 component to J4? Or is it a case of reading the core source and working out how it all fits together?I'm just considering...
View ArticleJoomla! 4.x Coding • What is a good workflow for developing a component?
Hello,I am new to Joomla v4.x and would like to confirm whether my understanding concerning a workflow of developing a component is correct.Reading https://docs.joomla.org/Absolute_Basics ......
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Any way to disable 'Tag...
No answer but I had a look at the code and at this reference: https://codemirror.net/docs/ref/#autocompleteI hope someone else can chip in.Statistics: Posted by ceford — Tue May 07, 2024 7:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: cannot get menus to display
You could try this: https://jdocmanual.org/jdocmanual?manua ... ew-menu.mdStatistics: Posted by ceford — Tue May 07, 2024 7:42 pm
View ArticleJoomla! 4.x Coding • Re: What is a good workflow for developing a component?
Three things you can read:https://jdocmanual.org/jdocmanual?manua ... -primer.mdhttps://manual.joomla.org/docs/get-started/https://www.dionysopoulos.me/book.htmlMy tips:Set up a development...
View ArticleGeneral Questions/New to Joomla! 4.x • HELP!!!!
i HAVE HAD THIS PROJECT DROPPED IN MY LAP. WE ARE USING VERY OLD PHP (7.3.33) AND JOOMLA 3.1, I NEED TO UPDATE OUR WEBSITE TO THE NEWEST AVAILABLE FOR BOTH OF THEM, BUT I HAVE NEVER BACKED UP PHP OR...
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 ArticleGeneral Questions/New to Joomla! 5.x • call a module position in article...
If we want to call a module position in the index.php we use the following code:Code: <?php if ($this->countModules('PUT HERE THE NAME OF THE POSITION', true)) : ?> <div...
View ArticleAdministration Joomla! 5.x • Re: Parent for new menu
Ah now I seeMenu 1 Parent>Menu 1 child 1>Menu 1 child 2>Menu 1 child 3>Menu 1 child 4Menu 2 Parent>Menu 2 child 1>Menu 2 child 2>Menu 2 child 3>Menu 2 child 4>Menu 2 child...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5 blocks videos
Check out this thread viewtopic.php?f=834&t=1008580Statistics: Posted by carlitorweb — Wed May 08, 2024 8:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Issue with iframe code that worked in...
Hi all,I'm having a struggle and hoping for some help please.I have this code which worked correctly in joomla 3 however, it isn't working in joomla 4 or 5. It throws up errors"<iframe...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: call a module position in article...
Short answer: Module position only work for template files (in your case inside index.php), not for HTML content overrides.But fear not, Joomla have a way for acomplish this you want. You can read...
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 ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
The word 'state' is a bit ambiguous when dealing with areas of a country as it is often used to indicate the state of the record - published, unpublished, archived or trashed. You need to use the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
The code you quoted is J5.0.3 but this line in your stack trace:Code: 2 Joomla\CMS\Helper\HelperFactory->getHelper() JROOT/administrator/modules/mod_login/src/Dispatcher/Dispatcher.php:42Points to...
View ArticleGeneral Questions/New to Joomla! 3.x • issue with not receiving emails from...
I am on Joomla ver 3.10.8 with PHP 7.4.33I updated to Joomla 3.10.12 and also updated the plugins. For some reason few pages started giving errors and I also stopped receiving emails when the forms...
View Article