Templates for Joomla! 5.x • Re: user.css code
Thank you.Statistics: Posted by jacksprat — Sun May 26, 2024 10:39 pm
View ArticleGeneral Questions/New to Joomla! 4.x • accessing Joomla 4 From PHP
HiOur host is SitegroundWe have used this code in Joomla 3 as a header.php file we include at the top of other PHP files<?php/* header file to access joomla */ define( '_JEXEC', 1...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Article Versions not appearing in J5
Works for me. This is the test applied for whether the button appears or not:Code: if (ComponentHelper::isEnabled('com_contenthistory') && $this->state->params->get('save_history', 0)...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Problems with TinyMCE alignment of...
Your code has style statements. I don't think that comes from TinyMCE, so neither does float-none. Do you have other media plugins enabled?Statistics: Posted by ceford — Mon May 27, 2024 9:32 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla removes apostrophe in...
Aliases may only consist of lower case characters and dashes: https://docs.joomla.org/AliasAnything else in the title is converted to a dash in the alias.Statistics: Posted by ceford — Mon May 27,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Frontend image/pdf upload/Joomla...
I discovered that there are a few tricks you need to know in order to do this. As a background, I recommend reading an article in the Joomla Community Magazine: https://magazine.joomla.org/all-issues/...
View ArticleGeneral Questions/New to Joomla! 4.x • HIRE A CERTIFIED CRYPTO RECOVERY...
I always bought the idea of investing in cryptocurrency but didn’t go through the right process and lost all my money to a fake cryptocurrency investment platform. I didn’t do enough research and was...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update 4.4.4 to 4.4.5 Go to...
..ahh - sorry, did not understand guide properly. Hope this is better:[30-May-2024 05:09:18 Europe/Berlin] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Upgrading from 3.9.27
Renaming .htaccess to .hyaccessold results. . .Statistics: Posted by DiggerDawson — Thu May 30, 2024 9:46 pm
View ArticleAdministration Joomla! 5.x • Re: How to configure backend dashboard modules?
I see (automatically) the status of Backup; Akeeba adds that "quick icon" thing to the administrator dashboard. In the same section that advises the status Joomla CMS updates, Extension updates etc...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.1
Pedants note: J6 is alive and well and spotted in the wild!...Hmmmm, Options set Next, Alpha on my J5.1.1 does NOT show update.Statistics: Posted by Webdongle — Thu May 30, 2024 9:59 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Blackmail and sabotage of the K2...
that post really made me laugh. great comedianStatistics: Posted by brian — Thu May 30, 2024 10:05 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: SQL Server Version
5.x requires at least MySQl 8.0 (recommends 8.1) or MariaDB 10.4 (recommends 11.x).https://manual.joomla.org/docs/next/get ... uirements/Regarding why you see 5.2 alpha1, check the update channel that...
View ArticleInstallation Joomla! 5.x • Re: Error "Unsupported PHP Version"
The first thing I would suggest is to recheck your hosting; can you specify PHP versions per subdomain, or is it only on a global basis? You might have set PHP 8.3 on the wrong folder but not at the...
View ArticleExtensions for Joomla! 5.x • Re: Contacts component and its fields
Ahhhh, OK that makes sense now... would not have thought of it otherwise! Figured out how to make the component work without extra fields by just renaming 2 of the 3 sort fields. I only need it to...
View ArticleAdministration Joomla! 5.x • Re: PDFs as viewed in Safari
would an update to Safari help, does it natively open PDF files is it opening files in a PDF reader? On my phone PDFs won't display without a PDF reader app. (but that might not be the issue).I can't...
View ArticleAdministration Joomla! 5.x • Re: Restoring plugin "content - vote".
suggest you try to reinstall the core files, of your current version 5.1.1.You should be able to do this from the Joomla update (and should see an orange button "reinstall core files") or can do the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: J 5.1.1: TinyMCE - embedded PDF...
As a workaround to using TinyMCE to embed a PDF document, change the editor to CodeMirror and use the following:Code: <object data="images/myPDF.pdf" type="application/pdf" width="800"...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: J 5.1.1 Front End Template...
I am now resolved on all of the issues. As for work-arounds and recoveries. I restored my two overrides from backup.... which had both been scrubbed the instant of the 5.1.1 update. The CONSTANTS are...
View ArticleGeneral Questions/New to Joomla! 5.x • joomla update 5.03- 5.1
Greeting,I had joomla 5.03 and everything worked fine, then I went to update 5.1, after that the upgrade was not complete, at least I think, then I tried to upgrade in the c-panel, but the upgrade...
View Article