Joomla! 5.x Coding • MySQL Error -- 2014 - Commands out of sync; you can't...
I am working to upgrade a module from Joomla 3 to Joomla 5. I'm using Joomla 5.0.2, PHP 8.2 and the module I'm upgrading has multiple dropdowns. I'm running into an error that I have not seen before...
View ArticleJoomla! 4.x Coding • Re: Add canonical tag to HTML head via custom fields
It's your line if ($field->id === '3')which is failing. The id isn't a string, it's an int. Change it to if ($field->id === 3)Statistics: Posted by robbiej — Fri Jan 19, 2024 5:08 pm
View ArticleExtensions for Joomla! 3.x • Link to admin view not working
Good evening, I am a new member and first of all I would like to greet all users.My problem is this: I'm developing for version Joomla 3.10.12 ( which I will then update to the new versions), a...
View ArticleAdministration Joomla! 4.x • Database Update
Has anyone updated either MariaDB or MySQL dB on their joomla sites? I have a lot of websites and will need to upgrade my MariaDB from 10.3 to 10.6. I'm just curious to know if/what problems others...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: TinyMCE not working
Hmmm works for me om wamp various php versionsStatistics: Posted by Webdongle — Fri Jan 19, 2024 6:17 pm
View ArticleJoomla! 4.x Coding • Re: How to get subform repeatable values?
If you use $jcField->rawvalue instead of $jcField->value you get it into a form like:{"row0":{"field5":"just two","field8":["2"]},"row1":{"field5":"both","field8":["1","2"]}}Is that going to be...
View ArticleTemplates for Joomla! 4.x • Re: --cassiopeia-color-hover: stopped working
Sorry, but since version 5.0.X and 4.4.X came out, nothing works with "--cassiopeia-color-hover:" like all the years in the user.css before. Until version 5.0.1 and 4.4.1 it could solved like this:...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update problems 4.4.2 to 5.0.2
Now it's working.Statistics: Posted by jan_hovard — Sat Jan 20, 2024 2:52 pm
View ArticleTemplates for Joomla! 5.x • Re: Bootstrap Mobile Menu Functionality
All I can tell you is that disabling this rule in the Inspector gives a readable menu layout in Safari:Code: .metismenu.mod-menu .metismenu-item {/* display: grid; */}safari-test-2.pngBut frankly, I...
View ArticleJoomla! 5.x Coding • Administrator Menu does not have Module Manager,...
I see this has come up before viewtopic.php?t=993621, so I paid attention to what it said, but I have menu items that do inherit from Administrator and I'm still getting this message.Turns out I can...
View ArticleJoomla! 3.x Coding • Re: Link to admin view not working
Welcome to Joomla forum!Could you try something like:Code: <?php use Joomla\CMS\Router\Route;?><a href="<?php echo Route::_('index.php?option=com_cat_prata&view=cardview&id=' ....
View ArticleTemplates for Joomla! 4.x • Re: Add module position into component area
That can be done by modifying your template. In Cassiopeia you can use the positions "Main Top" and "Main Bottom".Statistics: Posted by Per Yngve Berg — Sat Jan 20, 2024 4:55 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing blog links + my blog thing
I do not see a blog thing on the right? It looks like a default blog list to me.A suggestion, don't display your email in plain text in your footer or all the web bots will scrape your email address...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Pagebreak does not work correctly
Hi,Which Template are you using?If you're not using Cassiopeia then switch to it temporarily to test.Indeed with Cassiopeia it does work but with the template I have it doesn't...As suspected -...
View ArticleJoomla! 4.x Coding • Re: Contacts Display
Usually in the tmpl file you'll have a foreach ... endforeach. Change this to process the array in reverse order.(Search for "php reverse foreach" to get ideas of how to do this).Statistics: Posted by...
View ArticleLanguage - Joomla! 4.x • Problems on smartphone font-sizes
Web site with two languages:-english (default)-italianI want to increase the font-sizes in smartphones, both portrait or landscape orientations:Code: @media only screen and (pointer: coarse)...
View ArticleLanguage - Joomla! 4.x • Re: Problems on smartphone font-sizes
Not much we can do without a Link.Use "Inspect Element" in your browser to see what is going on.Statistics: Posted by Per Yngve Berg — Sun Jan 21, 2024 4:54 pm
View ArticleExtensions for Joomla! 5.x • Re: joom gallery not working
Thanks for the info. I don't remember seeing a warning for it before migrating, it is now disabled. Just need to find a suitable replacement.Thanks for your time.Statistics: Posted by print+man — Sun...
View ArticleExtensions for Joomla! 4.x • Connections between Chronoforms and...
Hello Joomlers,pretty new and not a big expert of joomla world I'm trying to recreate my website did long time ago with 1.5.26.Downloaded and installed extension on version 6 (Chronoconnectivity 8 is...
View ArticleAdministration Joomla! 5.x • Re: modal in menu creation stopped functioning
I have a MacBook Pro from 2013 and had the problem with being unable to install latest editions of PHP, MySQL, etc. I used OpenCore Legacy Patcher - search for it - and am now on Sonoma 14.2.1. It is...
View Article