Administration Joomla! 5.x • Re: Solution for Stop Replacing My Favicon
Sorry ceford, Ik did not put them there on installation. On the contrary I had deleted them there.But the update 5.2.1 putted them right back. As always.If you don't believe me. Read the Githup I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Two url's for same article
There is an Option in Article Manager to turn off ID Numbers in URL.414 is all that is needed to identify the article, so everything that follows is disregarded.Statistics: Posted by Per Yngve Berg —...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How do I permanently replace...
Hello A Muray and Webdongle,In admin dashboard/backend:I tried to make a Child Template from Cassiopeia (default) template (in Templates: Templates (Site)).I succeeded in making my child template...
View ArticleInstallation Joomla! 5.x • Re: fixing of 5.2.0 permission bug / 5.2.1 / 5.2.2 ?
I’ve read it as:1. New installations of 5.2.0 may have issues with lax permissions.2. New installations of 5.2.1 will not have issues with lax permissions but will not correct new 5.2.0...
View ArticleGeneral Questions/New to Joomla! 5.x • Running Admin functions with a CRON job.
Probably a silly questions but here goes…I use a well-known administration component, one of whose functions is to clear the sessions table. I run it manually every few days. The component is only...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: List title in category list layout
As you may be awate, the Category List (menu item type) lists the articles in a particular category. That being said, Yes, you could add a new title to the Category List.Adding a new title to the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Running Admin functions with a...
No, unless it explicitly supports that or has vulnerabilities allowing unauthorized users to execute admin functions. If you need to delete expired sessions, set up Session Data Purge scheduled...
View ArticleExtensions for Joomla! 5.x • Re: RSS to Joomla article
Try Perfect Publisher by Extlyhttps://extensions.joomla.org/extension ... publisher/My point is that I don't want to have my content in other places, but I want to import RSS feeds from other places...
View ArticleAdministration Joomla! 4.x • Re: LogOn Popup Modal
I took information from here to implement a similar feature: https://claspo.io/blog/12-exit-pop-up-e ... ive-hacks/ and it turned out pretty well.Statistics: Posted by JohnBishop81 — Sat Nov 09, 2024...
View ArticleJoomla! 4.x Coding • Re: expand COM_CONTENT_SAVE_SUCCESS="Article...
....foreach ($messages as $k => $message){// Match and replace the message in question.if ($message['message'] === $app->getLanguage()->_('COM_CONTENT_SAVE_SUCCESS')){$message['message'] =...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error msg on my FPA script page
Thanks.Statistics: Posted by sergec68 — Sat Nov 09, 2024 10:03 pm
View ArticleAdministration Joomla! 5.x • importing wordpress blog subscribers to joomla 5
I have downloaded all the subscribers of my wordpress website to cvs file.Is it possible to import them from the cvs file into jooma 5.21?Statistics: Posted by sergec68 — Sat Nov 09, 2024 10:06 pm
View ArticleAdministration Joomla! 5.x • Re: importing wordpress blog subscribers to...
There's no tool in Joomla to natively do that.There are several import/export extensions such as https://extensions.joomla.org/extension ... or-joomla/.Statistics: Posted by AMurray — Sat Nov 09, 2024...
View ArticleTemplates for Joomla! 5.x • Site Background Color
I'm not quite a newby, been managing 3 websites since Joomla 3.1(2 NFP association websites and my own personal site)My problem is that I changed the background colour for one site template to a...
View ArticleTemplates for Joomla! 5.x • Re: Site Background Color
I think your user.css code should be something like:Code: body { background-color: #cdeefd50; }adding "body" defines that colour to the entire page or pages.Refer this reference for further...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Smart Search only loading results...
That sounds unusual. Does the website display errors or write them into an error log?Go to System Dashboard - Manage - Site Modules and go to the Smart Search module displayed at the front end. The...
View ArticleJoomla! 5.x Coding • Help test [#44358] - Catch exception to get the user in...
Hi Joomlers,can you pls help with the testing of this important bug in Joomla?"Catches an exception when the user factory is not set in the action log...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Login/Register Spam
Hello, I installed qlcaptcha and it definitely works. I've not received any more spam on registrationStatistics: Posted by simonlindsay — Mon Nov 11, 2024 9:16 am
View ArticleTemplates for Joomla! 5.x • Re: Responsive Hide Modules
This worked fine in Joomla 3 with by adding hidden-phone hidden-tablet or hidden-desktop in the Module Class Suffix, but it doesn't work in Joomla 5. It mostly worked in Joomla 4, but only if you...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How do I permanently replace...
How can I set my child-template to become the Default-template?Go to System > Templates > Site Template StylesMark a style as default (gold star)How can I get my own favicons not-to-disappear...
View Article