General Questions/New to Joomla! 5.x • Re: How to prevent Category List from...
After many trial-and-error I finally got it! The file that needs modifying is:(JOOMLA ROOT)/layouts/joomla/content/category_default.phpTo create a template override, copy it to:(JOOMLA...
View ArticleAdministration Joomla! 5.x • Make menu item available for Reg User but NOT...
Does anyone know if this is possible?I have a menu item that I need available for Registered Users, but I don't want the Super Users to see it. Is this possible?Statistics: Posted by Meseko — Wed Dec...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Custom fields editing in frontend
You're welcome! Thanks for sharing your solution!Statistics: Posted by pe7er — Thu Dec 19, 2024 2:41 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Currently 3.10.12, should I...
The big jump in the API was in 3.8.0 with the Named Spaced Functions.Statistics: Posted by Per Yngve Berg — Thu Dec 19, 2024 2:51 pm
View ArticleAdministration Joomla! 5.x • Re: Cannot add custom field to category
Good to hear! You're welcome!Did you manage to display the Custom Field for Category on the front-end on a Category Blog page?How?I didn't try that. I'm using the custom field for the category in my...
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 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 ArticleAdministration Joomla! 4.x • Re: Helix Plug-in and update
Joomla! Instance :: Joomla! 4.1.5-Stable (Kuamini) 21-June-2022Joomla! Configured :: Yes | Writable (644) | Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: false...
View ArticleGeneral Questions/New to 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 ArticleJoomla! 4.x Coding • Re: is quoteName() different in 4.0 to 3.10??
Actually, I have not used it in combination with Exception and maybe it's different there.A default Joomla Model likeadministrator/components/com_content/src/Model/ArticleModel.phpdoes not need that...
View ArticleAdministration Joomla! 5.x • client side email validation not work
In the registration form, but also in any form where validate="email" is set, the validation will mark this type of email as the correct email: mail@mailmail@mail.amail@mail.44 it helped me to replace...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to package for customer...
@amurray is spot on with this suggestion. I do the same thing to set up all my Joomla installations. I start with the stock installation then add my regularly used extensions- like JCE, Akeeba Backup...
View ArticleTemplates for Joomla! 4.x • Re: Creating a New Module Position
I am using t4_bs5_blank templateI am not a user of T4, but I believe that this can be done in the same way as in other templates.Create any module, type "after-content" in the position field, press...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Show more panigation number
Your pagination widget is not the core Joomla plugin. The core plugin shows a range of 10 items on either side of the current item. You will have to find out which extension you are using. It is...
View Article