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..?
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.” |
nobody can help me? “It is no measure of health to be well adjusted to a profoundly sick society.” |
is there anybody out there? “It is no measure of health to be well adjusted to a profoundly sick society.” |
what options are still showing in groups, events etc after you have uninstalled the forum module and where are they showing? |
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.” |
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. |
the other one is when you Add a Group...see the screenshot “It is no measure of health to be well adjusted to a profoundly sick society.” |
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 |
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.” |
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? |
In modules/boonex/groups/classes/BxGroupsFormAdd.php
Find : parent::BxDolFormMedia ($aCustomForm); Just above Add : $oModuleDb = new BxDolModuleDb(); Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Modzzz to the rescue :-) |
doesn't work modzzz
In modules/boonex/groups/classes/BxGroupsFormAdd.php
Find : parent::BxDolFormMedia ($aCustomForm); Just above Add : $oModuleDb = new BxDolModuleDb();
“It is no measure of health to be well adjusted to a profoundly sick society.” |
Rules → http://www.boonex.com/terms |
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.” |
Rules → http://www.boonex.com/terms |