Administration 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 ArticleExtensions for Joomla! 5.x • Best Travel Agency in pondicherry
https://errancesvoyages.com/fr/homeHas the best travel agency in Pondicherry ever made you dream of your dream destination?Our agency at ErrancesVoyages really takes pride in being the best travel...
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 ArticleGeneral Questions/New to Joomla! 5.x • [* spam *] 40 Mg | Use | Work | Price...
The length of activity of the sexual enhancer isn't impacted by the erection. Be that as it may, taking [* spam *] 40mg can't supplant sexual feelings. Different erections and discharges after...
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! 4.x • Re: Transfered hosting to godaddy-...
I just disabbled gzip in .htaccess file to test that and it fixed it but what is the proper way to address this? Gzip is off in global Config already!more specifically these line:#RewriteCond...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Migrate joomla 3 to 5
Your questions seems to be about backing up a Joomla 3 site and restoring it the same site. ....but not about migration from 3.10.x to 5.x.... are you trying to migrate your site to Joomla 5?Note your...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Update 5.0.3 to 5.1
I am seeing the same thing on a bitnami installaiton of Joomla 5. Except that I see no way to navigate to "System-Maintenance-Database ".From the system dashboard I see no "maintenance" link. So I am...
View ArticleJoomla! 4.x Coding • API Call not working.
Hello,I had to comment out the Directory browsing(Options -Indexes) in the .htaccess for some of the API requests(users/banners) to go through in postman. I am not able to get articles to go through....
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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Call Intro or Full Article Image
Not sure where is the "index.php", but normally this you can do it inside the article view. So, first, make a override to com_content/article.Then you need the follow code:Code: use...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Siteground server not compatible...
If the site isn’t running, I’m not sure if the forum assistant is going to help?...The fpa gives information about the server. Which, in turn, can help solve why the site isn't runn.Statistics: Posted...
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
I previously quoted the query I used to test my answer. Here is my dump of the states table after making adjustments:Code: -- phpMyAdmin SQL Dump-- version 5.2.0-- https://www.phpmyadmin.net/----...
View ArticleJoomla! 5.x Coding • Re: plugin finder, display additional search results
If you want something like that, you should use the old Search component where each plugin runs its own queries. There's no sensible way to do that using Smart Search. You can try MVC overrides, but...
View ArticleAdministration Joomla! 5.x • Re: does user - Joomla! plugin store messages?
Thank you Toivo. That helps me to carry on with my testing in that fashion.Statistics: Posted by Lxg — Fri May 10, 2024 8:34 pm
View ArticleLanguage - Joomla! 5.x • Re: Can't connect to https://update.joomla.org/cms/
Download the language pack and install it? https://downloads.joomla.org/language-packsHow did you try to install a language pack?Statistics: Posted by AMurray — Fri May 10, 2024 9:58 pm
View ArticleJoomla! 5.x Coding • Issues using Google Maps with Joomla?
So in my Joomla project I use Google Maps. The map shows up 90% of the time. However, whenever it doesn't the console gives me this error:I load the map-related scripts through joomla.asset, like...
View Article