Мои шаги в изучении движка привели к первому результату :)
Мод, который позволяет превратить текст с количеством участников группы в блоке на главной, в линк на страничку с перечнем участников группы.
Проверен на версии 7.0.4
My first step in the Dolphine :)
This mod let you make direct link to page "Browse fans" from the main page (group block).
You have olnly text with count members of groups now.
After install this mod you will have direct link to page "Browse fans".
Approved for 7.0.4
Открываем файл/open the file BxGroupsTemplate.php
Находим строку/find the string
'fans_count' => $aData['fans_count'],
Добавить после/add below
'browse_fans_url' => BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'browse_fans/' . $aData['uri'],
Сохрфняем файл/save the file BxGroupsTemplate.php
Открываем файл/open the file boonex\groups\templates\base\unit.html
Находим строку/find the string
<div class="sys_file_search_size">__fans_count__ <bx_text:_bx_groups_fans /></div>
Заменить на/replace to
<div class="sys_file_search_size"><a href="__browse_fans_url__">__fans_count__ <bx_text:_bx_groups_fans /></a></div>
Сохрфняем файл/save the file boonex\groups\templates\base\unit.html
Загружаем файлы на хостинг/load the files on your host.
Очищаем кеш/clear the cash (all)
Enjoy! :)