Joomla! 5.x Coding • Re: Use third componet's class in my cli application
You need to load the namespace. I use some CommonMark stuff in a library in a component (probably a bad idea). Then I do this:Code: require JPATH_ROOT ....
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
You will need to upgrade your PHP anyway since the minimum requirement is PHP 8.1 for J5.https://manual.joomla.org/docs/next/get ... uirements/Statistics: Posted by AMurray — Fri Mar 22, 2024 10:35 pm
View ArticleExtensions for Joomla! 4.x • Re: How can internal pages be linked from SP...
I can't view your site. Mcafee says it's a "risky" site and therefore my firewall blocks it. I suspect it may be because of the ".info" domain suffix (not a common one like .com, .org etc).You link a...
View ArticleJoomla! 4.x • Foutmelding bij verzenden Visform
Ik heb op onze website een Nederlands inschrijfformulier aangemaakt. De verzending per mail werkt prima.Nu heb ik een Engelse vertaling van dit formulier gemaakt en de variabelen in het email gedeelte...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error...
Please would someone help me find my way out of this hole?The plugin System - User Actions Log IS enabled. The module "latest actions" is not to be found on the home dashboard. And System - Manage -...
View ArticleExtensions for Joomla! 5.x • JCE editor stripping PHP date code
Trying to place date code in footer for copyright but JCE editor keeps commenting it out. I have profile set to permit php code but it still breaks the code.<?phpecho date("Y") . "";?>I have...
View ArticleJoomla! 4.x Coding • Re: Custom Joomla 4 Authentication Plugin
The plugin will load now and not give the error, however autnetication is not working. Using the exact example, unmodified, username exists and password is username reversed (not the actual password...
View ArticleGeneral Questions/New to Joomla! 5.x • Recommendation for Joomla 5 Host
I have been using SiteGround as my host since the days when they were the preferred Joomla host. Unfortunately they have not moved with the times and are not able to advise when they will be updating...
View ArticleExtensions for Joomla! 5.x • Re: JCE editor stripping PHP date code
Where was this PHP code inserted? If your code was inserted into a newly created Custom module, please note that PHP code is not run unless the website has a plugin that executes PHP code, for example...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Recommendation for Joomla 5 Host
A quick google search found a couple that might be possibilities (not really my 'recommendation' but just google searching for 'australian web hosting'.Three firms in the top listing of Google...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Search stop working after...
Use smart search or a 3rd party pluginStatistics: Posted by Webdongle — Sun Mar 24, 2024 4:41 am
View ArticleSecurity in Joomla! 4.x • Re: blacklight
I've tried to make my website "minimal user data" and I tried blacklight on it.https://themarkup.org/blacklightmy websitehttps://ukjive.co.uk/index.phpis clean apart from: On the site you are...
View ArticleGeneral Questions/New to Joomla! 4.x • I'm new to Joomla 4 URL Help
Hello, I am new to Joomla 4, I have a question.Search Engine Friendly URLs OnUse URL Rewrite OnI am creating a category called data and inside it I created an article called...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: I'm new to Joomla 4 URL Help
Welcome to the Joomla forum!Create a hidden menu, in other words, a menu that does not have a corresponding menu module. Add a menu item type 'Category List' or 'Category Blog' and call it 'data'....
View ArticleTemplates for Joomla! 5.x • Locating customised hyperlink colors
Hi,How could I locate the overrides to standard Cassiopeia hyperlink formatting (unvisited, hoverover, visited)?Somebody (no longer available) was working on a site and did some formatting that I wish...
View ArticleTemplates for Joomla! 5.x • Re: Locating customised hyperlink colors
The recommended way to customise styling of the Cassiopeia template is to add the CSS items into the file user.css. Here is the full path to this file: Code:...
View ArticleJoomla! 4.x Coding • Re: Using Composer on Joomla 4
What about this articlehttps://docs.joomla.org/J3.x:Using_Composer_with_JoomlaWhat do You mean about to ship the custom vendor?I can copy all the vendors to our libraries/vendor folder.But what about...
View ArticleAdministration Joomla! 5.x • Re: How to change the /administrator path to a...
The problem with using extensions that are not developed for nearly 4 years is they will fail in the near fututure. When Joomla or php is updatedStatistics: Posted by Webdongle — Mon Mar 25, 2024...
View ArticleJoomla! 4.x Coding • How to fix error 00 Call to a member function get() on...
Hi!This is my first component for FAQ. It has several views:Faq - base view for page infoFaqcontent - view for list of all questionsFaqContentItem - edit view for add or edit question.Now I have this...
View ArticleGeneral Questions/New to Joomla! 5.x • Permissions in ACL
Hi,I have created a new group under registered users. Their job is to work on the template we are createing.I have given the users all the permissions I can think of, but we seem to be missing one key...
View Article