@ kris
1. The cn-admin.css is here:
../wp-content/plugins/connections/assets/css
2. Again, only with CSS. And if it doesn’t work, editing the core PHP files will be the only other solution.
#addresses option[value="home"] { display: none; }
#email-addresses option[value="personal"] { display: none; }
3. Can only be done by editing the core PHP files. The boxes are actually drag and drag orderable widgets. So each user can customize the order and position of the metaboxes.
4. The hot fix should have no impact on the other plugins. The difference is that during the login process they do an internal redirect before Link has the opportunity to run. The hotfix only changes the priority to a value that almost guarantees it get to run. And since Link doesn’t rely on internal redirects the other plugins will very happily run after Link has performed its action.
Just use the contact link at the bottom of the page to send the login details.
