Templates for Joomla! 4.x • Re: Creating a New Module Position
This will require a little coding knowledge.Please refer to https://docs.joomla.org/Creating_a_basi ... !_template which walks you through creating a template, but you can follow some of the steps...
View ArticleGeneral 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 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! 5.x • Re: two types of registration in the same site
Using Tassos "Convert Forms Pro" you can create any type of form you want...even a registration form. You'll need the Pro version since that comes with a "User Account" plugin to do just what you are...
View ArticleGeneral Questions/New to Joomla! 5.x • How to package for customer deployment?
A reply to a recent post of mine advised that Quickstart packages are not recommended for anything other than testing since they may (1) contain an outdated Joomla and (2) contain outdated extensions...
View ArticleAdministration Joomla! 5.x • Re: redirected to home page in admin area
@beyondthenet - I've been using Joomla since it was Mambo, and cPanel since 1998. I've developed and worked on thousands of Joomla sites, and never experienced an issue as you described - redirect...
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 Article