Templates for Joomla! 4.x • Re: How can I fix the cassiopeia default template...
Create a child template https://docs.joomla.org/Help5.x:Templat ... se#ToolbarStatistics: Posted by Webdongle — Sun Sep 01, 2024 8:56 am
View ArticleJoomla! 5.x Coding • Re: Reading data from an external database in a model
You can pass the database instance when creating the model. For example, when creating the model using the MVC factory:Code: $model = $factory->createModel('Items', 'Administrator', ['dbo' =>...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Indexing articles with Sourcerer...
FYIIt seems the aforementioned problem was caused by redundant custom functions in my php code (same function defined in different php files used in different custom forms). After introduction of...
View ArticleJoomla! 5.x Coding • Re: AI Semantic Search Integration with Joomla
Hi @nexai, your concept of an open source, AI source engine for Joomla sites sounds exciting! The suggestion that @SharkKZ has given you for creating a plugin to monitor page creation and deletion...
View ArticleGeneral Questions/New to Joomla! 5.x • [[Get_Solutions ]] WHAT IS THE PROCESS...
If you’ve sent money through Zelle 1-833-392-3598 ☎ by mistake or have been a victim of fraud, there are several steps you can take to try to get your money 1-833-392-3598 ☎ back. First, contact your...
View ArticleGeneral Questions/New to Joomla! 2.5 • Re: Google AdSense ads are not showing...
I have the same problem, is there a solution?Statistics: Posted by gkarras — Sun Sep 01, 2024 3:37 pm
View ArticleAdministration Joomla! 5.x • Strange behavior of readmore in text
Hello,We've encountered strange behavior of the readmore button in the editor.The Tinymce editor adds for a readmore : <hr id="system-readmore" >The JCE Editor does this: <hr...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: PHP 8.2 php.ini - allow_url_fopen
I updated the php.ini in the local joomla directory and the top level domain, but I don't have access to the global php.iniThe backend Joomla admin system information / php information shows CORE php...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: INDEX error
Still get the same error in J 5.1.4Is this the Log ?Screenshot 2024-09-02 at 16.36.32.pngStatistics: Posted by JOHNRJUHL — Mon Sep 02, 2024 2:39 pm
View ArticleAdministration Joomla! 5.x • Re: Strange behavior of readmore in text
It only matters in specific cases.hr is a self closing tag. Just like br, img, etc.In html the closing slash is optional.You can use <hr> and <hr />. TinyMCE and JCE are both right.Though...
View ArticleInstallation Joomla! 5.x • Re: "Could not load root metadata." Error
Not a fix for your problem but you might take a look at this bug report:https://github.com/joomla/joomla-cms/issues/43772Statistics: Posted by ceford — Mon Sep 02, 2024 3:10 pm
View ArticleJoomla! 5.x Coding • Re: Using JDatabse for Updating a record
Thank you SharkyKZ and pe7er. Your help is much appreciated.Statistics: Posted by Lxg — Mon Sep 02, 2024 3:14 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Radio Plugin breaks sites
Does anyone know why the Fields - Radio plugin breaks my sites. When I disable it all is well.This is the settings for one of the sites:Joomla 5.1.4PHP Built OnLinux ukng01.directrouter.com...
View ArticleExtensions for Joomla! 5.x • Interesting scroller
https://fatjoe.com/This is built on next.js, but I really liked the scroller in the "hero image" area. I had a bit of a glance through JED but didn't immediately see anything like it. Does anyone know...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Local site in XAMMP: Error ''Table...
Even within the same database engine, it is better to export the database and import it in the new database.Statistics: Posted by imanickam — Tue Sep 03, 2024 1:24 pm
View ArticleInstallation Joomla! 4.x • Re: Is it possible to update from 4.x to a...
Download the Package and use the Upload&Update Option.Statistics: Posted by Per Yngve Berg — Tue Sep 03, 2024 1:26 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Reset admin password instruction...
I have 2 more sites operating under the T3 platform that are working under the most recent J5! just fine.Like I said earlier.., T3 is NOT the issue.Statistics: Posted by IDesign20 — Tue Sep 03, 2024...
View ArticleSecurity in Joomla! 3.x • Re: Template index.php had malware
Thank you.Statistics: Posted by ptrouw — Tue Sep 03, 2024 1:59 pm
View ArticleJoomla! 5.x Coding • Re: Adding custom js and css in a child template J5
Well, this has nothing to do with joomla and the location/naming of js files.This has to do with the placement of js files in between <head> </head>, which is the default placement of js...
View ArticleExtensions for Joomla! 4.x • Re: how to delete an orphaned module with sql?
i was able to uninstall the module eventually after deleting the row in the modules table, creating the administrator/modules/mod_akadmin folder and a mod_akadmin.xml file and possibly needing a...
View Article