RT Logo Showcase & Slider v2.4 - Joomla

HelenaWitches

Member
XNullUser
Joined
Jan 24, 2021
Messages
429
Reaction score
10
Points
18
NullCash
24
Yes it works but you have to modify the php code for it to work on joomla 4-5 ;-)
1.jpg

2.jpg
 

icqya

Member
XNullUser
Joined
Apr 28, 2022
Messages
33
Reaction score
3
Points
8
NullCash
26
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
Thank you so much! I try call use Joomla\Component\Templates\Administrator and JLoader::registerNamespace('Joomla\Component\Templates\Administrator')
Post automatically merged:

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 4 :(
 
Last edited:

HelenaWitches

Member
XNullUser
Joined
Jan 24, 2021
Messages
429
Reaction score
10
Points
18
NullCash
24
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';
 

icqya

Member
XNullUser
Joined
Apr 28, 2022
Messages
33
Reaction score
3
Points
8
NullCash
26
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';

Thanks for your help, it is very much appreciated.
Post automatically merged:

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';

Thanks for your help, it is very much appreciated.
 
Last edited:

HelenaWitches

Member
XNullUser
Joined
Jan 24, 2021
Messages
429
Reaction score
10
Points
18
NullCash
24
Thanks for your help, it is very much appreciated.
Post automatically merged:



Thanks for your help, it is very much appreciated.
which module did you install? LogicHunt ?
i can upload and share my module logo slider logichunt for joomla 4 or 5 if you want :)
 
Top