thank you for sharing this module joomla 4 ready ?
It works Joomla 4? Were you able to check?thank you for sharing this module joomla 4 ready ?
Thank you so much! I try call use Joomla\Component\Templates\Administrator and JLoader::registerNamespace('Joomla\Component\Templates\Administrator')Yes it works but you have to modify the php code for it to work on joomla 4-5 ;-)
View attachment 105854
View attachment 105855
Thanks for the tip, but alas, this version is not installed on Joomla 4Yes it works but you have to modify the php code for it to work on joomla 4-5 ;-)
View attachment 105854
View attachment 105855
I may have confused me I use lx logo slider to be compatible with joomla 4-5 you have to modify some files of the module which are deprecated :
<?php
/**
* ------------------------------------------------------------------------
* Logo Slider Module
* ------------------------------------------------------------------------
* Copyright (C) 2014-2017 LogicHunt, All Rights Reserved.
* license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: LogicHunt,
* Websites: http://logichunt.com
* ------------------------------------------------------------------------
*/
defined('_JEXEC') or die;
use Joomla\CMS\Access\Access;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;
use Joomla\Component\Content\Administrator\Extension\ContentComponent;
use Joomla\Component\Content\Site\Helper\RouteHelper;
// Include the syndicate functions only once
require_once __DIR__ . '/helper/helper.php';
I may have confused me I use lx logo slider to be compatible with joomla 4-5 you have to modify some files of the module which are deprecated :
<?php
/**
* ------------------------------------------------------------------------
* Logo Slider Module
* ------------------------------------------------------------------------
* Copyright (C) 2014-2017 LogicHunt, All Rights Reserved.
* license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: LogicHunt,
* Websites: http://logichunt.com
* ------------------------------------------------------------------------
*/
defined('_JEXEC') or die;
use Joomla\CMS\Access\Access;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;
use Joomla\Component\Content\Administrator\Extension\ContentComponent;
use Joomla\Component\Content\Site\Helper\RouteHelper;
// Include the syndicate functions only once
require_once __DIR__ . '/helper/helper.php';
which module did you install? LogicHunt ?Thanks for your help, it is very much appreciated.
Post automatically merged:
Thanks for your help, it is very much appreciated.