General Questions/New to Joomla! 4.x • Security Certificate
Does anyone know how to make sure your security certificate is working for the administration portion of a joomla site.Also, is it advisable to turn off, or disable, gzip on a site?Statistics: Posted...
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 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 ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Failed from 3.10.12 to...
[Edit]:What local server are you running e.g. XAMPP or WAMPServer (we'd recommend WAMP as you can install PHP versions as modules - as many as you like, so I'd be installing for instance, PHP 7.4,...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: No GUI after upgrade 4.4.3 to 4.4.4
This may also help: https://docs.joomla.org/J4.x:Assorted_I ... No_StylingStatistics: Posted by AMurray — Fri Apr 19, 2024 10:30 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Cannot delete or rename media files
Go to System - Information - System Information and access the tab Folder Permissions. Are there any unwritable folders, in addition to the file configuration.php?Please post the results from the...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Thanks Viktor,Yeah it's a little strange how Joomla Toolkit installed J5 on a server that doesn't support minimum specs.I can confirm that I haven't seen any problems while building the website. But I...
View ArticleGeneral Questions/New to Joomla! 5.x • HOW TO HIRE A HACKER TO RECOVER STOLEN...
I always had the idea of investing in cryptocurrencies, but I didn't follow the right process and lost all my money on a fake cryptocurrency investment platform. I didn't do enough research and was...
View ArticlePerformance - Joomla! 4.x • Re: High CPU load after clear Joomla 4 installation
I have also found on the Internet that enabling Gzip page compression is not recommended if it's already enabled on the hosting side. Is that true? I disabled it now for testing purposes and enabled...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How can i call the "Article...
there is not any code that i can call the article title and display it inside a module?Statistics: Posted by joomlerGR — Sat Apr 20, 2024 9:40 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: J4.4 Smart Search and Weblinks
1. None of them.2. com_finder is Smart Search com_search is old search from J3Uninstall com_search and plg_search_weblinksThank you so much for explaining.Rather than uninstall, I disabled the plugins...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Wishlist: please improve...
If you set a menu item pointing to any individual article in the Category it breaks the pagination.Thank you for explaining this. Do you know if there is any way around this? I would like the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: NewsFlash module - Example of...
Here is a past post about this problem:example of section blog layout (FAQ section)viewtopic.php?t=344738The suggested fix is:In the default installation there is a Menu called "Example Pages" in...
View ArticleJoomla! 5.x Coding • Re: Help with Custom Plugin
Hi Mark, thanks for your reply.This is my first time attempting to write a plugin too. As I mentioned in the initial post, I got this from an existing plugin, PhocaDownload Button Plugin.It uses...
View Article