General Questions/New to Joomla! 5.x • Re: How to delete everyone's browser...
There is no way to clear your visitors' browser cache. The workaround is to add a unique parameter to your image path every time you update it. For example:...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Website not working since recent...
htaccess.txt is irrelevant!!Statistics: Posted by brian — Tue Apr 16, 2024 7:04 pm
View ArticleExtensions for Joomla! 4.x • Re: Table properties
Carefully study all the examples of BS tables. There is everything you need.I will, thank youFor additional stylization, you can add your own classes where you need and use them in your...
View ArticleGeneral Questions/New to Joomla! 5.x • Can't get userId to pass to slim 4 code
Hello,I have a website that's in Joomla 5 and runs just fine, but I have some custom php tools that will run outside of Joomla. These tools are built in Slim 4. Since the access controls are...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Can't get userId to pass to slim 4...
Change Session Handler from database to file system. Then you can access the session with standard php functions.Statistics: Posted by Per Yngve Berg — Tue Apr 16, 2024 8:04 pm
View ArticleAdministration Joomla! 3.x • Restrict ability to edit-profile on front-end to...
Hello all, I have been researching for a way that I can allow only specific user-groups to change their password on the front end using the "Edit User Profile" page.At first, I figured that I would be...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.1 = Trouble
I know this doesn’t help but I’ve not noticed this personally.Have you cleared the site and expired caches?Statistics: Posted by JAVesey — Wed Apr 17, 2024 7:28 pm
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
You are welcome!For the alias, you may use the normal search filter:Code: DOMAIN/api/index.php/v1/content/articles?filter[search]=newslettersHow should I deal with a search string like '<ul...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Backend is only text after brand...
Try turning GZip on - FPA shows "false" (off).Is your Yootheme compatible with J5? Note they release v 4.3.11 on 17 April...your version is 4.3.10.This may help troubleshoot and resolve the...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Class "JRequest" not...
Ok, I found the solution – I had 2 outdated plugins for Facebook.But the way that I find out about it may help someone in similar situation so I'll post it.Turns out that just switching the themes...
View ArticleJoomla! 4.x Coding • Re: Chyba 500 Jhtml in Joomla4.X
Thank you for answer.I used this in "default.php" fileCode: HTMLHelper::getServiceRegistry()->register('jidelnilistek', new jidelnilistek);As a result, it still doesn't find the class:Class...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cassiopeia Title
Are you using a menu Item of type single Article?Open the Menu item and set the Page Title to the same as the Article Title.Set page Title to Show and Article Title to Not Show.please any...
View ArticleGeneral Questions/New to Joomla! 3.x • "Require Password Reset" -...
Hi friends,I was wondering if someone would be able to shed some light on what exactly controls the redirection that occurs when a user who is required to reset their password logs into a Joomla...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: "Require Password Reset"...
Hey ralphlorem,The check for the reset status and the redirect to the profile page are done in \Joomla\CMS\Application\CMSApplication::checkUserRequireReset...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How can i call the "Article...
Exactly what do you mean by that? Please explain in further detail what you want to achieve.Statistics: Posted by AMurray — Thu Apr 18, 2024 10:02 pm
View ArticleExtensions for Joomla! 4.x • Re: Boxplus v1.0.4.4 for J4/5
Have you tried adding the "height" and "width" to the short-tag?For example:Code: {boxplus param1=value1 param2="value2" height"=800" width=:"600"}text or HTML content{/boxplus}.If that doesn't work...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: JCE Editor (file browser) - You...
Are you trying to access the file browser from the front-end or administrator? Are you logged in with sufficient permissions? Is your JCE version up to date?Are you using Pro or free version (if Pro,...
View ArticlePerformance - Joomla! 4.x • High CPU load after clear Joomla 4 installation
Hello, everyone.Please help.I have a content website. It used to run on Joomla 3. A month ago I made a clear installation of Joomla 4 and manually moved all 700 articles. Minimum side extensions....
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: J4.4 Smart Search and Weblinks
A Language File is missing.Statistics: Posted by Per Yngve Berg — Fri Apr 19, 2024 6:07 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Category Blog View in Module?
That's great, thank you so much Pavel. Is it possible to add padding/space between each column?Also, using it seems like using my own class name puts everything in one column straight down, the rest...
View Article