Disable forum

Hi, I need to know why if I don't have the Forum module installed, on Groups and Events creation comes out the option "Post in Forum" for privacy and also on the main group or event page comes out the "Forum Feed" block..? 

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 16 Aug 2013

nobody can help me?

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 17 Aug 2013

is there anybody out there? Tongue Out

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 19 Aug 2013

what options are still showing in groups, events etc after you have uninstalled the forum module and where are they showing?

Quote · 19 Aug 2013

Still show in:

- Privacy Settings when Add a Group or Add Product (Store)

- Block "Forum Feed" on Page builder in: Event view; Group view; Store Product View.

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 19 Aug 2013

The block forum feed you can remove in the page blocks, not exactly sure where you mean the other one is. 

Add a screen grab, Im sure it can be removed simple enough.

Quote · 19 Aug 2013

the other one is when you Add a Group...see the screenshot

EasyCapture.jpg · 90.3K · 232 views
“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 20 Aug 2013

 

the other one is when you Add a Group...see the screenshot

My guess is that the form is not built based on existing modules but hardcoded list.  It would require a change to the code itself.  If you don't want to edit the code, you could edit the language key and change it to say "Ignore this setting".  However, I see the nature of the problem so I guess we need to see about where to edit the code and remove this from the list.

Geeks, making the world a better place
Quote · 20 Aug 2013

 

 So what we do? How can we make know Bonnex team about this?

However, I see the nature of the problem so I guess we need to see about where to edit the code and remove this from the list.

 

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 20 Aug 2013

Thats a code change in the groups module. I remember doing something like this in a previous site when I wanted certain options removed.

Think I did a search for the text  probably in some 'admin' ref file in the module, then cancelled out the code, did some experimenting with it and it worked. 

Make sure to back up any files you play with first though in case anything goes wrong.

 

If I get a mo I will have a quick look, see what needs to be changed!

Is it just in groups you are looking at removing it?

Quote · 20 Aug 2013

In modules/boonex/groups/classes/BxGroupsFormAdd.php

 

Find :

       parent::BxDolFormMedia ($aCustomForm);

Just above Add :

        $oModuleDb = new BxDolModuleDb();
        if (!$oModuleDb->getModuleByUri('forum'))
            unset ($aCustomForm['inputs']['allow_post_in_forum_to']);

     

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 20 Aug 2013

Modzzz to the rescue :-)

Quote · 20 Aug 2013

doesn't work modzzz 

 

In modules/boonex/groups/classes/BxGroupsFormAdd.php

 

Find :

       parent::BxDolFormMedia ($aCustomForm);

Just above Add :

        $oModuleDb = new BxDolModuleDb();
        if (!$oModuleDb->getModuleByUri('forum'))
            unset ($aCustomForm['inputs']['allow_post_in_forum_to']);

     

 

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 20 Aug 2013

http://www.boonex.com/trac/dolphin/ticket/3274

Rules → http://www.boonex.com/terms
Quote · 21 Aug 2013


http://www.boonex.com/trac/dolphin/ticket/3274

 

thanks Alex, good work! I hope this will be fixed on next release, because it's a ugly thing that users see that option but the forum doesn't exist.

“It is no measure of health to be well adjusted to a profoundly sick society.”
Quote · 21 Aug 2013

Fixed:

http://www.boonex.com/trac/dolphin/changeset/18282

Rules → http://www.boonex.com/terms
Quote · 5 May 2015
 
 
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.