↧
General Questions/New to Joomla! 3.x • 1054 Unknown column 'system_data' in...
Hello there!This is my first posting in this forum. I do have a problem with updating my Joomla Site.I want to update from 3.10 to 4.4.3.I uninstalled almost everything, that could cause...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Hey David,This is how you can use the HTTP class provided by the core for your API requests to retrieve the article text:Code: $apiKey = 'API-KEY';$apiUrl =...
View ArticleExtensions for Joomla! 4.x • Re: FlexBanner v 5.1.05
Report it to the extension developer.Statistics: Posted by gws — Fri Apr 12, 2024 2:44 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Custom fields in a child category
To display custom fields in the parent category I use the code: Code: <?phpforeach ($this->category->jcfields as $jcfield) { $this->category->jcFields[$jcfield->name] =...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cassiopeia Title
Yes the title of the article:<div class="page-header"> <h1 itemprop="headline">Statistics: Posted by joomlerGR — Fri Apr 12, 2024 2:54 pm
View ArticleJoomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
If you give specific examples it would be easier to help.You can still write old-style code and it will work in J4, so that's not really a yardstick.Statistics: Posted by MarkRS — Sat Apr 13, 2024...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops
Here..Statistics: Posted by albapets — Sat Apr 13, 2024 1:56 pm
View ArticleGeneral Questions/New to Joomla! 5.x • New location for Additional Fields
Greetings,I created a custom template and I'm inserting the Additional Fields.I want to be able to customize the positions where Custom Fields appear, so I want to create new positions to add to the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Creating a custom module - no editor
Yes, I went to Firefox and found one file was not returning a not-found message on reload. A re-installation appears to have fixed the matter.Thank you for pointing me in the right...
View ArticleInstallation Joomla! 5.x • Installing Sample Data for Cassiopeia
I've just upgraded to Cassiopeia but don't have any sample data...Don't see any option to install it from the Home Dashboard. Can someone help me out?Thanks in advance!Statistics: Posted by Peace...
View ArticleInstallation Joomla! 5.x • Re: Installing Sample Data for Cassiopeia
It's an Admin Module that have to be published on the Dashboard.Statistics: Posted by Per Yngve Berg — Sat Apr 13, 2024 3:17 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Update to Joomla 5x and PHP 8.2x...
No one advised you to update Joomla. I advised reinstalling core files.Joomla components are updated when Joomla is updated to a newer version.Moving to a new server could be the problem if you failed...
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
Welcome to the Joomla forum!When you ran the script phpinfo.php, was it run from the main Joomla folder, the same folder where the file configuration.php is located?Yes I did and thank you for the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: MySql 8.0.13
The allure of enhanced performance and security with MySQL 8.0 is undeniable. However, the decision to mandate a minimum requirement of MySQL 8.0 for Joomla 5, despite Joomla 5 not utilizing any new...
View ArticleSecurity in Joomla! 5.x • Disabling MFA
Hello,I have disabled MFA plugins on front-end but the Passkey icon remains on the login module.Can you help me ?Thanks in advanceStatistics: Posted by fredooweb — Sun Apr 14, 2024 2:51 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Removing border around a banner image...
In Cassiopeia, I've put an image in the banner position that displays with a white border on each side. I would like to eliminate the border, so using Developer Tools in Chome, I believe I found the...
View ArticleLanguage - Joomla! 5.x • Chinese Semplified and Hindi
When Chinese Semplified and Hindi languages will be available for Joomla 5?Statistics: Posted by MacGin — Sun Apr 14, 2024 4:01 pm
View ArticleInstallation Joomla! 5.x • Re: Can't access Admin panel after 4-5 upgrade
Please open your administrator/logs/joomla_update.php file with a text editor and see what is there - especially at the end where any sql statements are located. It looks like one or more sql...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
You are welcome!For the alias, you may use the normal search filter:Code: DOMAIN/api/index.php/v1/content/articles?filter[search]=newslettersStatistics: Posted by Kubik-Rubik — Mon Apr 15, 2024 2:26 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Thank you!The border appears in Developer Tools. I also tried div.grid-child.container-below-top {padding:0px!important;}When using Developer Tools I noticed some other divs related to the image, so I...
View Article
More Pages to Explore .....