General Questions/New to Joomla! 5.x • Re: url to news post?
You can get article's non-SEF link using Joomla\Component\Content\Site\Helper\RouteHelper::getArticleRoute(). Run in through Joomla\CMS\Router\Route::_() to get the SEF link:Code: use...
View ArticleGeneral Questions/New to Joomla! 5.x • What is the difference between...
What is the difference between clearing cache and clearing cookies?Statistics: Posted by amirahussein1 — Sun Apr 28, 2024 7:40 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: What is the difference between...
Cache is a collection of pages of your site temporarily saved so they can load quicker on the server. Cookies are small text files that hold information about the site.Statistics: Posted by gws — Sun...
View ArticleGeneral Questions/New to Joomla! 5.x • joomla native pdf embed
in joomla 5.1 the native joomla embed pdf plugin seems to no longer work.If you embed the following code in an article:Code: <object data="images/your_pdf_exemple.pdf" type="application/pdf"...
View ArticleGeneral Questions/New to Joomla! 5.x • SP Page Builder Frontend Editor -...
SP Page Builder Frontend Editor for all other pages is accessible except for the Homepage, which is on infinite loading. Before installing K2 extension, the homepage was accessible. I tried clearing...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: SP Page Builder Frontend Editor -...
K2 for Joomla 5??? Joomla 3 only.Statistics: Posted by gws — Sun Apr 28, 2024 9:11 am
View Articledocs.joomla.org - Feedback/Information • Re: Documentation for PR
The manual is the place to add documentation for new features. Its repository is here https://github.com/joomla/Manual. Other places affected by your changes should also be updated. For example,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Some newbie questions...
Hi againfirst of all, thank you for your support.Well.- what i see on the backend is in the attached file. The same on Chrome and Opera. No error messages- It's the Chrome latest version - I use Apple...
View ArticleAdministration Joomla! 5.x • Re: restoring Akeeba Backup of Version 5.1 hangs
John VYou say . . . Suspect a server set-up/compatibility issue but it will be like finding a needle in a haystack Me too.I guess this post is more of an advisory. Nothing appears to be very stable !...
View ArticleExtensions for Joomla! 4.x • Remove extension artifacts.
I have extensions listed under Manage Extensions that I can't uninstall because "the folder can not be found". How can I remove these, please?Status Name Location Type Version Date Author Folder...
View ArticleExtensions for Joomla! 4.x • Re: Remove extension artifacts.
Reinstalling and then uninstalling should work. Another option is to manually remove entries from database but that's not recommended.Statistics: Posted by SharkyKZ — Mon Apr 29, 2024 8:34 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Admin panel - HTTP 500 Whoops.
Set the permissions of all folders to 755. Anything else is a security risk.Statistics: Posted by toivo — Mon Apr 29, 2024 8:46 am
View ArticleGeneral Questions/New to Joomla! 5.x • Contacts Missing from Components Menu
I don't know how it happened, but Contacts has disappeared from Contacts under the Components section of the left sidebar. Here is a screen shot:Components - Contacts.jpgIf I use this...
View ArticleAdministration Joomla! 5.x • Upload Images using Frontend
Hello everybody,I want to make authors be able to upload images and documents using the frontend to use/embed them into articles.I created a separate menu, where all entries are shown after login.My...
View ArticleJoomla! 5.x Coding • Filter by categories and category title in the list of...
Hi!I creating my custom component for Joomla 5. This is like a list of workers with different fields + I connected for this component native Joomla categories. Categories working (I mean creating,...
View ArticleTemplates for Joomla! 4.x • Re: offcanvas on cassiopeia, no extensions
i want to manually code offcanvas into cassiopeia as I'm refusing to believe there's a collapsible menu option yet the menu is not coded in, i've seen a video that displays how it's done on a non...
View ArticleAdministration Joomla! 5.x • Re: Permissions for someone working on the site?
The previous reply was removed because it was produced by generative AI and contained indirect references to particular products and websites.Statistics: Posted by toivo — Tue Apr 30, 2024 9:07 am
View ArticleJoomla! 5.x Coding • Re: Filter by categories and category title in the list...
I fixed my filter by category, but have some another issue. At first, latest code for file WorkersModel.php:Code: <?phpnamespace VPJoomla\Component\Workers\Administrator\Model;use...
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
Thank you for your help Mr Ford. I had seen the code you mentioned via dev tools. Unfortunately, I am still confused.The HTML from the Joomla blog siteCode: <div class=". full-width"> <div...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Pagination issues:
I am only given a limited number of articles to show per page (# Articles to List: 5,10,15,20, etc.). Hi. This is not the number of articles on the site page, but the number of articles on the...
View Article