@ kris
I think rather than duplicate my answers I’ll add links to the other posts; but we can continue the discussion in this post rather than all the others. sound good?
Here’s the link to my reply on the CSV Import question:
http://connections-pro.com/support/topic/how-to-make-a-directory-of-existing-wp-users/#post-268124
Here’s the link to my reply on hiding/defaulting to Individual / Private entries.
http://connections-pro.com/support/topic/add-entry-hide-fields-not-using-in-publish-box/#post-268098
An additional thought that just occurred to me is, you might be able to use CSS to hide the additional optionals without negatively affect the functioning of Connections.
Try adding this to the cn-admin.css file:
#visibility label[for^="vis"] {
display: none;
}
#visibility label[for="vis_0"] {
display: block;
}
#entry-type label[for^="entry_type"] {
display: none;
}
#entry-type label[for="entry_type_0"] {
display: block;
}
Sorry, but Connections doesn’t currently support custom fields so there is not a way to add any new items to the form.
I think the linking issue is related to the member plugin’s actions during the user login. If you grant me a temp admin account, I can login and apply a hot fix that seems to resolve the issue for others.
Did I address all the questions?
