Support has been upgraded!
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.
- This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago by
Seth Goldstein.
-
AuthorPosts
-
01/05/2018 at 7:15 am #446165
Seth Goldstein
ParticipantThis is a two part question, so get ready. LOL
Part 1) How do I turn off the option for users to mark their links No Follow/Do Follow?
Part 2) How do I retroactively make all the links in the directory No Follow or Do Follow?
Thanks!
01/05/2018 at 9:05 am #446171Steven Zahm
Keymaster@ Seth
RE: How do I turn off the option for users to mark their links No Follow/Do Follow?
Presently there is not a way. You may have or may have not noticed the last two updates have added a new Settings tab, “Fieldset Configuration”… presently you have quite a few options for configuring the Publish, Name, Addresses and Phone Numbers fieldsets… future updates will expand this to all fieldsets. The next update which I hope will be next week will add options for the Email Addresses fieldset and the update after that, the Links fieldset which will have the options you seek now.
RE: How do I retroactively make all the links in the directory No Follow or Do Follow?
There is not a way, well, there sort of is… you could hook into the
cn_linkfilter and set thefollowproperty to eitherdofollowornofollow. This does not really retroactively change all links in the database, it will override the saved setting for the link. So no matter what setting the link is saved with, it’ll be what ever you set it as in the filter. Here’s and example:add_filter( 'cn_link', 'cn_link_override_follow' ); function cn_link_override_follow( $link ) { $link->follow = 'nofollow'; return $link; }Hope this helps!
01/05/2018 at 9:46 am #446174Seth Goldstein
ParticipantSteven, You’re awesome! Keep up the good work.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
