-
Hello JPa !
No, by default it's impossible. You may try to change the following line in the modules\boonex\spaces\classes\BxSpacesTemplate.php file:
$sRv .= $oProfile->getUnit(false, array('template' => 'unit_wo_cover'));
to this one:
$sRv .= $oProfile->getUnit(false, array('template' => 'unit_with_cover_showcase'));
Note that this change will block your upgrade of Space module.
-
Hello JPa !
No, by default it's impossible. You may try to change the following line in the modules\boonex\spaces\classes\BxSpacesTemplate.php file:
$sRv .= $oProfile->getUnit(false, array('template' => 'unit_wo_cover'));
to this one:
$sRv .= $oProfile->getUnit(false, array('template' => 'unit_with_cover_showcase'));
Note that this change will block your upgrade of Space module.
Hi Leonid...
Would it be posiible to make small change in source code of SPACE module, to be possible to choose
what type of child spaces viewer will be used ?/
May be it would be useful for more users of UNA platform...
And than would be no problem with updates???Thanks for answer...
Juraj
-