↧
Joomla! 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 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: 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 ArticleLanguage - Joomla! 5.x • Re: Can't connect to https://update.joomla.org/cms/
I clicked the "Install languages" button and the error occurredScreenshot 2024-05-11 at 01.10.55.pngScreenshot 2024-05-11 at 01.11.12.pngStatistics: Posted by hackermade — Fri May 10, 2024 10:12 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 ArticleSecurity in Joomla! 5.x • Need help-...
Hello, I am in need of some help and advise on how to fix my site. My sites is using the latest Joomla version 5.1.0 My hosting provider sent me a message today telling me I need to fix/clean my site...
View ArticleSecurity in Joomla! 5.x • Re: Need help-...
Nothing to worry about. It is a red herring, a false positive. Ask you host to fix their Web Application Firewall (WAF) rule that reports a perfectly normal and necessary line of PHP code, containing...
View ArticleJoomla! 5.x Coding • Re: Issues using Google Maps with Joomla?
Mod. Note: Relocated topic to the Coding Forum.Statistics: Posted by Per Yngve Berg — Sat May 11, 2024 5:54 am
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update 4.4.3 to 4.4.4 Go to...
It would seem that your update failed. Restore your back up and start again making sure you meet all update requirements. Do you have Akeeba installed? Edit I see you do. To do the update , empty the...
View ArticleJoomla! 4.x Coding • Re: [Question] Frontend cache in backend cache folder
So, in J4 and beyond all cache is palced in de administratr/cache folder ¿am I Right?Statistics: Posted by razor7 — Mon May 13, 2024 6:35 pm
View ArticleTemplates for Joomla! 5.x • Re: Override pagination to show fewer page links
carlitorweb - Thank you for confirming that this is not possible. I would love to have this as a feature in the settings. Right now 10 pages it too many pages to display on mobile views and the...
View ArticleTemplates for Joomla! 5.x • Re: Joomla 5.1 with Sp page builder
I don't think the issue is with using a mix of SP Page Builder or articles. From how I interpret your question it is more about what menu item(s) you have assigned the login module to. That shouldn't...
View ArticlePortuguese Forum • 1064 You have an error in your SQL syntax;
Fiz atualização de meu template e a partir de então estou com um erro que não consigo resolver: "1064You have an error in your SQL syntax; check the manual that corresponds to your MySQL server...
View Article
More Pages to Explore .....