Joomla! 5.x Coding • Re: Upgrading Extensions and Plugins to use "new...
HiThanks for that link.Its the 4 to 5 changes that have me stumped.I wrote my plugin in and extension for J 4 and then found they worked 100 % for J3 !RichardStatistics: Posted by rgtr — Sat Apr 13,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Installing Sample Data for Cassiopeia
Why upgrade then add sample data?If you already have a site you don't need to add sample data to it.If you don't have a site then install j5 and add sample data to thatStatistics: Posted by Webdongle...
View ArticleGeneral Questions/New to Joomla! 5.x • 3 things Joomla 5 needs to do better
I've been using Joomla from version 1 to 5 which isn't a short time by any means, I've contributed a lot to this community and still haven't thought about changing CMS eventhough I have 3 points where...
View ArticleAdministration Joomla! 4.x • Re: Cannot save article - term_id does not have...
Do you use the Smart Search (finder) to search on your Site?The articles must be indexed before any search can be done.Statistics: Posted by Per Yngve Berg — Sun Apr 14, 2024 6:31 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error found where do i place bugs?
@LEKtronics Fixed. You can see the last commit for JEM Calendar module in JEM https://github.com/jemproject/JEM-Project/issues/1705Statistics: Posted by McKillo — Sun Apr 14, 2024 7:21 am
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Hi Paolo.Carefully study all the examples of BS tables. There is everything you need.2.jpg--For additional stylization, you can add your own classes where you need and use them in your...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops
The stack trace is not really helping. You really need to be able to step through the code to see what is going on. That is not easy if the site is on-line. Do have a desktop/laptop development...
View ArticleGeneral Questions/New to Joomla! 5.x • content writing
How can I be professional content writer ?Statistics: Posted by harry_69 — Sun Apr 14, 2024 10:17 am
View ArticleGeneral Questions/New to Joomla! 5.x • Support the Rozan Family's Gaza...
Hello,I hope this message finds you well. My name is Rozan Al-Sawalhi from Gaza. I'm reaching out to you seeking your support and assistance. I've initiated a fundraising campaign over a month ago to...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Hey David,you are welcome. As SharkyKZ said, you need to send the query parameter properly.Example:Code: ?filter[tag]=JoomlaYou may set the following filter elements:Code:...
View ArticleTemplates for Joomla! 5.x • Re: Undefined function get_current_user() when...
If your host says it is a possible security issue, use the File Manager and its Edit function to access the file from cPanel or a similar page, provided by your host.Statistics: Posted by toivo — Mon...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: J3 subcategory returns...
I have a problem dealing with subcategories in Joomla 3. I have a category and it has subcategories, the subcategories have articles and I want to display them, I can access the subtypes and it...
View ArticleInstallation Joomla! 5.x • Can't access Admin panel after 4-5 upgrade
Hi,I upgraded Joomla 4 to 5.0.3. The website appears to work fine but I can't access the backend. After login I get the following:mysqli_sql_exception mysqli_sql_exceptionHTTP 500 Whoops, looks like...
View ArticleAdministration Joomla! 4.x • Re: Dashboard reporting incorrect PHP version -...
yep, phpinfo says PHP 8.3.2.Can you provide the Forum Post Assistant Report (https://forumpostassistant.github.io/docs/). Im not familiar with that, will take a look into what I need to do with it...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Removing border around a banner...
Just to make sure the code is written correctly, how about this?Code: div.grid-child.container-below-top {padding:0px!important;}Statistics: Posted by sikumbang — Mon Apr 15, 2024 10:47 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Direct Joomla to a subfolder of...
Haven't tested it yet, but maybe you can try by creating a .htaccess file in the root folder containing these rules:Code: RewriteEngine onRewriteCond %{HTTP_HOST} ^www.example.com [NC]RewriteRule...
View ArticleJoomla! 5.x Coding • Duplicate (admin) menu items
When setting up different admin menu sets for different admin groups I have a problem, if someone is in more than one group then menu items that are common to the various groups appear multiple...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: New location for Additional Fields
I believe you will need to create a template override for com_content, where you can modifiy the custom field positions.Statistics: Posted by sikumbang — Mon Apr 15, 2024 11:04 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: The database requirement
Thank you for your fast answer. Maybe I wasn't clear enough about the procedure I followed & the 2 choices I now have.Procedure:- from 3.10.12 => J 4.4.3, everything ok, made a backup- force an...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: 1054 Unknown column 'system_data'...
Well, your database structure is incorrect but database fixer apparently doesn't catch issues like this. You can try re-adding system_data column yourself but there may be more structure...
View Article