Can you remove "tags" from the FeedBack module?

Okay maybe I am too old school but tags, on a feedback, really?  Is there a way any one if familiar with on how to remove this? Or where in the code I would go to take out tags entirely from the feedback form?

 

Thanks!

Quote · 11 Oct 2012

Hello

It's not a problem to remove tags from Feedback creation form. You may do it by modifying modules/boonex/feedback/classes/BxFdbData.php file. You need to add

unset($this->_aForm['inputs']['tags']);

just after 

unset($this->_aForm['inputs']['categories']);

But don't forget that tags should be hidden from all feedback pages where they are displayed.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 11 Oct 2012

 

Hello

It's not a problem to remove tags from Feedback creation form. You may do it by modifying modules/boonex/feedback/classes/BxFdbData.php file. You need to add

unset($this->_aForm['inputs']['tags']);

just after 

unset($this->_aForm['inputs']['categories']);

But don't forget that tags should be hidden from all feedback pages where they are displayed.

 When you say that tags should be hidden from all feedback pages where they are displayed, do you mean in the .php files or in the various BxFdb files?  From my experience using the modifications from Modzzz to remove location, from groups and events, the simple command of unset .. makes the text that would be displayed asking for such information disappear as well.

The only thing I do not see are any Ads.php files where the same can be done to remove location, etc.

Quote · 16 Oct 2012
 
 
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.