01/19/2016 at 11:30 am
#361656
Keymaster
@ Robert
re: Is it possible to hide the target same window and no follow, and the assign link options. Would like to simplify the submission form.
This can be hidden with CSS. Add the following to the theme’s custom CSS area:
#cn-form span.target,
#cn-form span.follow,
#cn-form div.link-assignment {
display: none;
}
That should do it.
re: Is it possible to have Target New Window as the default option?
Sorry, this is not possible unless you wish to edit the PHP code for Connections. Here are the instructions if you wish to do this.
Hope that helps!
