General Questions/New to Joomla! 5.x • Re: Vertical Dropdown Menu
You can try this smoot vertical menu click on left hamburger menu there and there is many optionshttp://verticalmenu.demo.offlajn.com/Statistics: Posted by darb — Tue Dec 03, 2024 4:14 pm
View ArticleJoomla! 3.x • Re: Μεταφορά σε νέο server
Υποθέτω αν μεταφέρεις τα αρχεία χειροκίνητα με FTP (χωρίς zip), την βάση με την ίδια κωδικοποίηση, και εφόσον ενεργοποιήσεις την ίδια έκδοση ΡΗΡ τότε δεν θα έχεις κάποιο σφάλμα.Statistics: Posted by...
View ArticleInstallation Joomla! 5.x • Joomla 5.2.2 Installation Hang-up
I'm working under Windows 10, with Apache, MySQL and PHP 8.2 all known to be operating correctly under AMPPS. I created a new MySQL database with a unique username and password, etc, and paid close...
View ArticleAdministration Joomla! 5.x • Google Duplicate without user-selected canonical...
I have Google Search Console complaining that I have several pages that are "Duplicate without user-selected canonical". In fact, it is a category blog with 41 articles broken into several 'pages'...
View ArticleAdministration Joomla! 5.x • Re: Google Duplicate without user-selected...
Phoca Download is perfect for this task.https://extensions.joomla.org/extension/phoca-download/Statistics: Posted by Per Yngve Berg — Wed Dec 04, 2024 2:37 pm
View ArticleAdministration Joomla! 5.x • Re: Cache size increases and automatic purge of...
It seems that the CLI function described here: https://jdocmanual.org/en/jdocmanual?ar ... ache-files does not purge but instead empties cache which is not what I am looking for.Statistics: Posted by...
View ArticleGeneral Questions/New to Joomla! 5.x • Automate Modules: Articles - Category
One of our websites uses a module (Modules: Articles - Category) to display the most current sub-categories of the News category on the website. To get the title of each of the (8) sub-categories to...
View ArticleJoomla! 4.x Coding • SOLVED Re: Help required with Joomla API connection
Ok I solved this:Code: const eventLink = `href ="${esciURL}index.php?option=com_eventbooking&view=event&id=${id}"`;<a ${eventLink}>View Event</a>Statistics: Posted by ontarget —...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Automate Modules: Articles - Category
Have you tried the new Articles module in Joomla 5.2?What about creating one module instance for one sub-category to display the most recent article in that sub-category.Duplicate that module for each...
View ArticleAdministration Joomla! 5.x • Re: Strange behavior of readmore in text
If you use jce you get <hr id="system-readmore" /><hr id="system-readmore" /> is required for backwards compatability across multiple Joomla versions.When you are developing a component,...
View ArticleGeneral Questions/New to Joomla! 5.x • console errors: what could be causing...
GreetingsI am getting console errors on my website here:I disguised the URL for privacy and my website's here: https://shorturl.at/guJvUIn particular, I am getting script.js and style.css 404 not...
View ArticleExtensions for Joomla! 5.x • Re: Looking for real estate listing, no payment...
+1 for Joomla coreYou can also use JFilters for filtering them.https://extensions.joomla.org/extension/jfilters/Statistics: Posted by sakiss — Thu Dec 05, 2024 12:38 pm
View ArticleJoomla! 5.x • Joomla 5.2.2 PHPMail
ich habe die neueste joomla-version local mit wamp-server installiert. wenn ich php-mail aktiviere bekomme ich diese fehlermeldung "Could not instantiate mail function". mailer smtp funktioniert. nach...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Custom php for index.php
Team,Sorry for the late response... (business trip)Maybe I did not explain the task correctly.I have a custom-made PHP app running on domain/project now I am installing on the same server joomla like...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Cannot delete or rename media files
I'm sharing the solution that worked for me here.My web host offers an ‘application firewall’ with php that you have to disable.No modification of the .htacces file.If this is of any use to anyone and...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Some odd issues after moving...
@Amurray, Correct, I wasn't at my PC to confirm exactly but I just checked the update logs and it's 4.4.9 through the official Joomla Next update.@Toivo, I've applied 5.2.3 successfully and still get...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: How to Show "Tags"...
Hello,Hope this makes sense.I would like to know if it is possible to show tags in the article manager. I know you can navigate and select a tag to see the associated articles - but I would like to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Data Export in different language...
They might use different language files? If so then one of the language files might not have a translation?https://downloads.joomla.org/language-packsYour language is missing and you would like to...
View ArticleJoomla! 5.x Coding • Re: Updating a Joomla 4 module
You're still using Joomla's global namespace classes which requires Backwards Compatibility to work. You might want to fix that. Not related to J5 upgrade but more important is that your module is...
View ArticleExtensions for Joomla! 5.x • How to retreive, display data from form extensions
There are a number of forms extensions available, but none of them, as far as i can determine, have a feature to retrieve and/or display the data collected. For example, if I create a form that allows...
View Article