How to disable a Categories section?

How to disable a Categories section?
I dont want it to be * (with a star) or if its possible just disable it at all.

Quote · 22 Feb 2011

You will find the answer here. It worked for me.

http://www.boonex.com/unity/forums/?action=goto&my_threads=1#topic/Pages-I-cnnot-edit-Delete-actions-button-Edit-module.htm

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 22 Feb 2011

It does not disable it, it still needs to choose a category while posting a blog or any other.

Quote · 22 Feb 2011

On what page are you trying to disable the Categories?

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 22 Feb 2011

I need to disable it on Blog...

Quote · 22 Feb 2011

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), 
'File' => array(
'type' => 'file',
'name' => 'BlogPic[]',
'caption' => $sAssociatedImageC,
),
Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 22 Feb 2011
 
 
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.