Extensions for Joomla! 5.x • Re: export & import articles
J2XML extension not working on the Joomla 5.1.0 and the extension developer not answering any questions the last 3 months. The way to archive it right now its do it manually hand by hand until there...
View ArticleAdministration Joomla! 5.x • Re: Problems with TinyMCE
I can confirm this behaviour. My browser Developer Tools show a Javascript error. I don't see a bug report in the Tracker.Statistics: Posted by ceford — Sat May 18, 2024 5:28 pm
View ArticleAdministration Joomla! 3.x • Re: Form not sending on submit
Have you sent a Test Mail in Global Configuration?Statistics: Posted by Per Yngve Berg — Sat May 18, 2024 5:34 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Iframe not working in Joomla v5.1.0...
I Am having issues in Joomla version 5.1.0 showing the iframe up with me using Gantry 5 not at all sure why as I have the same setting as I do in Joomla 4.4.4 and that is working fine and not giving...
View ArticleGeneral Questions/New to Joomla! 5.x • MENU > CATEGORY BLOG
Hi guys,I'm having a bit of an issue getting MENU > CATEGORY BLOG to behave the way I would like to.I'm trying to show article's intro-image + "read more" - in 2 columnsThe article image +...
View ArticleExtensions for Joomla! 3.x • Re: Articles Anywhere plugin stopped working...
I did some research and it looks like there is no other plugin that does the same thing. And I don't think that the developer would agree to update the old version compatible with Joomla 3. But I've...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: AcyMailing Error:...
Here's the rest of the FPA output:Plugins :: Core :: plg_behaviour_taggable (4.0.0) 1 | plg_behaviour_versionable (4.0.0) 1 | plg_behaviour_compat (4.4.0) 1 | plg_privacy_user (3.9.0) 1 |...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla Update Notifications Error
Suddenly, 48 hours ago, I began receiving a Task Failure report of:"Planned execution of Scheduled Task#3, Update Notification, has failed with exit code 5 at Sunday, 19 May 2024 15:02. Please visit...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Add files to an article.
Use Phoca Download with its Content Pluginhttps://extensions.joomla.org/extension/phoca-download/Will not generate categories. So, cannot make a parent category.Statistics: Posted by Windwood — Sun...
View ArticleJoomla! 5.x Coding • Re: Autoload_psr4 or registration problem? My Joomla...
Thanks to all for your wise inputs. I have made some progress. The component is now getting registered on the live site. Although I changed a great many upper/lower cases I think the most important...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla Update Notifications Error
I am also having this same problem on four different sites but it just started happening this morning. All say code 5 but the task differs between 2 or 3. When visiting the back end of the sites if I...
View ArticleJoomla! 4.x Coding • Re: 'ApplicationHelper' conflict (namespace problem)
Just so you know someone's listening Since this is exactly the problem that namespacing is designed to avoid, them refusing to use namespacing makes the problem insoluble. That's not definitive, of...
View ArticleGeneral Questions/New to Joomla! 5.x • Articles on homepage display weird?
It's probably a simple thing... ...but I don't know where to act.Suddenly, half of the links on my homepage put the article to be displayed in the middle of the homepage, rather than opening the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Iframe not working in Joomla...
I got it working with the AllVideos Pluginhttps://extensions.joomla.org/extension/allvideos/{[[[youtube]]]}t--THraTrt8{/[[[youtube]]]}Thank you for this I have downloaded it installed it and still the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to revert HTTPS setting for...
I am sorry to bug you, actually it looks like we are almost able to fix the problem.When I go to my website as follows it works:www.murallesrealestate.com/administratorBut the the website is not...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Selecting image in article gives...
Open your browser Developer Tools and see if there are any errors reported when you use the Select button.Statistics: Posted by ceford — Mon May 20, 2024 6:15 pm
View ArticleJoomla! 5.x Coding • Re: Query returning 0 rows, when there is a row
Per your own code comments, loadObjectList() returns an array of objects. It should be used for multi-column selects that return multiple rows. For single-column single-row queries like in your...
View ArticleGeneral Questions/New to Joomla! 4.x • Adding body class to template
I used to be able to modify any J3 template with this code to add a body class to the template:Code: First add this code above the doctype:<?php $app = JFactory::getApplication(); $menu =...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Adding body class to template
Change $menu->params to $menu->getParams().Statistics: Posted by SharkyKZ — Mon May 20, 2024 7:58 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Using Sourcerer plugin to insert...
Most of the form builders will do what you need in your first post.Statistics: Posted by gws — Tue May 21, 2024 5:00 pm
View Article