General Questions/New to Joomla! 4.x • Re: Change login label
Thanks for your help Toivo, but I can't find the way to make this change. I've already looked in the Helix Ultimate template, in SP Page Builder and I can't find anything, not even the...
View ArticleJoomla! 4.x Coding • Custom module admin editor.
I have created a module called, mod_dkl, it collects information to save it in the parameters array, no problem there.Question is, aside from the XML file to add inputs and such, how can I make a...
View ArticleAdministration Joomla! 3.x • Re: Admin login cannot find admin user that is...
The Password is not in the correct hash algoritm. Joomla does not use md5 anymore.The https://docs.joomla.org/How_do_you_reco ... assword%3F documentation has been changed. The Joomla 5 icon has been...
View ArticleJoomla! 4.x Coding • Re: Strange list view failure.
My previous experience was DreamWeaver Development and I used that for Joomla stuff back in 2.5 as well.I have Eclipse, and I 'kind of' have it setup, but I was running the test server on my LAN and...
View ArticleJoomla! 5.x Coding • Re: Task plugin does not run as a scheduled job
If anyone is interested here is a modified and working version: https://github.com/benyrfg/plg_task_kickmanagearticleStatistics: Posted by benyrfg — Fri Jan 19, 2024 2:31 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Update/Upgrade nicht möglich! Was tun?
Hallo Forum,ein Joomla-Update von 5.0.1 auf 5.0.2 scheint nicht möglich (bei STRATO).Fehlermeldung:Diese Website kann nicht auf Joomla 5.0.2 aktualisiert werden.Ein Update für Joomla 5.0.2 wurde...
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 ArticleTemplates for Joomla! 4.x • Add module position into component area
Hi All.Is there a way to add module position into component area?Statistics: Posted by budrys — Sat Jan 20, 2024 1:56 pm
View ArticleTemplates for Joomla! 4.x • Re: Add module position into component area
Short answer No.Depend on the Component. For Articles, Modules can be embedded into it. Plugins can show modules i.e between title and Intro text.Statistics: Posted by Per Yngve Berg — Sat Jan 20,...
View ArticleTranslations • Re: How to add new project on joomla.crowdin
Have you signed up?I suggest you read what was actually written. I think my question was not clear.Actually it wasn't unclear at all. Sadly that info you're asking for doesn't seem to be public, but...
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: CSS Help Needed - Cassiopeia
I mean if I can "use" only a part of the screen, using a different background color for the side.Here we are, thank you very muchhttp://www.birdinlombardia.it/PaoloStatistics: Posted by Phala — Sun...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Does Joomla 4 work on PHP 8.2?
Having considered the options, despite the fact that I have been using Joomla for at least 10 years, I have some to the conclusion it is time to save myself a lot of pain and convert all my websites...
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 Article