Joomla! 4.x Coding • Re: Send email to site admin when a person clicks a...
Thanks. It's a start. Those docs were written for Joomla v2.5 (and most of the links are broken); some methods may still exist in Joomla 4.4 (viewtopic.php?t=994165).What I need is to run some...
View ArticleGeneral Questions/New to Joomla! 4.x • trouble loading templates
Hello all! Another Nooby to pester people. I just installed Joomla 4.4.3 onto my Godaddy sever. But as it has no teplates installed it doesn't lookink like much. When I first log in I see the dash...
View ArticleGeneral Questions/New to Joomla! 5.x • Cant log in to admiun page after...
Took a four year break after breaking my leg. Just uograded to 5.03and the fpagives me tthis:Joomla! Instance :: Joomla! 4.4.3-Stable (Pamoja) 20-February-2024Joomla! Configured :: Yes | Read-Only...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cant log in to admiun page after...
The aboveattachment is a html file saved as txtStatistics: Posted by astarphysics — Sat Mar 09, 2024 8:42 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: trouble loading templates
Welcome to the Joomla forum!The Home Dashboard has all the functions you need from the Joomla backend. Click System in the left pane. If the System Dashboard does not have the options Install, Manage,...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: backend 0 Class...
The class "helppagesHelper" is not a core class in Joomla 3. It belongs to some third party extension.Write-enable and the edit the file configuration.php in the main Joomla folder. Make the following...
View ArticleInstallation Joomla! 5.x • Re: Can't start installation process; error...
Is it normal it is necessary to give chmod 777 to install and give the right permission later?That is not normal. Something has not been configured correctly in the web server, if that is the only way...
View ArticleGeneral Questions/New to Joomla! 5.x • Error: An error has occurred while...
Hi there, the following error is opening every time I am trying to install Joomla for the first time. I use Xampp in a Macos environment.Screenshot 2024-03-09 at 23.34.26.pngDoes anyone know what may...
View ArticleExtensions for Joomla! 4.x • Re: Easy Profile extension
Does anyone know how I would Smart Search user custom fields ?I can't seem to find a way to do this since the SS filter does not display the user field group I set up in user admin.Statistics: Posted...
View ArticlePerformance - Joomla! 5.x • Re: session lifetime not working for users in the...
What is the setting in Global config set to?Statistics: Posted by Webdongle — Sun Mar 10, 2024 7:33 pm
View ArticleJoomla! 5.x Coding • Re: How to add a link to an intro image in Blog view?
Haha! Yeah, found that one myself too afterwards. Thank you for sharing the solution!Statistics: Posted by Kleinpeter — Sun Mar 10, 2024 7:53 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Cannot login after Update J4.4.3 to...
Today I updated 3 different copies of Joomla 4.4.3 site to J5.03. Two local copies to make sure everything would go smoothly and then I did the main site. All of the updates went smoothly as far as...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Cannot login after Update J4.4.3...
First thing you could try - https://docs.joomla.org/How_do_you_reco ... assword%3F and see if that works.Second thing, please provide the FPA report.https://forumpostassistant.github.io/docs/I don't...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cant log in to admin page after...
Unfortunately, your FPA still says v4.4.3 (seems to be the exact same report as contained your OP) - you don't appear to be running 5.0.3 at all. The same thing with the FPA reporting your PHP version...
View ArticleJoomla! 4.x Coding • J4 - Cassiopeia - 'Send Email' button colour.
I changed the colour scheme of my template by including the following in user.cssCode: :root { --cassiopeia-color-primary: #fff; --cassiopeia-color-hover: #9669a9; --cassiopeia-color-link: blue;}This...
View ArticleAdministration Joomla! 4.x • Re: How do you stop SMTP form spam?
This morning I managed to get PHP mail working instead of SMTP. So, I'll just stick with that since the phishing emails being sent out from my website have ended since switching.Statistics: Posted by...
View ArticleJoomla! 4.x Coding • Add “own controller” to com_users Admin Component
I'm following "How to change Joomla without Core Hacks" Part #6 "Component with “own controller”"https://www.jug010.nl/images/presentati ... ehacks.pdf But, When I use my overridden form, the original...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: session lifetime not working for...
also: what is a 'cron job'?Cron is the schedular in Linux that make a script run at a timed intervall.Statistics: Posted by Per Yngve Berg — Mon Mar 11, 2024 6:48 pm
View ArticleAdministration Joomla! 3.x • Re: Contacts page: How to hide the Form but...
But the information is the form?Statistics: Posted by Webdongle — Mon Mar 11, 2024 6:55 pm
View ArticleJoomla! 4.x Coding • Re: Add “own controller” to com_users Admin Component
That's a vintage presentation! :-)I would not use that method, that I explained in my presentation 12 years ago, anymore.Nowadays I would create a system plugin,copy a core Joomla Model or Controller...
View Article