Administration Joomla! 4.x • Re: creation of tree structure dropdown menu
Welcome to Joomla. You should find this useful. https://jdocmanual.org/?view=manualStatistics: Posted by gws — Mon Aug 12, 2024 5:18 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Broken site after upgrade from...
@ceford Thanks so much for this answer! I checked my #__menu_types table and it was missing the ordering column. So I ran the two sql statements above (ALTER TABLE and UPDATE) and was able to login to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: where is stored menu item ordering ?
Why?Statistics: Posted by Webdongle — Mon Aug 12, 2024 8:26 pm
View ArticleJoomla! 5.x Coding • select query with loadAssoc not returning array
Hi-When I used:Code: use Joomla\CMS\Factory;$user = Factory::getUser();$db = Factory::getContainer()->get('DatabaseDriver');$userId = $user->get('id');$db->setQuery('SELECT u.name, u.email,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Question about deleting articles...
Anything that is linked to an article ex; images.pdf's etc only the links are trashed, you would have to embed images in an article for it to be removed and that is not very practicable.Thank you for...
View ArticleAdministration Joomla! 5.x • Module assignments in Joomla 5
Being familiar (14 years I've used Joomla) with administering older Joomla version (2, 3), you used to be able to restrict modules (in my case Login and custom Menu) from appearing on selected...
View ArticleAdministration Joomla! 5.x • Re: Module assignments in Joomla 5
It's always been Assignments with Menu Items. Perhaps you had an Extension installed like "Advanced Module Manager".Statistics: Posted by Per Yngve Berg — Tue Aug 13, 2024 7:53 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Error After Updating 4x...
Good night, I have done this:LiveSite: Is Not Empty, It should be , empty it in global config.Disable or delete plugins/system/autotweetcontentUpdate Joomla Joomla! 4.4.6 StableI'm not getting error....
View ArticleJoomla! 5.x Coding • Re: sending a $r++ to mod_menu default_url
solved -> viewtopic.php?f=833&t=1011092Statistics: Posted by erick-b — Tue Aug 13, 2024 8:46 pm
View ArticleJoomla! 5.x Coding • Re: where is stored menu item ordering ?
in default.phpCode: foreach ($list as $i => &$item){$item->ordering = $i;$itemParams = $item->getParams();require ModuleHelper::getLayoutPath('mod_menu', 'default_'.$layout);}in...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Uninstall of sh404SEF 4.4.9.2487...
Welcome to the Joomla forum!Disable the component and the plugin, which should allow the upgrade to go ahead. Uninstall the extension manually. The details of the folders and files are in the two .xml...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to optimize my site?
OK btl.stereo-romance.com is the WP site, stereo-romance.com is the Joomla site.I still don't know why we're seeing any reference to WordPress in the FPA. I think maybe the FPA was run from the wrong...
View ArticleAdministration Joomla! 5.x • Re: What does the "Update Sites" section?
Got it, thanks a lot!Statistics: Posted by hackermade — Wed Aug 14, 2024 2:15 pm
View ArticleAdministration Joomla! 4.x • Unable to login to administrator console
I have a problem with Joomla 4.I am developing the site locally on my PC. The site is accessible and navigable but I can't access to the administrator console. When I log in, if I enter the username...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Native Captcha Plugin in Joomla5
Hi, Thank you all.@Peter Martin - I got error "manifest file not found" when I tried to install HCaptcha plugin on my Joomla5 site.Many thanks!JohnHi. I also got this error when trying install from...
View ArticleTemplates for Joomla! 5.x • SP Page builder 5.3.2. same as layout 3.8.10?
I am using SP Page builder 3.8.10, Helix Ultimate template and Joomla 5.Now I see in de update screen that the SP Page builder can be updated to SP page builder 5.3.2.I did the update for 1...
View ArticleTemplates for Joomla! 5.x • Re: Sticky Header Helix Ultimate
changing slider modul was the solutionStatistics: Posted by deevau — Wed Aug 14, 2024 3:07 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Pre-upgrade database check issues
Perhaps use ID From-To?Statistics: Posted by Per Yngve Berg — Wed Aug 14, 2024 3:34 pm
View ArticleTemplates for Joomla! 5.x • Re: SP Page builder 5.3.2. same as layout 3.8.10?
That's a question for the SPPB developers.Do you mean the Page Builder designer component itself, or the resulting page(s) from using it?(I agree, the back-end is weird (I don't like it). I tend to...
View ArticleAdministration Joomla! 4.x • Re: Unable to login to administrator console
Are you saying you don't see any "You have entered the wrong details" message? Normally that would be a red alert message bar near the top of the page or within the Login Form itself. Did this...
View Article