Templates for Joomla! 3.x • Previews for each post, Front Page "Main...
Previews for each post, Front Page "Main Menu"-- How do i close the blog posts to only show some of the content per each posting?I use protostar plus, template.Statistics: Posted by kinesis602 — Wed...
View ArticleTemplates for Joomla! 3.x • Re: Previews for each post, Front Page "Main...
I'm not sure what you mean. I think you want the "read more" function, so you have to place that say, after the first paragraph of the post. Readers will see "read more" and that link will open the...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Issue with updating J5.02 to J5.03
did the restart update or resume update options in that error dialogue work? The 'server error' may have nothing to do with Joomla itself.While it may be unnecessary, can you try setting PHP to 8.2...
View ArticleTemplates for Joomla! 5.x • Re: article on left in cassiopeia template
You don't set "article position". The main content area of (any) template is usually the "Component area". Module positions such as "main-top" are added in some templates - and the module position...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Failed Joomla update
So you did the update without any backup, despite, being advised (at least three times during the migration process) to make a backup? Whether that was done through Akeeba Backup (not installed in...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: When will support for Joomla 4 end?
The Joomla roadmap page states: Joomla 4:End of bugfix support 15/10/2024. End of security fix support 14/10/2025.Joomla 5:End of bugfix support 13/10/2026End of security support...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade Joomla 3.9 to 4.4 error...
Thank you all for your suggestions. Although I installed the plugin, my findings are bleak:Administrator Modules: Latest Actions does not exist.In the extensions table in the database, there is no...
View ArticleMigrating and Upgrading to Joomla! 5.x • أسباب تدهور العلاقات العاطفية
https://www.easypack.store/2024/03/Reas ... ships.htmlStatistics: Posted by Cascous — Wed Mar 20, 2024 11:32 pm
View ArticleJoomla! 5.x Coding • Debug Specific Page or Pages vs Debug All Pages
Is there a way to enable Joomla debugging in a specific page and not all pages? Sometimes when we are adding new pages to our site, we need to enable debugging to work through an issue. Is there a way...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Problem upgrading from 4.4.3 to...
I had performed a backup with Akeeba before the upgrade. How, if at all, can I use that to restore the 4.4.3 version?Statistics: Posted by DCAdmin — Thu Mar 21, 2024 9:33 pm
View ArticleJoomla! 5.x Coding • Re: Debug Specific Page or Pages vs Debug All Pages
Debug is a server feature not a joomla feature, so I would doubt it could be set for one page only.Statistics: Posted by AMurray — Thu Mar 21, 2024 9:41 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgade Joomla 4 fail
It sounds like a file or folder permissions error. But we can't tell from the limited information you have provided.Please post your FPA report, see the red box at the top of the forum screen under...
View ArticleExtensions for Joomla! 5.x • Re: Extension for login
Yes, you would make such modifications to a copy of the template (the child template). Modifying the original (without overrides) may have such changes overwritten when Joomla is updated, but child...
View ArticleAdministration Joomla! 3.x • Fatal error: require_once(): Failed opening...
I installed a backup (Akeeba) to a subdomain to check its integrity. I was able to log into the back end, but when I tried to see the front, I got this error:Fatal error: require_once(): Failed...
View ArticleTemplates for Joomla! 5.x • Re: Website and backend lose formatting
I suspect the double Gzip gremlin again.Refer to Kuneze Double Gzip Problem.Also refer to viewtopic.php?t=998369Statistics: Posted by AMurray — Thu Mar 21, 2024 9:57 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: MySql 8.0.13
Will the features of Mysql 8 actually be used?JSON is still saved in varchar columns.I changed the "rules" column from varchar to JSON and got an error message when I tried to save invalid...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: The PHP temporary folder is not set.
https://joomla.stackexchange.com/questi ... rror/21303Statistics: Posted by Per Yngve Berg — Fri Mar 22, 2024 9:17 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: #__session table is not emptying
In Global Configuration / System there are two settings to do with Session Metadata. They are both Yes in my test site but I only have two records in my #__sessions table. The Toggle Inline Help...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Batch transfer of articles from...
... to transfer the ID of some articles from a user that no longer exists to another user ID ... the batch transfer option that no longer exists for the user.Can you prove this feature existed in a...
View ArticleJoomla! 5.x Coding • Re: Use third componet's class in my cli application
You need to load the namespace. I use some CommonMark stuff in a library in a component (probably a bad idea). Then I do this:Code: require JPATH_ROOT ....
View Article