Migrating and Upgrading to Joomla! 4.x • Re: Issue After Updating to Joomla...
hello, i have the same bug, any person is able to resolve this even wit a temporary fix ?Statistics: Posted by jan91 — Mon Jul 08, 2024 12:53 pm
View ArticleJoomla! 4.x Coding • Re: Help button in backend: window has no...
Thanks, that was the best I could come up with too, works on Chrome and Safari too.It's not very intuitive tho', and many users don't know about right-clicking. I'll have a trawl through the core code...
View ArticleJoomla! 4.x Coding • Programatically add an article?
Is there any standard way to programatically add an article to Joomla?I'd like to install a set of help pages with my component. Looking at the code generated when I make a quickstart this is a...
View ArticleGeneral Questions/New to Joomla! 5.x • 5.1.2-rc2
I have all my sites set to Update Channel "Default" and Minimum Stability "Stable". Yet, today I am inundated with update emails for rc2 which declares it's unsuitable for production (in the update...
View ArticleGeneral Questions/New to Joomla! 3.x • Trying to access an old Joomla site...
Hi!I'm trying to access an old Joomla site held in a local backup. I'm using XAMPP v8.1.10 on my Windows 11 laptop, which is running fine (localhost page confirms that). The local version of my site...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Trying to access an old Joomla...
Lower your php version to 5.6. The Curly Braces was deprecated a long time ago.Statistics: Posted by Per Yngve Berg — Mon Jul 08, 2024 1:48 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 5.1.2-rc2
I have the same settings and I am not getting them??? Not much help sorry.Statistics: Posted by gws — Mon Jul 08, 2024 1:59 pm
View ArticleTemplates for Joomla! 5.x • Re: remove ::marker in list
Could be cache or specificity...Have you emptied the browsers cache?Have you tried setting the list-style:none; to your ul?Can you give us the url to the page that displays the list? So we can see if...
View ArticleJoomla! 4.x Coding • Re: SQL WHERE clause with two OR conditions
You can pass the "glue" as a second argument.Code: $query->where($db->quoteName('column1') . ' LIKE :search1', 'OR')->where($db->quoteName('column2') . ' LIKE :search2')Note it can only...
View ArticleJoomla! 5.x Coding • Re: Having issue making api calls
Yes, you'll get the same response from an FF plugin (it would be strange if you didn't), but this way you can use a visual debugger to trace through the code, which you can't do with a postman...
View ArticleJoomla! 5.x Coding • Re: Use JTable store with Geometry type
Given that no-one who has a definitive answer has come forward I'll put in my two-penny worth.I'd say you will need to override the Joomla Table Store method. I hope this isn't simply an egg-sucking...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Frontend zip file upload/Joomla 4.x
You would need to provide a hyperlink to the file. That can be done from the article editor. There should be a button on the editors tool bar like a "link" symbol. That will create the link and allow...
View ArticleAdministration Joomla! 5.x • Were-used option for images
To organize all media (>2.000 images) I am looking for a "were-used" option to find out in which articles or modules a picture is used. Is there a possibility to find out?Statistics: Posted by...
View ArticleAdministration Joomla! 5.x • Re: Login problem, bug
The following method may fix the behaviour. Create two new menu items and hide them by setting the option 'Display in Menu' to 'No' in the tab Link Type. The two menu items are your versions of 'Reset...
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: No access to backend
Installed xampp and got it running localy here is the output:Joomla! Instance :: Joomla! 1.5.22-Stable (senu takaa ama woi) 04-November-2010Joomla! Configured :: Yes | Writable (666) | Configuration...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.2
Multiple sites updated to J 5.1.2, multilingual included. No issues. Thank you J Team PHP 8.3.8MariaDB 10.6.18YOOtheme v 4.4.5Statistics: Posted by formfranska — Wed Jul 10, 2024 12:14 pm
View ArticleAdministration Joomla! 4.x • 0 syntax error, unexpected variable...
My website, kemphosch.be, has been updated to the latest update 4.4.6Now I have installed tabulizer version joomla 4. The installation went perfectly.If I now want to log in as administrator, or...
View ArticleAdministration Joomla! 4.x • Re: 0 syntax error, unexpected variable...
Welcome to the Joomla forum!It sounds like a third party plugin is not compatible with Joomla 4. Use the File Manager from the cPanel or a similar page, provided by your host, to write enable and edit...
View ArticleAdministration Joomla! 4.x • Custom Image Module display problem
In a development site I have a custom module I'm using to display an image, however it's not displaying it correctly. In the OPTIONS tab of the module I have linked the image and the string is as...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: restore causing error 500
I 'suspect' our issue was that we had updated the site from J4.4.x to J5.1.1 and then tried restoring the site back to 4.4.x — Not entirely sure but I believe there was some J5.1.x data still in the...
View Article