↧
General Questions/New to Joomla! 5.x • Re: New to Joomla 5 and need help with...
I don't know Mamp but in wamp you change the upload limit in the php options of the php version you are using.Statistics: Posted by gws — Sun Aug 11, 2024 2:28 pm
View ArticleTemplates for Joomla! 5.x • Re: Undefined function get_current_user() when...
This is rubbish. The original function fetch the Linux User on the Server, while the second function fetch the Joomla User. Two entirely different things.You could have explained more gently that this...
View ArticleAdministration Joomla! 5.x • Re: Menu item and article titles can not be hidden
Menu itemOptions tab ... Title fieldPage Display tab ... Show Page Headinghttps://docs.joomla.org/Help51:Menu_Ite ... d_ArticlesStatistics: Posted by Webdongle — Sun Aug 11, 2024 4:28 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 4.x • Re: How do I fix...
Searching forDuplicate without user-selected canonicalI found top resulthttps://www.google.com/search?client=fi ... +canonicalGoogle has found identical or very similar content on your website but has...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: I set the Update Channel to Next...
Would you pm me a link to the jpa backup file please?Statistics: Posted by Webdongle — Mon Aug 12, 2024 2:50 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Malware found in Joomla 5 files
It looks like your website has been hacked.Joomla uses the /libraries/ folder but not /libraries_bak/ and /libraries_old/Those file might be backdoor scripts.Statistics: Posted by pe7er — Mon Aug 12,...
View ArticleAdministration Joomla! 4.x • creation of tree structure dropdown menu
Hello, newbie here. I have been volunteered to take over management of an existing Joomla! 4 site. I have researched the various forums, but cannot get a solution, to what I think is a simple...
View ArticleJoomla! 4.x • Αλλαγή σε font στο μενου του Joomla 4
Kαλησπέρα, Έχω ένα site με Joomla 4 και το default Cassiopeia template. Αυτό που θέλω είναι να αλλάξω το font στο menu αλλά και στους τίτλους των άρθρων με κάτι διαφορετικό, ένα font που δεν είναι το...
View ArticleAdministration Joomla! 4.x • Re: creation of tree structure dropdown menu
Welcome to Joomla. You should find this useful. https://jdocmanual.org/?view=manualStatistics: Posted by gws — Mon Aug 12, 2024 5:18 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Broken site after upgrade from...
@ceford Thanks so much for this answer! I checked my #__menu_types table and it was missing the ordering column. So I ran the two sql statements above (ALTER TABLE and UPDATE) and was able to login to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Minimum height of text box
This probably requires some CSS.Post the url to the page where these textboxes are displayed.When we see your code we will be able to help you better.Statistics: Posted by Mr. Wimpy — Tue Aug 13, 2024...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to optimize my site?
Have you installed Joomla in the same folder as WordPress? no, it is a sub domain.How is that WordPress theme mixed up in your Joomla website? It is from the sub domain.to use cache more efficiently -...
View ArticleArabic Forum • كيف يمكنك ربح المال من التداول؟
لربح المال من التداول، يمكنك اتباع الخطوات التالية:1. تعلم أساسيات التداول: فهم الأنواع المختلفة من الأسواق المالية (الأسهم، الفوركس، العقود الآجلة، إلخ) والمصطلحات الأساسية.2. اختيار منصة تداول...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: "readmore" for tag pages
There is already an options to "Read more" in Joomla 5.2.1, but all paragraph after "Read more" goes to the right like with tags <Blockquote>Statistics: Posted by Beata — Tue Aug 13, 2024 4:59 pm
View ArticleJoomla! 5.x Coding • select query with loadAssoc not returning array
Hi-When I used:Code: use Joomla\CMS\Factory;$user = Factory::getUser();$db = Factory::getContainer()->get('DatabaseDriver');$userId = $user->get('id');$db->setQuery('SELECT u.name, u.email,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Question about deleting articles...
Anything that is linked to an article ex; images.pdf's etc only the links are trashed, you would have to embed images in an article for it to be removed and that is not very practicable.Thank you for...
View ArticleAdministration Joomla! 5.x • Module assignments in Joomla 5
Being familiar (14 years I've used Joomla) with administering older Joomla version (2, 3), you used to be able to restrict modules (in my case Login and custom Menu) from appearing on selected...
View ArticleAdministration Joomla! 5.x • Re: Module assignments in Joomla 5
It's always been Assignments with Menu Items. Perhaps you had an Extension installed like "Advanced Module Manager".Statistics: Posted by Per Yngve Berg — Tue Aug 13, 2024 7:53 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Problem loading images in...
Dear Toivo,thank you very much for your fast answer. The column enabled was already set to 1. I saw that the column 'access' was set to 0 and I changed to 1. But the result remains the same error...
View ArticleJoomla! 5.x Coding • Re: select query with loadAssoc not returning array
Fist of all, put your ON clauses outside the parenthesis.You don't need a parenthesis thereStatistics: Posted by sakiss — Wed Aug 14, 2024 1:36 pm
View Article