Closed (outdated)
Project:
Follow
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2012 at 08:58 UTC
Updated:
18 Apr 2024 at 09:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
AlexisWilke commentedThat's a strange idea!? Why wouldn't you want to send juice to your own personal accounts????
Comment #2
giorgio79 commentedI have lot of users, and some of them are spammers... With spam accounts on facebook and friends.
Also, those are all external 3rd party sites, and I couldn't care less about them. They may get hacked, go out of business etc.
myname.com, now that I consider my own account, but again this is not about a site where one user puts out his links, but where thousands do so...
Comment #3
AlexisWilke commentedNevermind! That makes total sense. 8-)
Comment #4
eule commentedi agree ..and prefer a option (for any user) to set the links nofollow. pls help with code, i look into the follow.module code but can´t find something to add a nofollow rel..any help?
btw i´m in 7.x-2.x-dev
in my opinion this recomend external link module is not working and the site is still broken when i use it. issue with this is here http://drupal.org/node/1724302
Comment #5
defconjuan commentedUntil it's added, you can do the following:
Comment #6
defconjuan commentedOr, better than #5: The following solution DOES NOT hack the
followmodule. We basically use a theme function override to override the functionality of follow'stheme_follow_linkfunction.Say you're using a theme called
facepalm.Step 1 (and only)
Add the following code to the bottom of facepalm's
template.phpfile:If you want to also add the ability to open the follow links in a new window without adding the
externalmodule, you can combine this solution with the following: http://drupal.org/node/1271874#comment-7067010Comment #7
floydm commentedThe attached patch was made against the 7.x-1.x branch in git. It adds an option to the admin screen that lets you add the rel="nofollow" attribute to all user follow links. It does not add rel="nofollow" to the sitewide follow links.
Comment #8
floydm commentedComment #9
floydm commentedRerolling the patch to address #1729028: Google+ Needs rel="publisher" in link too.
Comment #10
elachlan commentedShould this be re-rolled for 7.x-2.x-dev?
Comment #11
socialnicheguru commentedI get this error when applied to 7.2x
Notice: Undefined variable: values in follow_contextual_links_view_alter() (line 468 of follow
Comment #12
webankit commentedI propose a more general solution to allow extra arguments to allow rel and target
Comment #13
webankit commentedRevised Patch.
Comment #14
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks