General Questions/New to Joomla! 5.x • Re: Meta Keyword in Menu Section Joomla 5
Keywords are no longer relevant ...Keywords box is still included in the Article edit screen. It always took presidence over the menu and global keyword, so perhaps the devs decided global keyword...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Cannot login as registered user
fpa connects to the database so the user should.Are you using user root or a user you created?Make sure the database user has all privileges.Statistics: Posted by Webdongle — Wed Sep 04, 2024 3:55 am
View ArticleExtensions for Joomla! 3.x • Re: Can't remove PKG_JOOMLA before update
When you have created a test copy on localhost ... you can unlock Pkg_joomla in the databaseStatistics: Posted by Webdongle — Wed Sep 04, 2024 4:00 am
View ArticleAdministration Joomla! 5.x • cronjob on login only site
Hello, I have a site in joomla 5, the site is only by login, so I setup the main home menu to registered only.as well all my other menu items are for registred users. so when someone visit the site,...
View ArticleJoomla! 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Images - How do you do it?
everythis working fine.. you can check here - https://ligerz.comStatistics: Posted by ligerz — Wed Sep 04, 2024 6:25 am
View ArticleAdministration Joomla! 5.x • Re: Joomla 5: when will publishing...
Have you looked at Joomlashack’s “Shack Article Manager” which allows individuals to edit their own articles?https://extensions.joomla.org/extension ... e-manager/Statistics: Posted by gsmela — Wed...
View ArticleExtensions for Joomla! 4.x • Re: how to delete an orphaned module with sql?
i have already asked akeeba. i have looked at the magic eraser script and it only does one delete which i have done (from the modules table). but it is still visible and uninstallable.there must be...
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 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 ArticleJoomla! 5.x Coding • 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 ArticleThe Lounge • Re: Brain teaser for the oldies memory
Yes, Running Man was the 1987 Arnold Schwarzenegger movie. Kind of like Escape from New York/L.A. except it was a televised "game show".The Naked Prey seems like any other action/adventure movie to me...
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 Article