Joomla! 5.x Coding • Re: Joomla 5, Empty state in View
Maybe the model is not found? You shouldn't use view's get() method. It's a pointless shortcut method that only makes debugging harder, use getModel() instead. See this post...
View ArticleAdministration Joomla! 5.x • Re: cronjob on login only site
I think you should write a Plugin that trigger on the onAfterLogin Event.Statistics: Posted by Per Yngve Berg — Wed Sep 04, 2024 6:18 am
View ArticleAdministration Joomla! 5.x • Re: Joomla 5: when will publishing...
'Edit State' allows a user to Publish an Article that they edited.Statistics: Posted by Webdongle — Wed Sep 04, 2024 11:54 pm
View ArticleExtensions for Joomla! 5.x • Re: Seeking advice for a modal tooltip extension...
A simple search of JEDhttps://extensions.joomla.org/extension/tooltip-gc/You can put what you want in the tooltip like images, links, or just text. You can also add a tooltip on an image or link. Do...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Unable to upgrade PHP to 8.2 or 8.3
tks. i am not sure what you are referring to.in configuration.php under public_html, $dbtype = 'mysqli'; all OK.if i change that to $dbtype = 'nd_mysqli'; the system crashes.Statistics: Posted by...
View ArticleExtensions for Joomla! 4.x • Re: how to delete an orphaned module with sql?
Perhaps reviewing the link https://www.akeeba.com/support/akeeba-b ... odule.html may help.Note:Make sure to take a complete backup of the site (both files and database content) before attempting...
View ArticleJoomla! 5.x Coding • Re: Adding custom js and css in a child template J5
Please provide a screenshot of the file structure not a section of oneStatistics: Posted by Webdongle — Thu Sep 05, 2024 3:40 am
View ArticleExtensions for Joomla! 5.x • Email Cloaking Plugin
Hi guys,I want to get a custom output for the Content Email Cloaking plugin in a template override.Is this even possible?I've also tried this:Code: <?php$emailparams = array( 'class' =>...
View ArticleExtensions for Joomla! 5.x • Re: Problems with pagination on 5.1.3 & 5.1.4
Welcome to Joomla forum!Joomla 5.1.3 was a security release that fixed an issue with cache poisoning via pagination.However, it might affect the pagination of 3rd party extensions.See...
View ArticleGeneral Questions/New to Joomla! 5.x • United Farm Mortgage: Competitive...
Explore competitive farm mortgage rates with United Farm Mortgage to secure your agricultural investment. Learn more at https://unitedfarmmortgage.com/.Statistics: Posted by bartgibson — Thu Sep 05,...
View ArticleGeneral Questions/New to Joomla! 5.x • Planning to Move Our Website to Joomla...
Hello Joomla Community,We’re in the process of transitioning our website to Joomla and could use some advice and best practices to ensure a smooth migration. Our current site,...
View ArticleThe Lounge • Re: Brain teaser for the oldies memory
Like I said that is not how I remember it, title or Actor. Probably was drunk and changed channels and got two films mixed into oneStatistics: Posted by Webdongle — Thu Sep 05, 2024 9:23 pm
View ArticleTemplates for Joomla! 4.x • Re: Change color in css
The button is assigned the 'btn' (bootstrap) class name.The CSS it seems to be using is this code below which has background colour #000 (black) and font colour #fff (white).Code: button, .button,...
View ArticleAdministration Joomla! 5.x • Re: PHP versus website visability
The site is located in the database. Nothing is lost. Joomla 5 simply requires PHP 8.1 or higher.There could be a number of reasons for the site not working including incompatibility of extensions...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla Update does not show list...
Extensions are where they have always been - in the extensions manager. You install and uninstall them there.The compatibility checker should only run if you are updating from an eligible copy of...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: only an admin can modify the...
See viewtopic.php?f=839&t=1011667#p3729882 it should help you with your ACL structureStatistics: Posted by Webdongle — Fri Sep 06, 2024 1:26 am
View ArticleExtensions for Joomla! 5.x • Re: Extension for online manual or wiki?
Here are the options I've found thus far, and my initial impression of them (read: my initial impression, my own opinion).Joomla Articles - Already built in to Joomla core. Free. - Could organize...
View ArticleExtensions for Joomla! 5.x • Re: Alternative to EasyBlog
RSblog seems like a great way to migrate out of easyblog and escape the lock-in . But is it worth it as a blogging component? The design looks old and I saw most of their videos are from 2014...I...
View ArticleExtensions for Joomla! 5.x • Your thoughts on JoomBoost and their extensions?
I've been looking around for Joomla extensions for various functions and have found a suite of extension software at JoomBoost.com that appears to be quite impressive.While looking through the...
View ArticleGeneral Questions/New to Joomla! 4.x • Limitations of Smart Search Module
Dear All,I just replaced the old Search by the new Smart Search on a J!4.4.8 website.In order to run a search from any page of my website, I have used the Smart Search module and assigned it to all...
View Article