Spaces childs -> List or Browse
Hi firends ...
In Space view page there are child spaces shown as a list:
Is there some way to browsethem on this way ?
Thanks for your help
Juraj
-
-
·
LeonidS
- ·
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.
-
·
LeonidS
-
- · JPa
-
·
In reply to LeonidS
- ·
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