Administration Joomla! 5.x • Re: Can not add or change menu item
Joomla! Instance :: Joomla! 5.1.0-Stable (Kudumisha) 16-April-2024Joomla! Configured :: Yes | Read-Only (444) | Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite:...
View ArticleJoomla! 5.x • Re: 403 for iOS med Safari browser
Hei, jeg har brukt Pros ISP i en årrekke, men jeg er ikke fornøyd etter at de byttet til plattformen fra one.com.Jeg har selv intet ustyr som bruker Safari, men en 403 skyldes som regel at en regel i...
View ArticleExtensions for Joomla! 5.x • Re: Free you tube video in article extension...
You can try this plugin:https://github.com/brianteeman/ytliteThank you I will try that out :-)Statistics: Posted by lotusmoon — Sat Jul 06, 2024 8:39 am
View ArticleJoomla! 5.x Coding • Re: Having issue making api calls
It looks like you've either got your api call wrong or the mapping of calls to views.What does your call look like? What have you got in your webservices routing file?Do you have anything more...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: New to joomla, trying to make...
Having the same issueStatistics: Posted by Euol — Sun Jul 07, 2024 9:45 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Frontend image/pdf upload/Joomla...
Hi!This solution is perfect for PDF files.I am looking for the same thing but for ZIP files.How can I solve the problem?I am a Joomla 4 beginner, sorry.Thank you in advance for the...
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 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 ArticleTemplates for Joomla! 5.x • Re: remove ::marker in list
Could be cache or specificity...Have you emptied the browsers cache?Have you tried setting the list-style:none; to your ul?Can you give us the url to the page that displays the list? So we can see if...
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 Article