Extensions for Joomla! 5.x • Does anyone know of an Image Gallery that can...
Since what appears the total demise of Simple Image Gallery Pro for J4/5, I just can't find a gallery that can include a brief description of the image. My social history sites with thousands of...
View ArticleJoomla! 4.x Coding • Re: Error 500 Layout default not found
Thanks - FPA info postedThe com_blphotos component was developed "in house" to support the requirements of our site and the J3 version has run for a number of years. The J4 version has been tested a...
View ArticleExtensions for Joomla! 4.x • CoalaWeb extensions
I have been upgrading my network to Joomla 4.4.4 and before I make the jump to Joomla 5 - I am cleaning and removing extensions, modules, components, and plugins that are either unneeded or unused. I...
View ArticleExtensions for Joomla! 4.x • Re: CoalaWeb extensions
All extensions have a reference in the #__extensions table:the installed ones but also discovered ones that still need to be installed.System Plugins are located in /plugins/system/If those two...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Creating user with limited access?
That user can login in the frontend using the module login or in teh administrator. When creating a user, you need put him inside an user group. That group have permissions you can configure as global...
View ArticleJoomla! 5.x Coding • Re: The Joomla 5 API does not work
That response you got there is not the JSONAPI specification Joomla have by default. You sure is not about a custom api you created or something similar?Statistics: Posted by carlitorweb — Wed May 01,...
View ArticleGeneral Questions/New to Joomla! 5.x • ¿Modify port for remote MySQL?
How can you modify the port of a remote db?Statistics: Posted by darkjonter — Wed May 01, 2024 1:45 am
View ArticleJoomla! 5.x Coding • Re: ACL on form fields
You might explore what showon will do. You could have a hidden field containing the user group and then use showon="ugroup:nn". This might be insecure - probably better to use in if block in your...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Some newbie questions...
If you paid for an extension and the author is not providing support and it's in JED try reporting it?Yes, that extension is in JED. I wrote a message in the author's forum. He replied me one week ago...
View ArticleTemplates for Joomla! 5.x • Re: Uninstall Joomla 5 for Helix quickstart install?
We wouldn't recommend using the quickstart package at all.Joomshaper.com has a non-quickstart download (template only) package along with its helix framework plugin.helix ultimate.jpgYou seem to have...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Contact form?
Any capture should work with the form. HCaptcha for instance as mentioned above.https://extensions.joomla.org/extension/hcaptcha/It works similarly to Google Recaptcha in that it has the "I'm not a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: export & import articles
J2xml on the JED indicates it already works with Joomla 5.x Why would you think otherwise?Statistics: Posted by AMurray — Wed May 01, 2024 9:49 pm
View ArticleAdministration Joomla! 5.x • Re: Left menu in Admin home page disappreared
Restore your backup to get a working site.Once restored feel free to come back and ask how to make the user group you were trying to do before this happened.From your screenshot, it appears the menu...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: error upgrade
If this is an update to Joomla 5 (?) make sure to set Cassiopeia as the default template (I assume G5-Hydrogen will work with J5, but the update checker will advise of any extension updates needed and...
View ArticleJoomla! 5.x Coding • Re: Multiple grids, checks not working
Check from the Console tab of the Developer Tools (F12) if there are any javascript errors highlighted in red. Those errors usually stop buttons from working.Statistics: Posted by toivo — Wed May 01,...
View ArticleGeneral Questions/New to Joomla! 5.x • joomla 5 favicon back background on...
i have set on my joomla 5 favicon via https://realfavicongenerator.net/ i put my logo with transparent background (png)when i "Add to Home Screen" the website to iphone the favicon that its saved it...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
With WAMP you can have the latest DB.I've already updated MariaDB to 10.11 on the server. The problem is Joomla says the DB Structure is not up to date in the Update screen, but in Maintenance screen...
View ArticleTemplates for Joomla! 5.x • Cant set height for log?
I just discovered the wonderful 'options' menu in Joomla backend, and replaced the logo in real time on the front end. Only problem is the dropdown menu does show 'logo' in options (for site template...
View ArticleTemplates for Joomla! 5.x • Re: Where is Helix Framework title?Helix CSS files
Yes, don't change the Helix CSS (since it will be overwritten when Helix is updated).Custom CSS goes in a file you have to create, called custom.css (similar to the default template Cassiopeia, but...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error Pages in General
Even if you don't have any of those, you will receive Apache's standard 40x or 50x server error messages (usually plain black text on a white screen).What files are in your "errors directory" that you...
View Article