Templates for Joomla! 4.x • Creating a New Module Position
Hope I'm in the right forum - I would like to create a new module position called "after-content". This would be a module position "directly" after article content - after-content-module.jpgI am using...
View ArticleTemplates 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 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 ArticleTemplates 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 ArticleAdministration Joomla! 5.x • Re: Cannot get login to redirect user
@Per - Redirect can be set for "Login" and "Logout". I have the same issue with redirect when a user clicks on either "Forgot password" or "Forgot username". Both of those links carry the home page...
View ArticleAdministration Joomla! 4.x • Re: Admin error throughout
Yngve,Thank you for your reply and yes, debug is on and error reporting is set to max. Attached is a screen shot of what shows up when I attempt to access Global Configuration. These errors continue...
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 Article