Forum Post Assistant (FPA) • FPA 1.6.6 reports Joomla 5.0.3 as development...
FPA shows Joomla 4.4.3 correctly:FPA-166-in-Joomla-443.pngHowever, Joomla 5.0.3 is reported as a development version:FPA-166-in-Joomla-503.pngStatistics: Posted by toivo — Wed Mar 27, 2024 10:33 pm
View ArticleFrench Forum • Re: j'ai installé jcomments
Hello,Tu n'as certainement pas désactivé l'élément qui crée le message d'erreur, je vois que c'est le plugin de contenuJcomments est un ensemble d'extension, en désactiver certaines va créer des...
View ArticleJoomla! 4.x Coding • Re: How to fix error 00 Call to a member function get()...
I suspect the problem is your model load line in the view file. You don't need to do that at all.Instead of your "$this->thing = $model->get<thing>();" lines you want "$this->thing =...
View ArticleAdministration Joomla! 5.x • Re: Best way to store Joomla API token when...
Maybe this will clarify my question? I don't want to put my Joomla API token into code in plain text for security reasons. What is a secure way to store the token but be able to retrieve it for a call...
View ArticleInstallation Joomla! 5.x • Re: An error has occurred while processing your...
Thanks for the quick reply. I am not sure I am using the correct database but it is the only one that I created that is related to Joomla. This is a clean install but it is a manual installation...
View ArticleGeneral Questions/New to Joomla! 5.x • [* spam *] Beoordelingen Risicovolle...
[* spam *], of ze nu gevaarlijk hoog of laag zijn, kunnen levensbedreigend zijn. Diabetes treft miljarden mensen over de hele wereld; het is een chronische gezondheidstoestand en diabetes type 2 komt...
View ArticleExtensions for Joomla! 4.x • Re: How can internal pages be linked from SP...
I'd ask Joomshaper questions on the Joomshaper forum. The documentation is pretty straightforward.Statistics: Posted by AMurray — Thu Mar 28, 2024 10:20 pm
View ArticleAdministration Joomla! 3.x • Re: How do I send out notifications to...
You probably won't find any current solution for Joomla 3, which has long been End of Life. A quick Google search revealed many old forum posts of people asking about and wanting such a feature since...
View ArticleAdministration Joomla! 4.x • Re: Admin template not loading css
You have a vulnerable version of Acy Mailing installed and have been hacked.Can you please expand on that a bit? I installed the "free" version of ACYMailing a couple of weeks ago. Which version is it...
View ArticleTemplates for Joomla! 5.x • User CSS in Admin not fully loading
I don't have a clue "why" on this, but today I attempted to edit my site which required adding some CSS.I pulled up my user.css file and saw that it only would scroll to line 316.But on the front end,...
View ArticleInstallation Joomla! 4.x • Folder Permissions all unwritable
I'm not new to Joomla but this is the first time in a long time I've tried a local installation. So the install went ok, just a bare site, and seems ok but when I look in the back end at the system...
View ArticleTemplates for Joomla! 5.x • Re: User CSS in Admin not fully loading
see viewtopic.php?f=811&t=1004134 with similar questionStatistics: Posted by AMurray — Fri Mar 29, 2024 3:44 am
View ArticleInstallation Joomla! 4.x • Re: Folder Permissions all unwritable
If you are using localhost please see https://docs.joomla.org/Installing_Joom ... bian_LinuxStatistics: Posted by Webdongle — Fri Mar 29, 2024 3:46 am
View ArticleGeneral Questions/New to Joomla! 5.x • Schema Plugin is missing in Joomla 5
I have a new Joomla 5.03 site but there is no Schema Plugin.I made a new Joomla 5 site and used akeemba to restore a backup from my old 4.4 siteHow can I install or add schema to my joomla...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Joomla 5 SEF...
That can help. Use phpMyAdmin from the cPanel or a similar page provided by your host and browse the table _menu. Locate the menu item for Category Blog. Does it look like the following, ignoring the...
View ArticleAdministration Joomla! 4.x • Back end loads bad if I turn OFF debug?
Currently running Joomla 4.4.3 on PHP8.2.We dialed up the PHP from 7.4 today when we installed a new version of Regular Labs Modals. We had the error reporting and debug on for a while because the...
View ArticleAdministration 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Home point to other link after login
Hi Amurray, much of the work is finished, the only inconvenience is that when the user clicks on the logo, instead of sending it back to nomedominio.com/homepage, it sends it back to...
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 Article