Migrating and Upgrading to Joomla! 5.x • Re: Migration from Joomla 4 to Joomla 5
This would also be a useful resource:https://docs.joomla.org/Joomla_4.4.x_to ... ep_by_StepStatistics: Posted by AMurray — Wed Sep 25, 2024 9:44 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: uploading midifiles
Did you specify the MIME types additional to accepted file extensions? i.e. : audio/midi , audio/x-midiStatistics: Posted by AMurray — Wed Sep 25, 2024 9:48 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Changing background color
Thank youThat template is really messy and gives me headache as a newbie. I may have to start again with a better structured template. Coming back to your point 1 which also will touch on another post...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: I can't upload big files
Admin / Media / options.Statistics: Posted by gws — Thu Sep 26, 2024 8:06 pm
View ArticleJoomla! 5.x Coding • Re: Jdatabase Change ID Menu In Frontend
The following code seems to work perfectly, now I don't know how to make a function, I have little knowledge in programming, if someone can help me, I would need the code below to be called depending...
View ArticleGeneral Questions/New to Joomla! 5.x • Login form
Hi,On this page: https://bajiplast.hu/index.php/en/In the login form, when I push the following buttons:"Forgot your password?""Forgot your username?""Create an account"the page doesn't scrolls down....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Login form
Works ok for me in firefoxStatistics: Posted by Webdongle — Fri Sep 27, 2024 7:57 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cannot use Microsoft Email Address...
The oauth extensions cover signing on to your website. They don’t deal with the email associated with the website configuration. Google have announced a similar approach will be implemented so...
View ArticleJoomla! 5.x Coding • Re: Error access joomla 5 framework from external php file
You can use AJAX component for this purpose https://docs.joomla.org/Using_Joomla_Ajax_Interface.Statistics: Posted by SharkyKZ — Fri Sep 27, 2024 8:22 pm
View ArticleAdministration Joomla! 3.x • Re: Joomla 3 and Recaptcha v2
As per the previous posts, this is caused by a reCAPTCHA / MooTools conflict.Assuming you can't immediately migrate to Joomla 4, the best solution is to upgrade Mootools in Joomla 3.The latest...
View ArticleJoomla! 5.x Coding • Error: Allowed memory size of
Hi!public_html/components/com_content/tmpl/categories/default_items.phpCode: foreach ($this->items[$this->parent->id] as $id => $item) :I want to see the contents of items.I write...
View ArticleJoomla! 5.x Coding • Re: Error: Allowed memory size of
It's a known that issue that developers refused to fix. Use dump() function instead. Or, if possible, install PHP debugging extension like XDebug.Statistics: Posted by SharkyKZ — Sat Sep 28, 2024 7:21...
View ArticleExtensions for Joomla! 5.x • Re: Breezing Forms / Crosstec => GONE?
Unfortunately, it seems they have abandoned everything. Their forum and support stoped working since the end of last year. They did not answer their emails for support or questions. It is a pity,...
View ArticleExtensions for Joomla! 5.x • Re: How can I link podcast from Apple to News...
https://extensions.joomla.org/extension/ideal-podcasts/ ?Statistics: Posted by Webdongle — Sat Sep 28, 2024 9:12 pm
View ArticleJoomla! 5.x Coding • Re: Displaying a list of materials in a list of categories
Code: use Joomla\CMS\Factory;$db = Factory::getContainer()->get('DatabaseDriver');$query = $db->getQuery(true);$id_cats = array_column($this->items[$this->parent->id],...
View ArticleExtensions for Joomla! 5.x • Re: Component in an article
Regular Labs had "Components Anywhere" but I see there's only a version for J3 not J4 or J5.For the sake of context what component do you want to include in an article? Is it something that could be...
View ArticleTemplates for Joomla! 4.x • Re: Cassiopeia Banner Image
Per Yngve Berg - thank you so much.. that fixed itStatistics: Posted by DannyWalker4u — Sun Sep 29, 2024 12:27 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: I can't upload big files
What else is left to try? Reinstall core files?Statistics: Posted by Webdongle — Sun Sep 29, 2024 10:21 am
View ArticleExtensions for Joomla! 5.x • Change Logo size - Gantry theme
Hello guys,I was wondering if it is possible to change the logo size in the gantry layout module. It is nicely customisable but cannot find a way to change the logo size.ThanksStatistics: Posted by...
View ArticleAdministration Joomla! 5.x • Re: Alternatives for forgotten password
If you do not have the login for the cpanel then as chair you should have enough to contact the Host for them to give you access to the Host's cpanel. There are others you know that can help you...
View Article