Joomla! 5.x Coding • Re: Using the Webservices API to read an article
I tried casting to string and still don't get a usable result from $response->getBody()The result of that is NULL.I must still be missing something. Things work perfectly using curl.Statistics:...
View ArticleJoomla! 4.x Coding • Re: How to fix error 00 Call to a member function get()...
Joomla derives list view name by pluralizing the item view. If you stick with core MVC, that would be the convention to follow. But alternatively you can declare the list view name in your...
View ArticleExtensions for Joomla! 5.x • Filter Content Using Tags
I have tried several extensions and none are doing what I need. As my site gets more photo galleries, I'd like to offer the option to have pull-down menus on top to narrow down the search results for...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: navigate between sections in...
You can set classes in the Menu Item.Statistics: Posted by Per Yngve Berg — Sun Mar 31, 2024 3:30 pm
View ArticleAdministration Joomla! 5.x • Re: How to cache Joomla site?
Thanks, Peter.What about .htacces in this case? Is it OK to remain like that?Statistics: Posted by pl71 — Sun Mar 31, 2024 5:00 pm
View ArticleAdministration Joomla! 4.x • Re: Is there a way to disable messages when a...
HiHas this been sorted yet ?For me it throws up a screen with an edit profile button.That is worse than useless . . . I have manged to disable the forgot username and password with css which I found...
View ArticleTemplates for Joomla! 4.x • Creating template as Cassiopeia copy
In 2022 panel user 'aitim' posted the Template Duplication topic and reported successfully copying the cassiopeia installation, renaming all instances of cassiopeia to Sagacic; and deploying. That...
View ArticleAdministracja • Re: Ilustracja wprowadzenia
Jeżeli id kategorii jest różne od id kategorii blog nie pokazywać obrazka wprowadzającego.Oczywiście odwrotnie, czyli pokazewać Statistics: Posted by pablop76 — Sun Mar 31, 2024 6:58 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Joomla 5 SEF...
This the _menu table:Screenshot 2024-03-31 at 22.44.29.pngStatistics: Posted by hackermade — Sun Mar 31, 2024 7:45 pm
View ArticleTemplates for Joomla! 4.x • Re: Creating template as Cassiopeia copy
Create a Child template would be easier https://docs.joomla.org/Help5.x:Templat ... e_selectedStatistics: Posted by Webdongle — Sun Mar 31, 2024 8:50 pm
View ArticleExtensions for Joomla! 5.x • Re: Filter Content Using Tags
What gallery are you using?Statistics: Posted by Webdongle — Mon Apr 01, 2024 9:33 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Very Basic. Login
Are you talking about your web hosting login or a Joomla site login? (they are two completely separate logins, that should not have the same credentials). If you mean you don't have the details for...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Alter css of article?
No, you don't set up the CSS inside articles, you use a custom CSS file (normally called "user.css" e.g. for Cassiopeia, but it may be called something else like "custom.css" depending on the template...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: What is being checked for upgrade...
This should answer your questions: See https://docs.joomla.org/Pre-Update_Check.Noting there is a pre-update check for 3.10 to 4.x and 4.x to 5.x as the upgrade paths are different; you can't for...
View ArticleAdministration Joomla! 4.x • Re: Errors when site moved to new server
A shot on the dark, try turning Gzip off if you think it's not working correctly?FPA shows: GZip: true so set to "false" (in the configuration.php file).I don't know if it will make a difference.Are...
View ArticleExtensions for Joomla! 5.x • Re: Old? RokSprocket extension won't let any of...
Thanks guys I'll do some variation of that. This Joomla install is on a Google cloud VM instance and I'll have to figure out how to get at the files/database.Statistics: Posted by timster — Tue Apr...
View ArticleAdministration Joomla! 5.x • Re: admin style problems
So this is marked as resolved. How did you resolve this?Leo I think after I followed your team to fix gzip according this top viewtopic.php?p=3717350#p3717350And I just clear cache.Statistics: Posted...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't edit Articles in Joomla on a...
The issue may be caused by javascript errors. Load Developer Tools (F12) on the blank page and check if there are error messages highlighted in red in the Console tab.It is possible that some parts of...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Migration to Joomla 4.x goes wrong!
Did you migrate from 3.10.x? That is the only version from which you can upgrade to 4.x. Did you ensure your extensions were 4.x compatible, and follow any advice of the pre-update checker report?How...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade failed from 3.10.12 to...
There may also be issues with 3.10 and PHP 8.2 (especially with extensions that won't run on PHP 8.2).While 4.x recommended PHP is 8.2, the recommended PHP for 3.10 is 8.0. Perhaps you can drop the...
View Article