General Questions/New to Joomla! 5.x • Re: Assign article to user
In normal usage you can add author information to articles easily enough (it's a default function of the CMS).https://docs.joomla.org/ArticleJoomla has a "contacts" function in which you can add user...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: create Joomla instance for web page
turn on debug, and php error reporting (you can do that in the configuration.php file and/or on your web host cPanel settings). "Oops, something went wrong" is typically a server error 500.This may be...
View ArticleAdministration Joomla! 5.x • Re: Cannot add custom field to category
Ok, good to know that it worked for you with your custom module.Yes. Thanks again!Statistics: Posted by modern — Thu Dec 19, 2024 3:09 pm
View ArticleLanguage - Joomla! 5.x • Re: Language override does not implement added font...
I already found the error.Nevermind.Statistics: Posted by irenuyam — Thu Dec 19, 2024 4:04 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Article link return : 404 Article...
I updated to Joomla 4.4.9but problem still not fixed Are you using an Apache webserver? LiteSpeed Did you activate the htaccess.txt file by renaming it to .htaccess?htaccess.txt exist instead I found...
View ArticleAdministration Joomla! 3.x • Re: 405 error on the Backend
ThanksI installed it the way it is described.I put the url: http://www.mchtrim.com/fpa-en.phpI got:This page isn’t workingwww.mchtrim.com is currently unable to handle this request.HTTP ERROR...
View ArticleAdministration Joomla! 4.x • Re: Helix Plug-in and update
Temporarily rename your .htaccess file to htaccess.bak and try the fpa script again. Don’t forget to rename the htaccess.bak file to .htaccess when done.Statistics: Posted by gsmela — Thu Dec 19, 2024...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Still get Joomla warnings/errors...
Thanks @Toivo, I didn't expect that they could ingnore that general setting and now I know where to look. I use regularlabs.com Cache cleaner, but it can also be someting like the used Quix Page...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: I have upgraded...
Hibut for better SEO, you might want to consider removing the suffix to streamline the URLs. You absolutely do not want to that at all:1 - "Streamlined" URLs will not help your SEO in any way2 -...
View ArticleGeneral Questions/New to Joomla! 5.x • Plugin to geolocate articles and...
I am building a directory using only joomla articles and custom fields.I would also like to geolocalize each article/directory and to do this there are many options available (including custom...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Unable to upload files to site...
The site is hosted with HostingerPHP Built OnLinux us-phx-web1170...PHP Version8.3.2Web ServerLiteSpeedWebServer to PHP InterfacelitespeedJoomla! VersionJoomla! 5.2.2 StableTaken at face value, this...
View ArticleJoomla! 4.x • non posso cambiare theme dopo aggionamento a 4.4.9
ciaonon funziona la funzione cambio tema molto probabilmente dopo aggionamento a 4.4.9purtroppo il restore alla versione precedente mi ha errore e non riesco a verificarlo al 100% !pergiunta non so se...
View ArticleExtensions for Joomla! 4.x • Alert to update membership profile info
Hi, I am looking for a solution to keep our membership profile information up to date. Currently the membership profile information gets out of date over time and it makes it difficult to contact...
View ArticleJoomla! 4.x Coding • is quoteName() different in 4.0 to 3.10??
A quick question: in all versions up to and including J3.10 the JDatabase::quoteName() function did table prefix replacement: $db->quoteName('#_my_table') would yield something like...
View ArticleAdministration Joomla! 4.x • Re: Admin error throughout
Manually edit configuration.php and enable Debug and set Error Level to 'maximum'Statistics: Posted by Per Yngve Berg — Sat Dec 21, 2024 7:27 pm
View ArticleJoomla! 5.x • Fehler 500 nach Änderung eines Menüeintrags
Hallo community,ich verwalte die website des seniorenrat-darmstadt.de - als relativ unbeleckter Novize. Jetzt habe ich einen Menüeintrag inhaltlich und auch vom Menütitel geändert und gespeichert....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: help to improve html code in...
All those inline styles could surely be defined in your user.css file (or custom.css as the case might be?). At the very least, space out the code using new lines for each line of code (I know the...
View ArticleJoomla! 5.x Coding • Updating article content using Joomla Webservices
Dear all,Using API - {{base_url}}/{{base_path}}/content/articles/<article id> and request type = Patch... I can easily update the title . However when I am trying to update the content of the...
View ArticleTemplates for Joomla! 4.x • Re: Creating a New Module Position
I can't say for sure, but I suspect it has to do with your column widths. If using the CSS grid system, you have to define the widths to equal '12'. i.e 4 columns would be "3" each (4 x 3 = 12), or...
View ArticleJoomla! 5.x Coding • Re: Updating article content using Joomla Webservices
I have recieved the answer. We need to have introtext as well.Statistics: Posted by ourequation — Sat Dec 21, 2024 10:48 pm
View Article