Extensions for Joomla! 4.x • Virtuemart Quantity controls symbols are not...
Hi,I'm using VM 4.2.12 with Joomla 4.4.5 and php 8.2At products page the quantity controls show green rectangles (this is ok) but "+" and "-" symbols are not showing.Can this be solved with some CSS...
View ArticleExtensions for Joomla! 4.x • Re: Virtuemart Quantity controls symbols are not...
Perhaps; From using the browser inspect.The resource from “https://fonts.googleapis.com/css?family=Calibri” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options:...
View ArticleGeneral Questions/New to Joomla! 4.x • Change password every 180 days
How do I set the user password change every 180 days in Joomla 4.2?Thank youStatistics: Posted by oligio_1 — Tue Jul 09, 2024 8:51 am
View ArticleGeneral Questions/New to Joomla! 4.x • SQL WHERE clause with two OR conditions
Hello,I am trying to create a query that is satisfied when either column1 or column2 contains a desired string (stored in variable $search). The following code works but seems to be doing AND instead...
View ArticleTemplates for Joomla! 5.x • Re: Cassiopiea Question
There is no specific mobile area in Cassiopeia.This may be done through CSS.Can you share the url to the site so we can see what you mean?Statistics: Posted by Mr. Wimpy — Tue Jul 09, 2024 9:10 am
View ArticleAdministration Joomla! 5.x • Joomla core user mass email function: what about...
Hi,Never used the core Joomla mass email function before. For a new project it might be a handy solution. However, we expect the number of users to grow to a few hundreds in this site. Sending emails...
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 ArticleGeneral Questions/New to Joomla! 4.x • Re: SQL WHERE clause with two OR...
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! 1.5 • Re: No access to backend
I can get a older version fpa to run on wamp localhost, having issues with its connection to Mysql DB though.But then figured it would be better to try and run it on the site.I dont think they can...
View ArticleAdministration Joomla! 4.x • Re: Pre-Update Check for Joomla 4.4.6
Thank you @AMurray and @Webdongle for your feedback.I will try the FPA route first and then the Akeeba option.Will report back over the weekend.AlanStatistics: Posted by bannisa — Fri Jul 12, 2024...
View ArticleGeneral Questions/New to Joomla! 5.x • show submenu items on click
Hello.I have a menu on the left side and i want to hide all the submenus and if i click on the menu, the subitems should appear. But they don't.I can only activate the function "show all submenus"....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: show submenu items on click
I think that is Joomla's default setup. cannot be changedStatistics: Posted by Antonynguyen — Fri Jul 12, 2024 10:14 am
View ArticleExtensions for Joomla! 4.x • item reservation extension
Hi,Hope i'm asking this on the right forum.I want to create a system for a kayak club where members can reserve a kayak/boat for a day to use. Now i'm looking for a extension to do this. Anyone know a...
View ArticleLanguage - Joomla! 5.x • Localization platform suggestion?
Hello guys,A friend of mine and I are planning to start translating a custom Joomla component. My question is, what kind of platform would you suggest for that? It could be cloud-based, where we could...
View ArticleJoomla! 4.x Coding • Re: Access page
Sounds like you need to make access available through the webservice API.https://docs.joomla.org/J4.x:Adding_an_ ... _ComponentStatistics: Posted by MarkRS — Fri Jul 12, 2024 11:15 am
View ArticleExtensions for Joomla! 4.x • Re: item reservation extension
I have used; https://extensions.joomla.org/extension/vik-booking/I have created sites for camping (ie pitches and caravans,motor homes etc) it is fully customisable for boat hire.Also Jomres can be...
View ArticleGeneral Questions/New to Joomla! 4.x • Positie artikelindex
Hai,Ik ben met een wat langer artikel bezig, dat ik terwille van de behapbaarheid in een aantal pagina's heb geknipt. Nu verschijnt bovenaan elke pagina's een Artikelindex. Wat prettig is, je kunt...
View ArticleExtensions for Joomla! 5.x • Re: TF Learn. Anyone use this?
Did you try contacting the developer? The docs seem pretty straightforward.Statistics: Posted by gsmela — Fri Jul 12, 2024 11:45 pm
View Article