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!
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! |
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 |
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. |