Joomla! 5.x Coding • Re: How to check if user is admin in an article.
I suggest you dump the $user object to see what it contains. Also the HtmlView.php for articles has this:Code: $this->canDo = ContentHelper::getActions('com_content', 'article',...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Cannot access front and back end...
I have uploaded the files on localhost (XAMPP v3.2.4, PHP 7.4), and the site is up now but with some features missing on the front end. Also, below are errors which I think might be the reason for the...
View ArticleGeneral Questions/New to Joomla! 5.x • Menu item article list error
One of my menu items which lists articles has suddenly started returning an errorWarning: Undefined array key "id" in /home/*******/public_html/components/com_tags/src/Service/Router.php on line...
View ArticleGeneral Questions/New to Joomla! 5.x • administrator/logs/*.error.php gone
Good evening,I have linked a fail2ban rule to the *.error.php logs. Unfortunately, I discovered that these error logs had suddenly gone and I assume this happened when I initiated a Joomla update...
View ArticleAdministration Joomla! 3.x • Re: Emptying cache directory
@Per in which way does the template's cache may be the cause of this and how can I configure it so that it doesn't write continuosly there?Statistics: Posted by antonios — Wed Jul 03, 2024 5:39 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Updating from 3.10.12 to J4.x...
Hi I am trying to update my joomla 3.10.12 site ( I have done quite a few at this stage) for some reason when i try via Live update or Upload and Update (loading the...
View ArticleGeneral Questions/New to Joomla! 5.x • How to remove the CMS Content dropdown...
Please can someone help me.How do I remove CMS Content for normal registered users can somebody help please as they do not need to see itStatistics: Posted by chris2k13 — Thu Jul 04, 2024 4:06 pm
View ArticleSecurity in Joomla! 4.x • Spam emails despite form being unpublished
Hoping someone can help! I am receiving hundreds of spam emails from one form on my site - this form has been up for years with no problems - I have unpublished the form, removed my email address from...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Downloading extensions updates...
When you change PHP Version you have to check that all of the needed PHP extensions are enabled. Run the Forum Post Assistant - it will help identify potential problems.Statistics: Posted by ceford —...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla 5.3 How to add a logo
I think you need to read about Template Customisation and Overrides:https://jdocmanual.org/jdocmanual?artic ... tomisationhttps://jdocmanual.org/jdocmanual?artic ... tomisationBest see what you can do...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to remove the CMS Content...
In core Joomla, the list shown under the menu item CMS Content dropdown is made possible by the following plugins of the type editors-xtd.Button - ArticleButton - ContactButton - FieldButton -...
View ArticleAdministration Joomla! 5.x • Re: Wikipedia type tooltip available?
Take care with Tooltips! Look up Accessible Tooltips - you need to add a lot of extra code to comply with accessibility standards.Statistics: Posted by ceford — Thu Jul 04, 2024 4:56 pm
View ArticleAdministration Joomla! 5.x • Re: Runtime Exception Error in Chrome browser -...
/plugins/system/urltranslator is not a core Joomla plugin. Seek help from its provider.Statistics: Posted by ceford — Thu Jul 04, 2024 4:59 pm
View ArticlePerformance - Joomla! 5.x • Re: Website takes up to 10 seconds to load
Try Page Speed Insights: https://pagespeed.web.dev/Statistics: Posted by ceford — Thu Jul 04, 2024 5:11 pm
View ArticleLanguage - Joomla! 4.x • Re: Does not load site with the user's language
Yes, in theory everything is fine. Do you know where in the code it assigns this value to the session? I work with version 4.4.5Statistics: Posted by joomberto — Fri Jul 05, 2024 10:27 am
View ArticleJoomla! 5.x Coding • Having issue making api calls
Hello All,I have joomla 5 installed on localhost. I am trying to make api calls to my joomla site. When I try to make a GET request using postman for articles, getting a 500 error View not found...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Alignment of titles
Im using Cassipeia. I cresated the file user.css, as I posted above, so of course Im doing something wrong?Anyu help is preciated, thanks in advanceStatistics: Posted by Tinchus — Fri Jul 05, 2024...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Updating from 3.10.12 to J4.x...
Hi @Per and @AMurray Thank you for the advice and suggestions unfortunately none of those worked. I believe there was something fundamentally wrong with my joomla core files which were preventing the...
View ArticleSecurity in Joomla! 4.x • WebAuthn questions
Hello, I would like to ask something about W3C Web Authentication (WebAuthn). When I enable it on my Joomla site and scan the QR code to my phone, I am able to log in without my password, but the...
View ArticleGeneral Questions/New to Joomla! 5.x • Autenticação externa de usuário Joomla
No Joomla 3 eu consigo fazer autenticação de usuário do Joomla via script PHP externo. No Joomla 5 ainda não consegui fazer isso e soube que houve mudança significativa nesta questão da autenticação...
View Article