How to make the group forum visible to public

Hi, I would like to make each group forum public. So, none-fans and visitors can read the posts, but cannot post anything before they become a fan. There isn't any option to do that when editing the group. I thank you in advance!

 

Group topic url: http://buddygalaxy.com/forum/groups/forum/Buppha-Thai-Food-0.htm#topic/Brown-Sugar-is-Best-For-Thai-Cooking.htm

image.jpg · 159.8K · 353 views
http://buddygalaxy.com/
Quote · 12 Dec 2013

To allow everyone to read groups forums you need to change the following code in modules/boonex/groups/classes/BxGroupsModule.php file, near ~705 line:

    function isAllowedReadForum(&$aDataEntry, $iProfileId = -1)
    {
        return $this->isAllowedPostInForum($aDataEntry, $iProfileId);
    }

to the following:

    function isAllowedReadForum(&$aDataEntry, $iProfileId = -1)
    {
        return true;
    }
Rules → http://www.boonex.com/terms
Quote · 29 Dec 2013

Is it possible to have forum block on the main group page, for example under the description block, what I mean is that members doesn't have to click on the forum tab to enter the forum?

Quote · 29 Dec 2013

It is different question, so it is better to start new topic.

There is already forum feed block on group page, you can place it there in page builder, make sure that you have the latest Dolphin version.

Is it possible to have forum block on the main group page, for example under the description block, what I mean is that members doesn't have to click on the forum tab to enter the forum?

 

Rules → http://www.boonex.com/terms
Quote · 4 Jan 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.