↧
Language - Joomla! 5.x • Localization platform suggestion?
Hello guys,A friend of mine and I are planning to start translating a custom Joomla component. My question is, what kind of platform would you suggest for that? It could be cloud-based, where we could...
View ArticleJoomla! 4.x Coding • Re: Access page
Sounds like you need to make access available through the webservice API.https://docs.joomla.org/J4.x:Adding_an_ ... _ComponentStatistics: Posted by MarkRS — Fri Jul 12, 2024 11:15 am
View ArticleExtensions for Joomla! 4.x • Re: item reservation extension
I have used; https://extensions.joomla.org/extension/vik-booking/I have created sites for camping (ie pitches and caravans,motor homes etc) it is fully customisable for boat hire.Also Jomres can be...
View ArticleJoomla! 4.x • Positie artikelindex
Hai,Ik ben met een wat langer artikel bezig, dat ik terwille van de behapbaarheid in een aantal pagina's heb geknipt. Nu verschijnt bovenaan elke pagina's een Artikelindex. Wat prettig is, je kunt...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: show submenu items on click
They should appear when you visit the page of the parent Menu Item.Statistics: Posted by Per Yngve Berg — Fri Jul 12, 2024 1:33 pm
View ArticleLanguage - Joomla! 5.x • Re: Localization platform suggestion?
At present Joomla project uses Crowdin (https://crowdin.com/) for its translation projects. Other Joomla third party extensions such as TinyMCE and JCE use Crowdin as well. All the installable...
View ArticleAdministration Joomla! 5.x • New user account activation
Joomla 5.1.2If I change the subject activation from "self" to "Administrator" the site admin gets the email.My questions are; 1. can I change the email address for registrations to something else? 2....
View ArticleExtensions for Joomla! 5.x • Re: TF Learn. Anyone use this?
Can't find Difference or relationships between modules, courses and lessons.From what I saw in a quick test, the hierarchy follows the order in the menu: courses have modules, consisting of lessons....
View ArticleGeneral Questions/New to Joomla! 5.x • JM5.1.1 fresh install
Hi all, i've a fresh Joomla installation done some week ago without any 3rd part componentsToday i'm looking this on dashboard:https://i.postimg.cc/Jn8v2F3K/Screenshot-2024-07-13-alle-07-53-51.pngand...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: JM5.1.1 fresh install
Use the File Manager in the control panel provided by your host. Write enable the file configuration.php and then edit it. Check the variable $live_site and make sure its value is an empty string,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Frontend zip file upload/Joomla 4.x
I don't see why this won't simply work in the normal way; you create the link in the article editor with a normal hyperlink. A link like:Code: <a href="/path/to/your/zip/file">Your link to...
View ArticleGeneral Questions/New to Joomla! 4.x • Unable to update joomla using xampp
I am trying to update my testsite on localhost using xampp but keep getting this messageJoomla Update cannot communicate correctly with the administrator/components/com_joomlaupdate/extract.phpI can...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Unable to update joomla using xampp
Please use the FPA. See Red Frame above.Is the modules to extract the Archives installed in PHP?Statistics: Posted by Per Yngve Berg — Sat Jul 13, 2024 12:11 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Landing Page
Hi,I have a Joomla 5 site and would like to create an html landing page so that arrivals can click straight through to either the main site or a certain page on the site and then the site work as...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Problems with links after...
How did you install Joomla originally?https://github.com/ForumPostAssistant/FPA pleaseStatistics: Posted by Webdongle — Sun Jul 14, 2024 2:54 am
View ArticleGeneral Questions/New to Joomla! 5.x • Redirect plugin not working in Joomla 5
Hi dear support,I redirect this address:https://sitedar.com/blog/747-the-price- ... rvice.htmlto this address:https://sitedar.com/blog/240-seo-cost.htmlin my site.The Redirect Plugin is enabled. The...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Redirect plugin not working in...
It does not work because your old URL does resolve to a valid page and does not return a 402Statistics: Posted by Per Yngve Berg — Sun Jul 14, 2024 1:54 pm
View ArticleAdministration Joomla! 4.x • Re: Pre-Update Check for Joomla 4.4.6
And this is with Smilies disabled!Joomla! Instance :: Joomla! 4.4.5-Stable (Pamoja) 28-May-2024Joomla! Configured :: Yes | Read-Only (444) | Configuration Options :: Offline: false | SEF: true | SEF...
View ArticleAdministration Joomla! 4.x • Re: Custom Image Module display problem
It seems like there's a difference in how your website handles image URLs between your development and live sites. In your development setup, the image URL includes specific parameters like...
View ArticleAdministration Joomla! 5.x • Re: encoding issue
Here is an updated code, you can try.<?php if (isset($this->item->jcfields[149]) && !empty(trim($this->item->jcfields[149]->value))) : ?> <?php $regionLink =...
View Article