Joomla! 5.x Coding • Joomla core API: Remote authorization
Hi all!I have long forgotten what Joomla is, but recently a friend told me that you now have a built-in API for working with external applications (although, as it turned out later, it appeared back...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Migration from Joomla 4 to...
Dear Peter,thanks for your clear reply.I'm still curious if this also really applies when migrating to "joomla Framework" - looks like a derivate of...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
I'm still grappling with that stubborn issue on my Joomla. Despite restoring from backups and even attempting a database restore, the error “Cannot instantiate abstract class...
View ArticleGeneral 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! 5.x • Re: joomla 5 favicon back background...
perfect!Statistics: Posted by joomlerGR — Tue May 07, 2024 5:52 pm
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
I can use phpmyadmin and I can see the database and its tables but I am not able to adjust the four fields tables.Statistics: Posted by pborga — Tue May 07, 2024 5:57 pm
View ArticleJoomla! 4.x Coding • [Question] Frontend cache in backend cache folder
Hi! just enabled caching in my J 4.4.4 site and noticed that all frontend cache got created in the backend cache folder, ¿is that normal behavior? (no cache folder path in JConfig).Another thing I...
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 ArticleGeneral Questions/New to Joomla! 4.x • Re: Importing Joomla database into...
Use the mysql command line with your sql file. Something like this:/usr/local/mysql/bin/mysql -u databaseusername -p -D databasename < sql_dump_file.sqlYou will be prompted for you database...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Old installation of Joomla - need...
Have you tried to access the old site using its ip address?Statistics: Posted by ceford — Wed May 08, 2024 6:19 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla 5 blocks videos
I add videos from [banned url] but it becomes blurry and unmanageable. The same video works well on a simple html page. Please tell me what the problem is.Statistics: Posted by veblis — Wed May 08,...
View ArticleAdministration Joomla! 4.x • Re: Contact form on page
From the Administrator menu, look in System / Mail Templates / Contacts - Contact Form Mail (and the Copy version too). Is that what you are looking for?Statistics: Posted by ceford — Wed May 08, 2024...
View ArticleAdministration Joomla! 4.x • Re: Field registration form
It is not clear what you cannot see under the Users menu. When selected, you should see 10 items. If you want to create a Menu item for a User Registration form you need to go to Menus, open the...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Joomla 3.10.12 update not working
Thank you for your time. Appreciate it Before your reply yesterday, I replaced the site files with the backup files from Sept 2022. That fixed the issue with the pages but the email issue is still...
View ArticleTemplates for Joomla! 5.x • Override pagination to show fewer page links
I'm currently developing my own custom template and I've cloned Cassiopeia and began modifying it. My issue is that if there is enough content, the pagination looks like this:<< < 1 2 3 4 5 6...
View ArticleMigrating and Upgrading to Joomla! 2.5 • Re: Error after migrating to new server
Hi there,Could you kindly review the database host and password settings in your configuration.php file? Additionally, in configuration.php you can set:$error_reporting = 'maximum';This will allow us...
View Article