Administration Joomla! 2.5 • Re: Favicon
This didn't help? https://docs.joomla.org/Changing_the_site_favicon You can place the .ico file anywhere (maybe somewhere easy to remember such as /images folder - upload via FTP or your web host file...
View ArticleAdministration Joomla! 5.x • Re: administrative area of Joomla! losing CSS...
https://docs.joomla.org/J4.x:Assorted_IssuesStatistics: Posted by Webdongle — Mon Jun 17, 2024 11:52 pm
View ArticleAdministration Joomla! 5.x • Re: Joomla CMS database problem
Those files are for J3.7. Just delete them.Statistics: Posted by Per Yngve Berg — Tue Jun 18, 2024 3:43 am
View ArticleJoomla! 4.x Coding • Re: API connection to Joomla 4 not working via PowerShell
Core APIs use application/vnd.api+json content type.Statistics: Posted by SharkyKZ — Tue Jun 18, 2024 5:43 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: what to do with items listed in...
You clean up by deleting the files. They are in the folders /plugin/<Plugin name>Statistics: Posted by Per Yngve Berg — Tue Jun 18, 2024 7:16 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: The update table is not up to...
You can try this query in phpMyAdmin:Code: SELECT `s`.`update_site_id` AS `update_site_id`,`s`.`name` AS `update_site_name`,`s`.`type` AS `update_site_type`,`s`.`location` AS `location`,`s`.`enabled`...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Show 'current page' in contact form
You assign modules through the module manager, assigning modules to menu items (or you can embed them in articles (e.g., with Modules Anywhere (Regular Labs) or the inbuilt "load position" or "load...
View ArticleExtensions for Joomla! 4.x • Re: CAPTCHA Error 504 Backend or gateway...
Thank you again for your help. For anyone else having this problem.. I did the following and it worked:Allow URL fopen - changed to YesSet PHP to 8.2I also updated extensions and uninstalled K2. We...
View ArticleBantuan • Re: Gagal Merubah favicon
dicoba refresh dgn menghapus cookies,history dll di browsernya trus refreshStatistics: Posted by masanto72 — Wed Jun 19, 2024 2:00 am
View ArticleTemplates for Joomla! 5.x • Re: Change back ground color in article joomla 5
Hello,create a rule in user.css.blog-item { background-color: #010156;}if you're not familiar with user.css you could have a look https://coolcat-creations.com/en/blog/c ... a-templateHave a great...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Anyway to recaptcha registration...
Being a beginer i would like to say something Yes, you can add reCAPTCHA to your registration page in Joomla. Here’s how:Enable reCAPTCHA Plugin: Go to Extensions > Plugins and enable the "Captcha...
View ArticleJoomla! 4.x Coding • Re: How to split a component model into multiple classes
A sensible location is a "Helper" folder, under src of course.You can see that a lot in the core.Statistics: Posted by MarkRS — Wed Jun 19, 2024 7:34 am
View ArticleAdministration Joomla! 5.x • Re: Database Error?
It's a bug. You should report it on the issue tracker.Statistics: Posted by SharkyKZ — Wed Jun 19, 2024 8:31 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error when trying to add you tube...
Try https://extensions.joomla.org/instant-s ... B0%5D=Free ?thank you I have videos nowStatistics: Posted by lotusmoon — Thu Jun 20, 2024 8:28 am
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Can't upgrade Joomla from 5.1.0...
I had that with a website and it turned out thatwith Joomla update: Options it was still set to nextset it to standard and let the site check again and it workedStatistics: Posted by Leen57 — Thu Jun...
View ArticleJoomla! 5.x Coding • Re: Laravel
anybody? what about https://www.joomlavel.io/ project?Statistics: Posted by JurajB — Thu Jun 20, 2024 8:41 am
View ArticleAdministration Joomla! 5.x • image in article
I have more then 5000 articles on my site. The full article image needs to be the same for each article. Is there an easy way to insert that image in one go?On j3 i used a plugin but that can't be...
View ArticleAdministration Joomla! 5.x • Re: Single Sign-On with KeyCloak
https://extensions.joomla.org/extension ... -keycloak/Statistics: Posted by Per Yngve Berg — Thu Jun 20, 2024 9:08 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Do you use any project management...
This is coming soon and may do what you require. https://www.[[youtube]].com/live/ybK8zpLLKKAStatistics: Posted by gws — Thu Jun 20, 2024 9:17 am
View ArticleTemplates for Joomla! 5.x • Re: Why does my template have 2 logos and menus?
ah, one of your links (menu items must be using that to link to "home" and therefore loads the whole page in the iframe. where you probably want "Single Article" menu item instead.Statistics: Posted...
View Article