General Questions/New to Joomla! 4.x • Re: using ajax in joomla
Hi @ceford.I want to use it for adsmanager component in frontend.I would appreciate it if you have a suggestion on this matterStatistics: Posted by user13 — Sat Dec 09, 2023 6:41 am
View ArticleTemplates for Joomla! 5.x • Re: J5 Header background colour change?
Hello , what template do you use ? Cassiopeia ? have you set a user.css ?On the voileux site , using Cassiopeia, the header color is composed with 2 colors and a gradient between these 2.I have put...
View ArticleTemplates for Joomla! 4.x • Error when trying to display site templates
I am converting templates developed in Joomla 3 to Joomla 4. Joomla 4 was installed on the J3 site. When I try to display the Site Templates I get the following error An error has occurred.0 Call to a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: J5 menu-blog bg colour
Hello , see the discussion viewtopic.php?f=840&t=1005934and https://forum.joomla.fr/forum/joomla-5- ... es-modulesMore hints on https://colours.joomla.com/Statistics: Posted by ManuelVoileux — Sat...
View ArticleTemplates for Joomla! 4.x • Re: Error when trying to display site templates
I don't see that error, but all I do see is an un-styled page. Are your CSS references correct?What template are you converting to J4 (no mean feat, I would think). Are you an experienced...
View ArticleAdministration Joomla! 4.x • Re: Issue with mainmenu after update from 4.4.0...
I have a very similar issue after upgrade from 4.4.0 to 4.4.1 specifically on iPad Air 2 (1024x768)Before upgrade - horizontal expanded menu - all modules to rightAfter upgrade - hamburger menu - all...
View ArticleExtensions for Joomla! 5.x • Re: Best forum extension for Joomla 5
I was building a Joomla 5 + Forum with Kunena before, works well for basic functionalities, but perhaps if you have more budget, perhaps you can try this, seems promising to me...
View ArticleGeneral Questions/New to Joomla! 4.x • How to sort output..
Hi all.I'm using this query in joomla to get all members from specific group, It works great, but I want to sort the output by username. Does anyone know how I can do that?<?php/*** Change Group ID...
View ArticleExtensions for Joomla! 5.x • Re: Course builder extension with a special drip...
HiI saw some component that have the drip feed feature many years ago and I don't think it were available for the latest Joomla 5, for time being, the only option that you have, I am afraid it only...
View ArticleExtensions for Joomla! 5.x • jDownloads Latest Module Horizontal
HiI need this module to be horizontal instead of vertical right nowCan anybody pointing me out the module class name which controlling the layout nature?You may take a look on this page for more clear...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: No content in admin dashboard...
OK. This old host is on PHP 8.0.17 and presumably that can not be updated anymore. It's an aging hosting platform. Therefore the V5 upgrade is not accepted.Statistics: Posted by jn6464 — Mon Dec 11,...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: custom Offline Page
Edit the file offline.phpStatistics: Posted by Per Yngve Berg — Mon Dec 11, 2023 6:43 am
View ArticleInstallation Joomla! 4.x • Error — Undefined constant
HiI strongly believe that this is related to the server as I'm installing a new fresh Joomla 4.4, it works just fine in another server so far. I just install Akeeba component only when this incident...
View ArticleJoomla! 4.x Coding • Re: Bound variables and "ON DUPLICATE"
You can retrieve the query after preparing it and then bind the parameters:Code: $db->setQuery('INSERT INTO #__test VALUES (:id, :title, :hits) ON DUPLICATE KEY UPDATE hits = hits + 1, title =...
View ArticleInstallation Joomla! 4.x • Re: Error — Undefined constant
OpenSSL extension is missing, along with some other important extensions:Potential Missing Extensions :: openssl | curl | mbstring | fileinfo | gd | Statistics: Posted by SharkyKZ — Mon Dec 11, 2023...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: BUG? Deprecated PHP function...
It's not really a J! bug but a PHP 8.x issue.I'd rather categorise it as a combination of a data issue and possibly also an oversight in the coding of the Contacts component but only in a particular...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Responsive Website
That doesn't seem to work - I still see the new syntax being applied - but perhaps I'm doing it wrongIf there are any other suggestions or guidance you can offer it would much appreciatedHi...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error with...
I know that the config file shows the correct path for tmp and log directories. This is the tmp file path in the config file on the new webserver - /home/ckjdtyuw/public_html/tmpIf you want to be...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: my article are not visible in...
Belated reply... for what its worth, My articles in J4 were missing so I deleted the alias and re-saved the file and all good.Statistics: Posted by downunder — Mon Dec 11, 2023 8:31 am
View ArticleGeneral Questions/New to Joomla! 4.x • Joomla 4 Api filter tags/categories by...
I have a problem using the Joomla 4 API.I'm trying to retrieve the data of a single category or a single tag by the alias because I don't know the id.The api urls I'm using I have tried both cases...
View Article