Migrating and Upgrading to Joomla! 5.x • Re: <div...
That depends of your Template.Statistics: Posted by Per Yngve Berg — Tue Apr 09, 2024 5:06 pm
View ArticleExtensions for Joomla! 4.x • Table properties
Hello community,After several post, and lot of help from this great forum, I need, one of the latest (I hope…)I’m struggling to reply the table properties, in table made with SP page builders, I’m...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Exporting J2.5 users into J5 site
Brilliant Per, may thanks - one question if you know. Should I keep the users IDs the same? - the option defaults to no, so it's made pause for thought. https://extensions.joomla.org/extension ......
View ArticleGeneral Questions/New to Joomla! 4.x • Editing Page Design with SP Page...
I am attempting to use the SP Page Builder to edit the Home page of my website. However, when I open it to edit, the page appears white/blank. Viewing the website live, everything looks normal. I can...
View ArticleExtensions for Joomla! 4.x • Re: Table properties
I’m struggling to reply the table properties, in table made with SP page builders, I’m replying all the option of table, row, and cell but the result showed are...
View ArticleJoomla! 5.x Coding • Re: Behavior-Backward Compatibility plugin unchecked:...
Hello everyone.I am posting the solution below.The code suggested by Toivo works with Joomla5 (which runs with PHP minimum 8.1), but to prevent the Canonical TAG from being wrong, the following change...
View ArticleGeneral Questions/New to Joomla! 5.x • Personalization of articles
Hello and thanks for the help.To import a module into articles I use the classic {loadmoduleid XX} from the back-end and it works correctly.However, I would really like to be able to understand how to...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Editing Page Design with SP Page...
I am attempting to use the SP Page Builder to edit the Home page of my website. However, when I open it to edit, the page appears white/blank. Viewing the website live, everything looks normal. I can...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Personalization of articles
May be useful to you. https://extensions.joomla.org/extension/sourcerer/Statistics: Posted by gws — Wed Apr 10, 2024 5:00 pm
View ArticleJoomla! 4.x • Re: mediamappen verplaatsen
Je kunt In Joomla 4 in de media manager van Joomla inderdaad geen mappen verplaatsen.Een workaround is om het via FTP te doen. Met een FTP programma als FileZilla kun je wel mappen...
View ArticleSEO para Joomla! • Optimizacion URLs
Buenas tardes.Tengo varias webs con Joomla y estoy teniendo problemas a la hora de optimizar las urls. En el apartado "Main Menu" > seleccionando la url que quiero y posteriormente en el apartado...
View ArticleAdministration Joomla! 5.x • Re: Joomla Admin Menu issue
When login with english language the issue is the same.Statistics: Posted by jayceefan — Thu Apr 11, 2024 12:20 pm
View ArticleAdministration Joomla! 3.x • Re: HTTP site works, HTTPS not after server...
.htaccess/web.config: No (ReWrite Enabled but no .htaccess?) enable .htaccess Session Path Writable: No Must be yes,speak to server hostsOpen Base:...
View ArticleAdministration Joomla! 3.x • Re: Host changed server and blank site with...
Under your circumstances I would look for a more competent host.Statistics: Posted by gws — Thu Apr 11, 2024 12:40 pm
View ArticleExtensions for Joomla! 3.x • Re: Automated emails with AcyMailing5 not working
can someone help me ?Thank youStatistics: Posted by grusticali — Thu Apr 11, 2024 1:21 pm
View ArticleSEO para Joomla! • Re: Optimizacion URLs
Si cambias la URL, tiene que volver a posicionarse.Lo que puedes hacer es una redirección de la página antigua a la nueva. Para esto tienes el sistema de redirecciones incluido en el núcleo de...
View ArticleGeneral Questions/New to Joomla! 3.x • 1054 Unknown column 'system_data' in...
Hello there!This is my first posting in this forum. I do have a problem with updating my Joomla Site.I want to update from 3.10 to 4.4.3.I uninstalled almost everything, that could cause...
View ArticleJoomla! 5.x Coding • Re: Using the Webservices API to read an article
Hey David,This is how you can use the HTTP class provided by the core for your API requests to retrieve the article text:Code: $apiKey = 'API-KEY';$apiUrl =...
View ArticleExtensions for Joomla! 4.x • Re: FlexBanner v 5.1.05
Report it to the extension developer.Statistics: Posted by gws — Fri Apr 12, 2024 2:44 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Custom fields in a child category
To display custom fields in the parent category I use the code: Code: <?phpforeach ($this->category->jcfields as $jcfield) { $this->category->jcFields[$jcfield->name] =...
View Article