Joomla! 5.x Coding • Re: Having issue making api calls
Try to verify API urlStatistics: Posted by Euol — Sun Jul 07, 2024 10:09 am
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Google's SEO...
it is interesting that there is no clear mention of internal linksStatistics: Posted by Euol — Sun Jul 07, 2024 10:15 am
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Trailing Slash...
Try to manually edit the canonical URL tag in your Joomla template filesStatistics: Posted by Euol — Sun Jul 07, 2024 10:20 am
View ArticleThe Lounge • Re: My site's spam score is 17%
Many people have mentioned reaching out to those sites, does that actually work or is it just faster to disallow? What are the benefits of reaching out instead of disallowing in few...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Category Images:...
i have the same problem.have you figured it out?Statistics: Posted by Pavid — Sun Jul 07, 2024 12:18 pm
View ArticleJoomla! 5.x Coding • Use JTable store with Geometry type
Hello,I would like to make use of JTable::store to update a Geometry value in my database.The Geometry value is given like "POINT(x,y)". If I make the query by myself it must make use of...
View ArticleGeneral Questions/New to Joomla! 5.x • How to verify my site in Google Console
Hi there,I want to add my site to Google.However struggling to verify my site.It has give me an html file that I must add to my site.Where do I add it to my Joomla site and how.I tried to add it to...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Issue After Updating to Joomla...
hello, i have the same bug, any person is able to resolve this even wit a temporary fix ?Statistics: Posted by jan91 — Mon Jul 08, 2024 12:53 pm
View ArticleJoomla! 4.x Coding • Re: Help button in backend: window has no...
Thanks, that was the best I could come up with too, works on Chrome and Safari too.It's not very intuitive tho', and many users don't know about right-clicking. I'll have a trawl through the core code...
View ArticleJoomla! 4.x Coding • Programatically add an article?
Is there any standard way to programatically add an article to Joomla?I'd like to install a set of help pages with my component. Looking at the code generated when I make a quickstart this is a...
View ArticleGeneral Questions/New to Joomla! 5.x • 5.1.2-rc2
I have all my sites set to Update Channel "Default" and Minimum Stability "Stable". Yet, today I am inundated with update emails for rc2 which declares it's unsuitable for production (in the update...
View ArticleGeneral Questions/New to Joomla! 3.x • Trying to access an old Joomla site...
Hi!I'm trying to access an old Joomla site held in a local backup. I'm using XAMPP v8.1.10 on my Windows 11 laptop, which is running fine (localhost page confirms that). The local version of my site...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Trying to access an old Joomla...
Lower your php version to 5.6. The Curly Braces was deprecated a long time ago.Statistics: Posted by Per Yngve Berg — Mon Jul 08, 2024 1:48 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 5.1.2-rc2
I have the same settings and I am not getting them??? Not much help sorry.Statistics: Posted by gws — Mon Jul 08, 2024 1:59 pm
View ArticleJoomla! 4.x Coding • Re: SQL WHERE clause with two OR conditions
You can pass the "glue" as a second argument.Code: $query->where($db->quoteName('column1') . ' LIKE :search1', 'OR')->where($db->quoteName('column2') . ' LIKE :search2')Note it can only...
View ArticleJoomla! 5.x Coding • Re: Having issue making api calls
Yes, you'll get the same response from an FF plugin (it would be strange if you didn't), but this way you can use a visual debugger to trace through the code, which you can't do with a postman...
View ArticleJoomla! 5.x Coding • Re: Use JTable store with Geometry type
Given that no-one who has a definitive answer has come forward I'll put in my two-penny worth.I'd say you will need to override the Joomla Table Store method. I hope this isn't simply an egg-sucking...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Frontend zip file upload/Joomla 4.x
You would need to provide a hyperlink to the file. That can be done from the article editor. There should be a button on the editors tool bar like a "link" symbol. That will create the link and allow...
View ArticleAdministration Joomla! 5.x • Were-used option for images
To organize all media (>2.000 images) I am looking for a "were-used" option to find out in which articles or modules a picture is used. Is there a possibility to find out?Statistics: Posted by...
View ArticleAdministration Joomla! 5.x • Re: Login problem, bug
The following method may fix the behaviour. Create two new menu items and hide them by setting the option 'Display in Menu' to 'No' in the tab Link Type. The two menu items are your versions of 'Reset...
View Article