Installation Joomla! 5.x • Trying to install joomla 5 on Pi
Hi AllI was trying to install joomla on a Pi. I've installed Nginx and PHP 8.3 but the installation page just comes back with tthe 500 error. I've used the Forum Post Assistant and managed to clean up...
View ArticleInstallation Joomla! 5.x • Re: Trying to install joomla 5 on Pi
You won't get far until you fix the Database Credentials incomplete or not available problem. Check the configuration.php file in the root.Statistics: Posted by cmbay — Tue Apr 23, 2024 2:05 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: problems with CMS content since...
I have the exact same problem as described in my post: viewtopic.php?f=834&t=1008667I can insert other filetypes such as images etc, but not PDF-files.Statistics: Posted by GarageDrake — Tue Apr...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 4.4 not blocking email...
It turns out that the Community Builder module does not disallow email domains as per the joomla setting. Disabling the CB registration and using the native Joomla registration fixed it. I find this...
View ArticleTemplates for Joomla! 5.x • Re: New Theme Styling missing
To get you started:1. Copy the index.php file from Cassiopeia into your Child2. To add bootstrap css: Within the php part addCode: $wa->useStyle('bootstrap.css');3. To add your custom CSS: Within...
View ArticleAdministration Joomla! 4.x • Re: Admin LogIn issue
...I am thinking it is related to that extension.That misplaced comma and spelling mistakes in the error message suggests a poorly written extension.Any ideas WHERE to start?I suggest turning on error...
View ArticleTemplates for Joomla! 4.x • Re: Linking to an image from Media Folder in CSS
I needed to write it like this:/mynewsite/images/box.jpgNot fixed. This means that your localhost is incorrectly configured, since after transferring to real hosting you will need to change it back to...
View ArticleExtensions for Joomla! 5.x • Re: GDPR compliance?
For sharing personal data (IP address is considered personal data) or storing 3rd party cookies you need to get consent.So if you want to comply with the GDPR, you should not share your users IP...
View ArticleAdministration Joomla! 5.x • Re: Change colour of a menu item
Are you using a Joomla51 template? Or are you just refering to the tutorial?If you use Cassiopeia, then yes the user.css file is correct.Use the class of the menu-item.Open the DevTools of your...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Hierarchy database error
Hi, it is just in the database area of Joomla backend System. This is all it says (It is an Administrator component):HierarchyThis tool will let the admin set a ‘Reports to’ field for each user in the...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Failed from 3.10.12 to...
Can't speak for @mowen10 (but suspect he thinks similar) just passing on the help that was/is given to me.Statistics: Posted by Webdongle — Thu Apr 25, 2024 12:39 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Google reCaptcha not working on...
I have virtuemart. Disabling/updating mootoo didn't help meStatistics: Posted by DimSun — Thu Apr 25, 2024 1:38 pm
View ArticleExtensions for Joomla! 3.x • JCE Mediabox popup not work on subpages
On first page, JCE popup works correctly:https://outdoorteleshop.com/hu/ (Hungarian site)However, on a subpage like an article layout It does not work.https://outdoorteleshop.com/hu/termekek ......
View ArticleTemplates for Joomla! 4.x • How to place logo only in nav menu of mobile device
Hi, I have a page: https://times11.com/. I am using cassiopeia theme. On mobile devices, I want to place the logo image in the middle of red ribbon menu bar. Please help how do i do it. The desktop...
View ArticleTemplates for Joomla! 4.x • Re: How to place logo only in nav menu of mobile...
Mod. Note: Relocated topic to the templates forumStatistics: Posted by Per Yngve Berg — Thu Apr 25, 2024 2:06 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: get homepage id/alias?
https://api.joomla.org/cms-5/classes/Jo ... uItem.htmlif ($this->item->home)I tried that, but the following code throws an error:Code: //add special Markup element if Article is home or...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Get rid of "Prev" &...
It's a plugin. You'll find in the Plugin Manager. It does have an layout which can be overridden. How to create overrides: https://docs.joomla.org/J4.x:Template_Overrides.Found, and created an...
View ArticleExtensions for Joomla! 5.x • AI Semantic Search Integration with Joomla
Hi, This is similar to my previous post: viewtopic.php?f=844&t=1008777I created a React Component UI for AI Chat and AI Semantic Search. For the Semantic Search, Does anyone know of a way to index...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Table...
Try running database fixer.Thanks. I did as yuo suggested, and now get a slightly different error when I go to the Update Joomla button or the update extensions button:0 Could not load root...
View ArticleGeneral Questions/New to Joomla! 5.x • Get 2 most recent articles of category?
In my override template for Article, I want to display the 2 most recent articles from the category "news." What is the best way/best practice to do this?Statistics: Posted by SocketPup — Fri Apr 26,...
View Article