General Questions/New to Joomla! 5.x • Re: Contacts not in Components menu
Ok, i see now "contactpersonen" and "admin" is on the list of contacts. But on the left side under menu "componeten" i don't see the link "contactpersonen"Statistics: Posted by pww — Sat Jan 06, 2024...
View ArticleAdministration Joomla! 4.x • Re: LogOn Popup Modal
For some reason, I'm thinking there was some code put in the back end but I just don't remember. Hi. Provide a link to the site where it worked and a link to the site where you want to get it to...
View ArticleTemplates for Joomla! 5.x • Re: Cassiopeia & Joomla 5.0.1 --- Hamburger...
Hi. After playing with the header & footer for the past day, I managed to get the footer working the way I want. Still not able to find the css that is controlling the hamburger menu showing...
View ArticleExtensions for Joomla! 5.x • Crosstec Content Builder issue with CodeMirror...
Hi,We are using "ContentBuilder" from Crosstec.org but support seems off.This application call Codemirror editor instance to display forms in a PHP file. This was OK in Joomla 4 and Codemirror 5.65 In...
View ArticleSecurity in Joomla! 4.x • Re: MIME-type sniffing
Thank you for sharing this helpful trick.Statistics: Posted by net1 — Sun Jan 07, 2024 4:50 am
View ArticleExtensions for Joomla! 5.x • Re: Crosstec Content Builder issue with...
CodeMirror ships with Joomla, you are stuck with whatever version ships with Joomla at each update. I don't think you can update CodeMirror individually; it's part of the Joomla core.The...
View ArticlePerformance - Joomla! 5.x • only category list slow
The site's performance is normal except for one thing: there is a very slow loading of the Category List. I checked everything and did not see a problem, to the point that I thought the problem was...
View ArticleTemplates for Joomla! 4.x • Re: CSS Help Needed - Cassiopeia
Thank you very much toivo, but still in trouble: on the path you suggested there are three other forlders: global, systems and vendor.Where i need to place the user.css file?EDIT: found the folder,...
View ArticlePerformance - Joomla! 5.x • Re: only category list slow
The problem is not solved. I am presenting ideas, but I do not know why this slowness?Statistics: Posted by abomareya — Sun Jan 07, 2024 9:13 am
View ArticleJoomla! 4.x Coding • Re: How to override the MailerFactory?
You have to override the mailer factory service similarly how MVC Override plugin overrides the MVC factory service.Statistics: Posted by SharkyKZ — Mon Jan 08, 2024 6:39 am
View ArticleExtensions for Joomla! 4.x • Re: Food and beverage ordering system for waiters
All extensions are "free and open source". Free to charge for them or not, open source for others to modify."Free" in this context doesn't necessarily mean "free of monetary charge".Thank you Mr....
View ArticleExtensions for Joomla! 4.x • Re: Free exstension - Hotel room reservation...
Have tried. https://extensions.joomla.org/extension ... /solidres/https://extensions.joomla.org/extension ... servation/Thank you Mr. Webdongle, will try your suggestion! Thank you so...
View ArticleJoomla! 4.x Coding • Re: joomla rest api
According to the small print in the section '3. How to get the Joomla API Token' of the following article in the Joomla! Community Magazine, it would be possible to grant API access to a newly created...
View ArticleJoomla! 4.x Coding • Re: Get current user in Joomla 4.4.1? (SOLVED)
Thank you everyone! Here's the replacement for code for Joomla 4.4.1:-----------------------------------------------------------------------<?phpdefine('_JEXEC', 1);define( 'JPATH_BASE',...
View ArticleAdministration Joomla! 5.x • Re: Want to use Smart Search to return a page...
Consider using Joomla extensions like Regular Labs "Search & Replace" or "Joomla Smart Search - DOCman" for advanced search functionality. These can help tailor the search results to better suit...
View ArticleExtensions for Joomla! 5.x • Re: removing component completely
I figured out how to do it.i unzipped the main package and installed it one by one.Statistics: Posted by user13 — Mon Jan 08, 2024 8:51 am
View ArticleAdministration Joomla! 4.x • Re: Restoration of J 4.4.1 editor
you didn't need filezilla. XAMPP runs on your PC...... Statistics: Posted by AMurray — Mon Jan 08, 2024 9:05 am
View ArticleJoomla! 4.x Coding • Re: Get current user in Joomla 4.4.1?
Here is another way to present the last three lines of code. The ternary operator ? checks the user login status.Code: $user = $app->getSession()->get('user');echo ($user->id) ? $user->id...
View ArticleAdministration Joomla! 4.x • Re: Guided Tours errors
Most collations are utf8mb4_unicode_ci but some are utf8mb4_bin. You can find the latter by searching your .sql files (administrator/components/com_admin/sql/...) and then you can copy/paste whole...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 4.4.2 RC1
The malfunctioning of the option 'Require Password Reset' has been reported and confirmed in the topic no ‘required password reset’. There is an open Tracker item about this issue in Joomla 4.2.2 at...
View Article