Joomla! 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: 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 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! 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 ArticleTemplates for Joomla! 5.x • Re: Override pagination to show fewer page links
Unfortunately, is not possible through an override or a param set in the administrator. You can see this value is set hardcode in the Pagination class, line #157You can change that value to 5 and see...
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
The line numbers in your stack trace correspond to J5.1 rather than J5.0.3. But the LoginHelper is a class in J5.1 and an abstract class in J5.0.3. So a mix of installation files? Can you open...
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! 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 ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update 4.4.3 to 4.4.4 Go to...
I don't have it, please check my screenshotStatistics: Posted by Yurmit — Fri May 10, 2024 5:51 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
I just checked, was missed the part of clean the image URL but even without it the tag show up well.Correction:Code: use Joomla\CMS\Factory; // this one can be already in your overrideuse...
View ArticleGeneral Questions/New to Joomla! 5.x • Open Graph (facebook Sharing Debugger...
my website is the (ex) https://www.MYWEBSITE.COM/BETA when the website is visited with http its auto redirecting correctly to the httpsnow at facebook Sharing Debugger tool...
View ArticleAdministration Joomla! 5.x • Re: does user - Joomla! plugin store messages?
Thank you Toivo. That helps me to carry on with my testing in that fashion.Statistics: Posted by Lxg — Fri May 10, 2024 8:34 pm
View ArticleInstallation Joomla! 5.x • Reinstall Joomla 5
Hello. Is it possible to reinstall Joomla with an empty, clean installment. I have a site with CloudAccess.net where I have done some tests and now I want to have a new, empty copy of Joomla at the...
View Article