@ Melanie
re: That’s not what we are seeing – we did an import and the links are not opening in a new window.
Oh, sorry! When I looked at the code before answering the question I looked at the code for the default for the do/nofollow attribute instead of the target attribute. Yes, it will default to the same window.
re: Is there a spot in one of the templates where I can override the default behavior?
There is no way to easily override this default. That said if you can make a very minor change the PHP code for Connections you can change the default. Go to line 2765 in the class.entry-data.php file found here ../wp-content/plugins/connections/includes/entry/. Change same at the end to new. after you make this change the links should default to a new window. Note, you’ll lose this change when you update Connections.
re: is there any way to import the link to someone’s logo or image?
Again, unfortunately there is no easy way to do this but there might be a solution. If you are only importing one link per entry and you are always linking just the logo or just the image you can change line 2724 or line 2725 to TRUE. Doing that, when importing the one link will always be assigned to either the image or logo.
Hope that helps! Let me know.
