Extensions for Joomla! 5.x • Re: How to retreive, display data from form...
+1 @ gsmelaStatistics: Posted by gws — Fri Dec 27, 2024 11:59 am
View ArticleExtensions for Joomla! 5.x • Re: Breadcrumbs problem
PeterYes, that is an obvious fix. But this is a publicly available plugin . . . and who knows what users do.I would prefer that the bug is fixed.Also I note that TWO namespace calls are required: one...
View ArticleGeneral Questions/New to Joomla! 5.x • Mental Health at Work – Who is...
In today’s fast-paced work environments, mental health has become a critical issue. But who is responsible for supporting emplo ... tal health—employers or employees?Employer’s Role: Employers have a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to display dates in an...
I apologize, I didn't phrase it correctly.I would like the articles to display the dates: Finish Publishing, Start Featured, Finish Featured.Statistics: Posted by 28neo — Sat Dec 28, 2024 10:45 am
View ArticleJoomla! 5.x Coding • Custom button calling Javascript function
I currently have a checkbox that calls a Javascript-function:<input type="checkbox" name="name1" id="name1" class="form-check-input" value="1" onchange="submitFunction(1);">I'd like to change...
View ArticleExtensions for Joomla! 4.x • Re: Joomdonation
Thank you the updateStatistics: Posted by mrjuke4859 — Sat Dec 28, 2024 11:32 am
View ArticleJoomla! 5.x Coding • Re: Custom button calling Javascript function
A bit more context would've been helpful, perhaps this isn't going to be a useful reply.What you want is really easy if you're using an xml form definition, just add an "onclick=yourJsFunction()" line...
View ArticleAdministration Joomla! 5.x • Re: Joomla password reset hasn't worked since...
Joomla 5 is not shipped with any Captcha.. The one you see is from J3 and was Default when you Upgraded. Others have been removed.There are Captcha Extensionsin the JED.Statistics: Posted by Per Yngve...
View ArticleAdministration Joomla! 5.x • Re: Cannot find favicon.ico
It was for implementation of Child Templates in J4.1Statistics: Posted by Per Yngve Berg — Sat Dec 28, 2024 10:13 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Move hits count to new installation
How do I edit the hits count in a new install to reflect hits from prior site?New hits obviously show "1" where some pages of prior site have almost a million hits. I don't want to lose that long...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Move hits count to new installation
In your xxx_content table you can adjust the hits value.Statistics: Posted by gws — Sun Dec 29, 2024 12:21 am
View ArticleAdministration Joomla! 5.x • Re: Where is <header> for J5?
I don't see how that makes it any easier to work on pages. LOLHi. Moving part of the files to /media/templates/site was made in Joomla 4. And this was due to the appearance of the Child Template...
View ArticleTemplates for Joomla! 5.x • Re: Replace the hamburger icon
Hi. Create user.css file following Cassiopea documentation and override there the default code.Something likeCode: .navbar-toggler .icon-menu::before {content: url(PATH_TO_YOUR_IMAGE-ICON);}Try it. If...
View ArticleAdministration Joomla! 5.x • Links for articles
For articles, on the ‘images and links’ tab, you can add three links (Link A, Link B, Link C). We use these links to add sources. The number of sources can vary from one to several dozen, but three is...
View ArticleInstallation Joomla! 5.x • Re: Missing file after istallation
None of the methods worked. I've solved by erasing everything and making a new installation through my hosting joomla auto installerStatistics: Posted by marcoemme — Mon Dec 30, 2024 6:48 am
View ArticleAdministration Joomla! 5.x • Re: Links for articles
Use Tags.Statistics: Posted by Per Yngve Berg — Mon Dec 30, 2024 8:26 am
View ArticleAdministration Joomla! 5.x • Re: Data export in a different language
The issue you're facing with Joomla's multilingual website could be due to how the system handles language preferences for emails. Even though the email templates are translated, Joomla may be...
View ArticleGeneral Questions/New to Joomla! 5.x • Favicon does not show in tablet
Hello.I just noticed yesterday when I opened our website in a table device, the favicon icon did not show.How can I correct this?Thanks.Statistics: Posted by irenuyam — Mon Dec 30, 2024 11:34 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Dynamic label position (Filter SQL)
To dynamically position a label in a Filter SQL query, typically, you need to use conditional statements within your SQL query to control how labels are displayed based on certain conditions or...
View ArticleJoomla! 5.x Coding • Re: Using FA icons in a custom button with Toolbar Helper
Looking at that rendering file, it uses layouts to define the icon class "furniture", ie the prefix &tc, in conjunction with "displayData".So you could either add your own overriding layout or put...
View Article