How to disable a Categories section?
I dont want it to be * (with a star) or if its possible just disable it at all.
How to disable a Categories section? |
You will find the answer here. It worked for me. Sometimes communicating your problem and putting it out there is enough to solve it |
It does not disable it, it still needs to choose a category while posting a blog or any other. |
On what page are you trying to disable the Categories? Sometimes communicating your problem and putting it out there is enough to solve it |
I need to disable it on Blog... |
Go to modules/boonex/blogs/BxBlogsModule.php and find this part and just comment it out. Don't delete it!! 'Categories' => $oCategories->getGroupChooser ('bx_blogs', $this->_iVisitorID, true),
Sometimes communicating your problem and putting it out there is enough to solve it |