Administration Joomla! 5.x • Re: Default Admin Module Setting
Thanks @webdongle. Not a big deal!Statistics: Posted by gsmela — Sun Jun 09, 2024 8:16 pm
View ArticleJoomla! 4.x Coding • Re: I can't get the <update> mechanism to work.
According to the docs here:https://docs.joomla.org/J3.x:Creating_a ... ic_ModuleCode: <name></name> can be a translatable string and even pulled from the language.ini fileThen, according...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error when access front end and...
if you're using "database" as your sessions handler, that could be one reason for the DB quickly filling up.Purge (delete) the #_sessions table records (phpMyAdmin).Then use "file" (or the alternative...
View ArticleAdministration Joomla! 4.x • Re: Daily notifications of Joomla update
Regarding the softaculous suggestion, I would agree - maybe if updated through softaculous, joomla itself then doesn't compute the update being done, or vice versa, if you updated through Joomla...
View ArticleGeneral Questions/New to Joomla! 5.x • Creating an article
Hello,I have set the menu-item "Create an article" >>> "Options" >>> "Specific category" to No.Now, in the front-end a publisher can change the category wenn creating a new...
View ArticleJoomla! 4.x Coding • Re: How to write e.g. left join with nested select...
This is the query I am trying to re-write in J4. There is a nested select statement with left join in an outer left join.Code: $query = " SELECT u.id, u.name AS user_name, t.concatenated_topics as...
View ArticleJoomla! 5.x Coding • Re: Plugin to notify users of new articles
I just released a package doing what you are working on : AutoMsg : https://github.com/conseilgouz/pkg_automsg_j4I installed it, and though it said the installation was successful, it also threw an...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Creating an article
Depends on PermissionsStatistics: Posted by Webdongle — Mon Jun 10, 2024 6:15 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Migrate/update from 3.8.8 to Joomla 5
Greetings! I've taken on an old site with Joomla 3.8.8. I upgraded to the latest PHP. Now need to upgrade or migrate to the latest Joomla version. I see I have to move to 3.10 first but cannot find...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migrate/update from 3.8.8 to...
Use the Joomla Update component. It should detect the 3.10 version available, and prompt you to update immediately. Be sure to backup your site. Disable any extensions in doubt (third party may not...
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: Login Problem / Migrate
you need to update from 3.10 to 4 then 4 to 5 - no other migration path.Statistics: Posted by AMurray — Mon Jun 10, 2024 10:04 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Getting..Using $this when not in...
Many thanks.I see this message in the Update section. Should I do anything about this ?The PHP temporary folder is not set.The PHP temporary folder is the folder that PHP uses to store an uploaded...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Showing categories and articles as...
You arrange them in a menu module in that nested layout. Making "parent" items and "child" items under them.The module should have a setting for "show collapsed" (so it shows only the parent items)...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Migrating from MySQL to MariaDB...
I prefer not to use third-party components.I would like to hear the opinion of someone who has migrated from mariaDB to mysql without using akeebaStatistics: Posted by sgiobbio — Tue Jun 11, 2024 7:36...
View ArticleTehnička pitanja • Re: Slobodni i otvoreni editori teksta
Odlicni su, puno hvalaStatistics: Posted by Gregory88 — Tue Jun 11, 2024 7:46 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: No component Contacts
Why is that screenshot showing only one row?Try this in the SQL box:Code: SELECT * FROM `xxx_menu` WHERE `title` like 'com_contact%'Where xxx is your table prefix. j25 suggests it has a long...
View ArticleExtensions for Joomla! 4.x • Re: DPcalendar: class not found after update
It seems that the automatic update just updated the mini module, not the core compponent... I've uploaded the core files manually and everything works now!Statistics: Posted by Breiti85 — Tue Jun 11,...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: sub menu not displaying when...
As @gws identified, FPA says database doesn't support Joomla 5.1.1 (FPA reports MySQL 5.7 not 8.x).....but you still have a somewhat working site? (I'm surprised by that).Statistics: Posted by AMurray...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Errors in Notification area,...
I am not sure how to do that, I am learning as I go along! I can download the SQL database but I am not sure how to get the backup files (The restore was done by the someone at the Hosting...
View ArticleTemplates for Joomla! 4.x • Re: what is best type framwork and template for...
stick with the "joomla framework" . You don't necessarily need anything beyond the default joomla template. The default is already accessible in terms of different devices."bootstribe"? Do you mean...
View Article