This topic is: resolved
- This topic has 14 replies, 3 voices, and was last updated 9 years, 9 months ago by .
You cannot reply to this support topic. Please open your own support topic.
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.7.7, exclude category, link, remove_meta_box
@ Steve
Ahhhhhhh, I get it, it’s not in the side like the categories… Thanks for all of your help, you’ve been amazing!
@ Steve
An issue that’s come up as a result (I think) of removing the categorydiv from the listing form:
When the changed listing it put into the moderation cue, the category is no longer selected, and has to be set by the moderator before approving. My theory is that since the field is not being submitted as part of the change, it overwrites the category field in the database with nothing. This is not an issue with the other fields I’m removing, since we’re not using those, but I suppose the same thing is happening with them as well.
Instead of removing the categorydiv as above, I’ve hidden it using a little CSS in the admin header and tested, and the correct category is now displayed in the moderation cue, while it’s no longer displayed to users.
@ Michael
Yes, removing the category metabox would cause Connections to remove the categories associated … I was assuming your were not using categories so it wouldn’t matter. Using CSS would be the best option in this case.
Hello – I’m also trying to hide the “Publish” and “Categorie” from the “Edit my Directory Entry” but no success so far… can you maybe give some ideas or advise on how to hide it using CSS?
Thanks!
@ 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;
}
You cannot reply to this support topic. Please open your own support topic.