Spaces childs -> List or Browse

Hi firends ...

In Space view page there are child spaces shown as a list:

ikvcrxbtfd8wvgbej6bdjxz9jushigsk.png

Is there some way to browsethem on this way ?

gd72ab9m693f3wkbhxj2jdx4bx4mp7vp.png

Thanks for your help

Juraj

  • 349
  • More
Attachments
Replies (2)
    • 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

        Login or Join to comment.