General Questions/New to Joomla! 5.x • Re: Smart Search Module In Main Menu
I just don't understand that. I'm clearing missing something.Statistics: Posted by guy_in_ohio — Thu Jan 02, 2025 2:32 am
View ArticleJoomla! 4.x Coding • Re: Am I doing something stupid?
Thanks toivo, I had found Nick's fantastic book, which has saved me many hours of trying to work out how the new Joomla works. I'd even read the namespaces chapter a couple of times, but I think it's...
View ArticleJoomla! 5.x Coding • Re: Using FA icons in a custom button with Toolbar Helper
This data isn't passed directly as a parameter but is wrapped into the layoutData array.What I'm looking at is the joomla layout for iconclass in the joomla button layout...
View ArticleGeneral Questions/New to Joomla! 5.x • How to edit a mass email to start...
Hi,I want to send a mass email with the text "Hello <First Name>" (where <First Name> is substituted with each user's actual first name).I have read somewhere about how this is done, but...
View ArticleComponentes, módulos e mambots • Problema em iniciar sessão
Olá a todos,Qualquer utilizador não consegue iniciar sessão, a informação que dá é "Por favor, primeiro autentique-se e inicie uma sessão".Devo ter feito alguma alteração que não consigo reverter.Não...
View ArticleExtensions for Joomla! 5.x • Re: Breadcrumbs problem
GuysFound a wee bug . . . was calling scripts AFTER the IF check to see if any maps were found. Moved the ENDIF and that has fixed the main bug.Couple of questions:First: It does not seem possible to...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Siteground server not compatible...
AS OF JANUARY 2 2025Was in process of switching to Scala until I had to explain to L2 support what a domain name server does. They could not tell me exactly what my domain name resolves to, would just...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla SEO function
The missing String belongs to a Plugin.Enable Debug and Language Debug in Global Configuration.A missing String will be shown as ?? String??, **String** is OKA list of loaded Language Files is shown...
View ArticleAdministration Joomla! 4.x • Re: Menu Heading Not showing on Home page
12/3/2025 06:55In reference to previous post, I changed the menu header permissions to public and it shows up on home page menu but the menu items under it do not show on the home page regardless what...
View ArticleJoomla! 5.x Coding • Extend Custom field of type media
Hi,I have several custom fields, which I use in a subform. One of the fields is of type media. The custom field media is working. I can upload a file and set the alt_text attribute. For my website I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to edit a mass email to start...
Please excuse me. The substitution feature is a feature of Community Builder, not Joomla (the CB substitution format is "[firstname]"). The CB user handling takes precedence over Joomla's.My problem...
View ArticleExtensions for Joomla! 5.x • is JEvents still in business?
I have recently purchased JEvents bronze membership but have had queries posted for over a week with no response. In looking further on the forum and tickets I see no responses to anyone in that time....
View ArticleExtensions for Joomla! 5.x • override tinymce 6 in joomla 5
Cheers,How can I override silver theme.min.js from media/vendor/tinymce/themes folder ?Statistics: Posted by davidmfernandes — Fri Jan 03, 2025 6:52 pm
View ArticleExtensions for Joomla! 4.x • Looking for an Events Extension for Joomla 4...
Hello,I recently upgraded my website to Joomla 4 and am looking for an events management extension. On my previous site, which was running Joomla 3, I used DJ-Events, which (not fully) met my needs.I...
View ArticleMigrating and Upgrading to Joomla! 4.x • Error opening articles after upgrade...
After upgrading from 3.10.12 to 4.4.9 I cannot open any articles.I get this error message: Failed opening required '/var/www/vhosts/xxx.net/j4a/components/com_contact/models/category.php'...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: How to get into the backend, if...
Hi,There is no way to find a password from its hashed value. And that's better for security reasons.To recover/reset it, see : https://docs.joomla.org/How_do_you_reco ... assword%3FPascalStatistics:...
View ArticleAdministration Joomla! 5.x • Re: Administrator Cannot Login
This issue seems to be related to a problem in how Joomla handles administrator login sessions or modules after migration. 1st Attempt: Clear Sessions and Cache:Run the following queries in phpMyAdmin...
View ArticleAdministration Joomla! 5.x • Re: client side email validation not work
Hi @zubata,You're right.Your regex works fine. I've tried it. https://regex101.com/r/bp1fR1/1The reason mail@mail passes the browser's built-in type="email" validation is that the HTML5 email...
View ArticleExtensions for Joomla! 5.x • Re: JED Checker
I think you are being unkind to the community. I use the JED Checker to look for problems in my extensions even though I do not publish extensions in the JED.May I suggest you try out VSCode? It is...
View ArticleJoomla! 5.x Coding • Re: Add Module Positions to Custom Admin Component
You need to read about Dashboards:https://manual.joomla.org/docs/general- ... dashboard/A dashboard contains panels to which you can add your own modules.Statistics: Posted by ceford — Sat Jan 04,...
View Article