Extensions for Joomla! 5.x • Re: Internal Server Error when saving...
@AMurray thanks for the feedback.The extension provided was only to help in researching the error, in JCE it also gives the same error that I reported, I consulted hosting support who showed me the...
View ArticleAdministration Joomla! 5.x • Re: Parent for new menu
Not sure of understand well.Is not possible set as parent a menu item from one menu for items of a different menu...but again, maybe I not got well your idea.With what I understood, here a idea: Have...
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
Welcome to the Joomla forum!More information is required.When I try to use the additional fields and saveAre those custom fields related to articles, categories or users?Are you using the latest...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Banner impression analytics inside...
Hi, I need help or an explanation/clarification regarding banner impressions.On my page, under the menu, I have a banner. It is displayed on all pages. Regarding Google Analytics 4 and Microsoft...
View ArticleGeneral Questions/New to Joomla! 5.x • 500 Internal Server Error out of the blue
I've been digging around for the past couple hours checking the usual things like file permissions, replaced .htaccess with the standard Joomla one, setting debug and error reporting to maximum, etc.,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 500 Internal Server Error out of...
I'm working on the directory permissions issues now. I've been trying to find a terminal command that will fix them all recursively, but my knowledge of the command line is paltry to say the...
View ArticleTemplates for Joomla! 5.x • Re: Help modifying Cassiopea a bit
Thanks for getting back - this is just the start of the test site and nothing close to what would be the production site - dalthaus.net/test5Statistics: Posted by netphoto2139 — Wed May 08, 2024 1:38 am
View ArticleJoomla! 4.x Coding • Re: Migration guide for J3 to J4 components?
This document is also useful: Potential backward compatibility issues in Joomla 4Statistics: Posted by toivo — Wed May 08, 2024 2:32 am
View ArticleAdministration Joomla! 5.x • Step by step to create a list with states and...
Friends, I wanted help, I'm trying to create a form field with states and cities in Brazil, I tried to create it with List, but I can't generate it.I looked for tips in the official documentation, but...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Old installation of Joomla - need...
Create a new host in dnsStatistics: Posted by Per Yngve Berg — Wed May 08, 2024 5:19 am
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Make a backup with akeeba, use akeeba backup and their kickstart.php to install on wampserver on your pc. Then update it via wampserver,make a backup when updated and then install that backup on live...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: PRINT button Joomla 5
the ?tmpl=component is an editable page so i can insert my html code to show my logo?Statistics: Posted by joomlerGR — Thu May 09, 2024 1:10 am
View ArticleGeneral Questions/New to Joomla! 5.x • joomla article Open Graph tags
how to set the joomla article OPEN GRAPH tags (image, title, description)?? does joomla provide it to enable it or that will need an extension?Statistics: Posted by joomlerGR — Thu May 09, 2024 2:06 am
View ArticleTemplates for Joomla! 5.x • Re: Override pagination to show fewer page links
Until the option is introduced, you override links.php. Inside this block:Code: if (!empty($pages['pages'])) {Add this:Code: $pages['pages'] = array_slice($pages['pages'], 0, 5);Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Print button Joomla 5
What tmpl parameter does is load component.php file of your template, instead of the index.php. You can modify it but know that it's used in other places, mostly in modals. What you can also do is...
View ArticleJoomla! 4.x Coding • Re: I want to remove individual css files, code not...
disableAsset() may not work correctly, as mentioned in the answer. You also need to use correct asset names, not file names. You can see asset names by enabling debug and then inspecting...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla's default mail form...
Your template need have the follow: Code: <jdoc:include type="message" />Is where joomla load that type of message you looking for. In case you want to edit the file who handle this message, you...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update 5.0.3 to 5.1
/administrator/index.php?option=com_installer&view=databaseStatistics: Posted by Per Yngve Berg — Thu May 09, 2024 6:17 am
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
Eureka ceford! I followed your advice: I reinstalled Joomla 5.1.0, deleted the four "fields" tables and learned a new function to reinstall them with phpmyadmin. Thanks so much and...Statistics:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
i implement it in default.php but its not workingany other idea?Statistics: Posted by joomlerGR — Fri May 10, 2024 1:10 am
View Article