General Questions/New to Joomla! 5.x • Re: Batch transfer of articles from...
... to transfer the ID of some articles from a user that no longer exists to another user ID ... the batch transfer option that no longer exists for the user.Can you prove this feature existed in a...
View ArticleJoomla! 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 • joomla inventory
is there any specific extensions that allo joomla 5.x act as a ecommerce store and inventory.?looking to try to say post my card collections as each card is a product. and the biggest things is to say...
View Articledocs.joomla.org - Feedback/Information • Re: docs.joomla.org/J4.x:Dev -...
Mod. Note: Relocated the topic to the docs.joomla.org - Feedback ForumStatistics: Posted by Per Yngve Berg — Sat Mar 23, 2024 8:01 pm
View ArticleExtensions for Joomla! 5.x • Re: joomla inventory
There are dozens of e-commerce extensions.https://extensions.joomla.org/category/e-commerce/They can be used to sell tangible (physical) products or electronic products.Statistics: Posted by AMurray —...
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 ArticleSecurity in Joomla! 4.x • Re: blacklight
Yes it says "a script" but I've got no response from blacklight so I thought a joomla genius might say "just turn this off".Statistics: Posted by gnarly — Sun Mar 24, 2024 10:45 pm
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 ArticleAdministration Joomla! 3.x • Re: Empty #__schemaorg database table
Hello toivo,Yes, it is strange as there are two versions of the schemaorg table. One with #__schemaorg and another with the database prefix.No upgrades have been applied to the website yet. I am just...
View Article