06/27/2013 at 9:50 am
#263747
Keymaster
@ lani
Sorry, you can not hide or remove the publish/update box. That is absolutely required for the form to function.
You can use CSS to hide the category box. Add the following to the end of the cn-admin.css file in the Connections plugin folder:
#categorydiv {
display: none;
}