Administration Joomla! 4.x • Re: Back end loads bad if I turn OFF debug?
Please post the FPA report, and any PHP or debug errors (if any) that are showing on screen.FPA is here: https://forumpostassistant.github.io/docs/ - follow the instructions, download and run the...
View ArticleJoomla! 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 ArticleExtensions for Joomla! 5.x • Re: JCE editor stripping PHP date code
As an afterthought, it is possible to customise the Joomla Footer module that changes the year in the copyright clause automatically. Create a template override of mod_footer and edit the PHP code in...
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! 4.x • SQL Table error cannot backup...
hi folks, hope you are fine, we get some server down tonite (1) and when the server get back, i'll tried to do a backup and get this messageIncorrect datetime value: '2024-03-31 02:26:45' for column...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: SQL Table error cannot backup...
From memory I recall you can edit the date column of the table to allow dates?Statistics: Posted by Webdongle — Sun Mar 31, 2024 3:42 am
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: navigate between sections in...
You can set classes in the Menu Item.Thank you. It works in the sense that I can alter background-color, but I can't seem to change css for images and paragraphs (.about-us img {width:300px;}) doesn't...
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Form with multiple selection criteria
Do you need a web form used as a search form, where the user inputs their criteria to retrieve job vacancies, or a form to submit such job vacancies (or both)?These are the current extensions that may...
View ArticleExtensions for Joomla! 4.x • Re: 0 - Invalid controller class: method while...
The Multi-Factor Authentication (MFA) looks like a red herring here.5 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/modules/mod_igallery/tmpl/default.php:1713...
View ArticleExtensions for Joomla! 5.x • Re: Filter Content Using Tags
What gallery are you using?I am using Event GalleryIt allows me to add a watermark when needed.It allows me to have sales vs free when needed.I'm very happy with this extension, but am open to...
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: What is being checked for upgrade...
Two places to look:In System / Extensions you will see the Version number of each extension. This comes from its Manifest file on installation.In System / Update / Update Sites you will see a list of...
View ArticleExtensions for Joomla! 5.x • Re: JCE editor stripping PHP date code
If there is not much of processing to be done for displaying the footer, the footer module text could be changed using language override as shown below:Original language sting:Code:...
View Article