General Questions/New to Joomla! 3.x • Test mail could not be sent.
Hi,Trying to send a test email out using the built in PHP mail function but it keeps failing. Getting notice "Could not instantiate mail function." and error "Test mail could not be sent.". I've...
View ArticleGeneral Questions/New to Joomla! 5.x • How Can You Display Only Modules in...
Is it feasible to set up a Joomla site where only the modules are visible, avoiding the large gaps left by creating blank articles or categories? Are there any methods to achieve this without the need...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How Can You Display Only Modules...
It can all be done with a template.Statistics: Posted by Per Yngve Berg — Fri Mar 08, 2024 7:24 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Test mail could not be sent.
The PHP Mailer is not configured properly on your server (php.ini)Select SMTP instead and put in the Credentials for you host's SMTP Server.Statistics: Posted by Per Yngve Berg — Fri Mar 08, 2024 7:38...
View ArticleJoomla! 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 ArticleAdministration Joomla! 5.x • Re: Articles Category List, multi level
This works as expected for me. When you create a new menu item, select the Articles Category list, then choose the parent category.That should show you the table of articles when you click the menu...
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 Article